From 54c4b7ab85c53deca3a88cca2155384717861102 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 23 Feb 2007 14:50:40 +0000 Subject: 8.51-1 --- ChangeLog | 21 +++++++++++++++++++++ initscripts.spec | 8 +++++++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3b295de4..e928ffc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2007-02-23 Bill Nottingham + + * ChangeLog, initscripts.spec: 8.51-1 + + * rc.d/init.d/halt: + use kexec -x to not shut down network (#223932, ) + + * rc.d/rc.sysinit: fix 'Fedora Fedora' + +2007-02-22 Bill Nottingham + + * sysconfig/network-scripts/network-functions: fix logic (#229643) + +2007-02-21 Bill Nottingham + + * rc.d/rc.sysinit: typo + +2007-02-21 Espen Stefansen + + * po/nb.po: Updated Norwegian Bokmaal translation + 2007-02-19 Bill Nottingham * 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 8.51-1 +- fix 'Fedora Fedora' in rc.sysinit +- halt: use kexec -x to not shut down network (#223932, ) +- network_functions: fix is_bonding_device logic (#229643) +- translation updates: nb + * Mon Feb 19 2007 Bill Nottingham 8.50-1 - lang.csh, lang.sh: if $LANG is set, don't override it (#229102) - initlog.1: fix man page formatting () -- cgit