diff options
-rw-r--r-- | ChangeLog | 36 | ||||
-rw-r--r-- | initscripts.spec | 11 |
2 files changed, 45 insertions, 2 deletions
@@ -1,3 +1,39 @@ +2007-10-05 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 8.57-1 + + * initscripts.spec: add udev requires for persistent net stuff + + * src/rename_device.c, udev/rules.d/60-net.rules: + just suggest an interface name, don't do actual renaming + +2007-10-04 Bill Nottingham <notting@redhat.com> + + * initscripts.spec: revert conflict so that xen can work + +2007-09-30 Kjartan Maraas <kmaraas@gnome.org> + + * po/nb.po: Update translation + +2007-09-30 Richard Allen <ra@hp.is> + + * po/is.po: *** empty log message *** + +2007-09-28 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: + don't hang if someone somehow manages to get a dangling pipe in + /etc/rhgb/temp (#251219) + +2007-09-26 Bill Nottingham <notting@redhat.com> + + * src/genhostid.c: fix it for 64-bit systems (#306811) + +2007-09-25 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/functions, rc.d/init.d/halt, rc.d/init.d/network: + more fixes (#220087) + 2007-09-25 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 8.57-1 diff --git a/initscripts.spec b/initscripts.spec index 758e48c2..4ffa4835 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.57 +Version: 8.58 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -208,7 +208,14 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog -- revert kernel conflict so that xen can still work +* Fri Oct 5 2007 Bill Nottingham <notting@redhat.com> - 8.58-1 +- revert kernel conflict so that xen can still work (#319401) +- rename_device, 60-net.rules: only suggest an interface name (part of #264901) +- require newer udev for persistent net rules (part of #264901) +- don't hang if someone puts a dangling pipe in /etc/rhgb/temp (#251219) +- genhostid: fix for 64-bit systems (#306811) +- more bash matching fixes (#220887) +- translation updates: is, nb * Tue Sep 25 2007 Bill Nottingham <notting@redhat.com> - 8.57-1 - work around upstream bash changes (#220887, modified from <nvigier@mandriva.com>) |