aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-01-03 20:58:08 +0000
committerBill Nottingham <notting@redhat.com>2005-01-03 20:58:08 +0000
commitdcc5345f26528b839dca8ed5f17f6a165755c4cb (patch)
tree519372f43bc23c96e279f03e213d1d4524bd5105 /ChangeLog
parent56fe0c660702360a04e5367b0ee7b14805792934 (diff)
downloadinitscripts-dcc5345f26528b839dca8ed5f17f6a165755c4cb.tar
initscripts-dcc5345f26528b839dca8ed5f17f6a165755c4cb.tar.gz
initscripts-dcc5345f26528b839dca8ed5f17f6a165755c4cb.tar.bz2
initscripts-dcc5345f26528b839dca8ed5f17f6a165755c4cb.tar.xz
initscripts-dcc5345f26528b839dca8ed5f17f6a165755c4cb.zip
8.02-1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 86ae9de2..7d86e780 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+2005-01-03 Bill Nottingham <notting@redhat.com>
+
+ * Changelog, initscripts.spec: 8.02-1
+
+ * rc.d/rc.sysinit: use kmodule's daemon mode by default
+
+2005-01-03 Alan Cox <alan@redhat.com>
+
+ * po/en_GB.po: UK English: Initialised, Synchronised, re-configured
+
+ General bugs in base one that ought to be fixed
+ "Red Hat Network Daemon" should be "daemon"
+ IA32 (microcode) is IA-32 according to the trademark
+
+2004-12-22 Bill Nottingham <notting@redhat.com>
+
+ * src/kmodule.c:
+ in order to avoid probing twice on startup, add a daemon mode that
+ waits for a connection on an abstract socket, and then dumps the
+ probe information. Requires a corresponding kudzu change to read
+ from said socket...
+
+ * initscripts.spec, rc.d/init.d/functions, rc.d/rc.sysinit, src/Makefile, sysconfig/network-scripts/network-functions:
+ remove initlog, minilogd
+
+2004-12-08 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/network-functions-ipv6:
+ change setting of IPv6 default route (#142308, <pb@bieringer.de>
+
+ * rc.d/init.d/netfs: don't unmount NFS root FS (#142169)
+
+2004-12-07 Bill Nottingham <notting@redhat.com>
+
+ * src/kmodule.c: no DDC probe, please
+
+2004-12-07 Sarah Smith <sarahs@redhat.com>
+
+ * po/en_GB.po, po/zh_CN.po: merged with pot file
2004-12-06 Bill Nottingham <notting@redhat.com>