diff options
-rw-r--r-- | ChangeLog | 21 | ||||
-rw-r--r-- | initscripts.spec | 8 |
2 files changed, 28 insertions, 1 deletions
@@ -1,3 +1,24 @@ +2006-09-19 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 8.41-1 + + * sysconfig/network-scripts/network-functions-ipv6: sed gone wrong + + * rc.d/rc.sysinit: change blkid.tab path + +2006-09-18 Bill Nottingham <notting@redhat.com> + + * src/rename_device.c: + reset DEVPATH when renaming (#206884, <phil@fifi.org>) + +2006-09-16 Renato Pavicic <repavaci@globalnet.hr> + + * po/hr.po: *** empty log message *** + +2006-09-15 Bill Nottingham <notting@redhat.com> + + * sysconfig.txt: clarify onboot/onparent + 2006-09-15 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 8.40-1 diff --git a/initscripts.spec b/initscripts.spec index 7d452539..2240ab6b 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.40 +Version: 8.41 License: GPL Group: System Environment/Base Release: 1 @@ -194,6 +194,12 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue Sep 19 2006 Bill Nottingham <notting@redhat.com> 8.41-1 +- fix network ipv6 hang (#207137, others) +- rc.sysinit: change blkid.tab path to /etc/blkid/blkid.tab +- rename_device: reset DEVPATH also when renaming (#206884, <phil@fifi.org>) +- sysconfig.txt: clarify onboot/onparent usage + * Fri Sep 15 2006 Bill Nottingham <notting@redhat.com> 8.40-1 - translation updates - rename_device: use '__tmpXXXX' instead of 'devXXXX' as a temporary device |