aboutsummaryrefslogtreecommitdiffstats
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
parent56fe0c660702360a04e5367b0ee7b14805792934 (diff)
downloadinitscripts-dcc5345f26528b839dca8ed5f17f6a165755c4cb.tar
initscripts-dcc5345f26528b839dca8ed5f17f6a165755c4cb.tar.gz
initscripts-dcc5345f26528b839dca8ed5f17f6a165755c4cb.tar.bz2
initscripts-dcc5345f26528b839dca8ed5f17f6a165755c4cb.tar.xz
initscripts-dcc5345f26528b839dca8ed5f17f6a165755c4cb.zip
8.02-1
-rw-r--r--ChangeLog39
-rw-r--r--initscripts.spec8
2 files changed, 46 insertions, 1 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>
diff --git a/initscripts.spec b/initscripts.spec
index 4038138e..b8dbb36d 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 8.01
+Version: 8.02
License: GPL
Group: System Environment/Base
Release: 1
@@ -203,6 +203,12 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Mon Jan 3 2004 Bill Nottingham <notting@redhat.com> 8.02-1
+- remove initlog, minilogd
+- add a flag to kmodule for use with kudzu's socket mode, use it
+- change setting of IPv6 default route (#142308, <pb@bieringer.de>)
+- netfs: don't unmount NFS root FS (#142169)
+
* Mon Dec 6 2004 Bill Nottingham <notting@redhat.com> 8.01-1
- further bootup noise reductions
- rc.d/rc.sysinit: do implicit unicode conversion on keymap