diff options
-rw-r--r-- | ChangeLog | 21 | ||||
-rw-r--r-- | initscripts.spec | 8 |
2 files changed, 28 insertions, 1 deletions
@@ -1,3 +1,24 @@ +2007-02-23 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 8.51-1 + + * rc.d/init.d/halt: + use kexec -x to not shut down network (#223932, <mchristi@redhat.com>) + + * rc.d/rc.sysinit: fix 'Fedora Fedora' + +2007-02-22 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/network-functions: fix logic (#229643) + +2007-02-21 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: typo + +2007-02-21 Espen Stefansen <espenas@gmail.com> + + * po/nb.po: Updated Norwegian Bokmaal translation + 2007-02-19 Bill Nottingham <notting@redhat.com> * initscripts.spec, ChangeLog: 8.50-1 diff --git a/initscripts.spec b/initscripts.spec index 477d1be1..fe57ebc2 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.50 +Version: 8.51 License: GPL Group: System Environment/Base Release: 1 @@ -200,6 +200,12 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Fri Feb 23 2007 Bill Nottingham <notting@redhat.com> 8.51-1 +- fix 'Fedora Fedora' in rc.sysinit +- halt: use kexec -x to not shut down network (#223932, <mchristi@redhat.com>) +- network_functions: fix is_bonding_device logic (#229643) +- translation updates: nb + * Mon Feb 19 2007 Bill Nottingham <notting@redhat.com> 8.50-1 - lang.csh, lang.sh: if $LANG is set, don't override it (#229102) - initlog.1: fix man page formatting (<esr@thyrsus.com>) |