diff options
-rw-r--r-- | ChangeLog | 39 | ||||
-rw-r--r-- | initscripts.spec | 8 |
2 files changed, 46 insertions, 1 deletions
@@ -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 |