diff options
-rw-r--r-- | ChangeLog | 33 | ||||
-rw-r--r-- | initscripts.spec | 9 |
2 files changed, 41 insertions, 1 deletions
@@ -1,3 +1,36 @@ +2007-10-08 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 8.59-1 + + * rc.d/rc.sysinit: fix check. duh. + + * prefdm: add wdm section (#248087) + + * rc.d/init.d/functions, rc.d/init.d/halt: + clean up some extraneous delays (#219816) + + * sysconfig/network-scripts/ifup-wireless: + set mode before bringing link up (#254046, <linville@redhat.com>) + + * ChangeLog, initscripts.spec: fix bz links + +2007-10-06 Renato Pavicic <repavaci@globalnet.hr> + + * po/hr.po: *** empty log message *** + +2007-10-05 Igor Pires Soares <igorsoares@gmail.com> + + * po/pt_BR.po: Minor changes + +2007-10-05 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 8.58-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-05 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 8.57-1 diff --git a/initscripts.spec b/initscripts.spec index a02fb03b..f40066c8 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.58 +Version: 8.59 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -208,6 +208,13 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Mon Oct 8 2007 Bill Nottingham <notting@redhat.com> - 8.59-1 +- rc.sysinit: fix rhgb check +- prefdm: add wdm section (#248087) +- init.d/functions, halt: clean up some extraneous delays (#219816) +- ifup-wireless: set mode before bringing link up (#254046, <linville@redhat.com>) +- translation updates: pt_BR, hr + * 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) |