From 510dc797fc7f630aa109191c863110087cf474b9 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 10 May 2005 19:00:43 +0000 Subject: 8.11-1 --- ChangeLog | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ initscripts.spec | 11 ++++++++- 2 files changed, 83 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cc3ce401..79cc21bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,76 @@ +2005-05-10 Bill Nottingham + + * ChangeLog, initscripts.spec: 8.11-1 + + * sysconfig/network-scripts/ifdown-eth, sysconfig/network-scripts/network-functions: + fix grep to always match the full hwaddr, as opposed to matching '0' + against '00:AA:BB:CC:DD:EE'. Take into account lines that end with + spaces, or with "# this is a comment", too. Also, put the grep in only + one place instead of 3. Fixes #157252, #153669. + +2005-05-10 Philippe + + * po/fr.po: *** empty log message *** + +2005-05-09 Philippe + + * po/fr.po: *** empty log message *** + +2005-05-09 Bill Nottingham + + * rc.d/rc.sysinit: + if you boot without selinux support, make sure things are + automaitically relabelled later () + + * rc.d/rc.sysinit: fix fixfiles invocation (#157182) + +2005-05-05 Bill Nottingham + + * initscripts.spec: btmp should be 0600 (#156900) + +2005-05-04 Nikolay Sarmadzhiev + + * po/bg.po: *** empty log message *** + +2005-05-04 Dmitri Alenitchev + + * po/ru.po: + Замена "сброс postfix" на "очистка postfix" + Замена "отмена postfix" на "экстренный останов postfix" + +2005-05-04 Arangel Angov + + * po/mk.po: fix + +2005-05-03 Dmitri Alenitchev + + * po/ru.po: *** empty log message *** + +2005-05-03 Amanpreet Singh Alam + + * po/pa.po: update by alam + +2005-05-01 Rodolfo M. Raya + + * po/es.po: Reviewed fuzzy entries. This file deserves thorough review + +2005-04-30 Jaswinder Singh Phulewala + + * po/pa.po: update by jaswinderphulewala@yahoo.com + +2005-04-29 Bill Nottingham + + * initscripts.spec: 8.10-1 + + * rc.d/init.d/functions, rc.d/rc.sysinit: + fix hang on stale gdm fifo (#156355) + +2005-04-27 Bill Nottingham + + * rc.d/init.d/halt, rc.d/init.d/netfs, rc.d/init.d/network: + I'm going to go out on a limb and say that /proc/mounts *doesn't* have + comments. + 2005-04-27 Bill Nottingham * ChangeLog, initscripts.spec: 8.09-1 diff --git a/initscripts.spec b/initscripts.spec index a4760fe1..24e0e06d 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.10 +Version: 8.11 License: GPL Group: System Environment/Base Release: 1 @@ -208,6 +208,15 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue May 10 2005 Bill Nottingham 8.11-1 +- fix mis-bringup of interfaces due to accidentally matched HWADDR + (a.k.a. ONBOOT=no not working) (#153669, #157252) +- support automatic relabeling later if rebooted w/o SELinux + () +- rc.sysinit: fix fixfiles invocation (#157182) +- btmp should be 0600 (#156900) +- translation updates: fr, bg, ru, mk, pa, es + * Fri Apr 29 2005 Bill Nottingham 8.10-1 - fix hang on stale GDM sockets (#156355) -- cgit