From 9b704b94a6b5902a045c63eebbb5109bed864615 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 28 Feb 2006 21:23:18 +0000 Subject: 8.30-1 --- ChangeLog | 146 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ initscripts.spec | 11 ++++- 2 files changed, 156 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 005389f9..0f32a85b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,149 @@ +2006-02-28 Bill Nottingham + + * ChangeLog, initscripts.spec: 8.30-1 + + * sysconfig/network-scripts/ifup-eth, sysconfig/network-scripts/network-functions: + Fix potentials for endless loops when you have multiple devices + that claim to have the same hardware address. (#177792, #182466) + This happens most with hostap_cs and similar wireless drivers + that have ethX/wlanX *and* wifiX. Do this by ignoring ieee802.11 + links. Also, use /sbin/ip, not nameif - it gets confused in these + cases as well. + + * sysconfig/network-scripts/ifdown-eth, sysconfig/network-scripts/network-functions: + don't cause the module to get reloaded on ifdown if it's not loaded + (#179809) + +2006-02-28 Ani Peter + + * po/ml.po: added file for malayalam + +2006-02-25 Ronny Buchmann + + * po/de.po: german translation update + +2006-02-24 Leah Liu + + * po/zh_CN.po: *** empty log message *** + +2006-02-23 Amanpreet Brar + + * po/pa.po: update for Punjabi + +2006-02-23 leahliu + + * po/zh_CN.po: *** empty log message *** + +2006-02-22 Josep Puigdemont + + * po/ca.po: Updated Catalan translation. + +2006-02-21 Richard Allen + + * po/is.po: *** empty log message *** + +2006-02-21 Kjartan Maraas + + * po/nb.po: Update + +2006-02-21 Chung Cheng + + * po/zh_TW.po: *** empty log message *** + +2006-02-20 Bill Nottingham + + * rc.d/rc.sysinit: optimize, and add some more files + +2006-02-20 Audrey Simons + + * po/fr.po: updated + +2006-02-17 Bill Nottingham + + * rc.d/rc.sysinit: + relabeling sources /etc/selinux/config, which uses $SELINUX. Pick + something else. (#181893) + +2006-02-17 Sharuzzaman Ahmat Raslan + + * po/ms.po: Updated Malay translation + +2006-02-16 Nikola Štohanzl + + * po/cs.po: Finished + +2006-02-15 Andrew Martynov + + * po/ru.po: Updated translation + +2006-02-15 Christian Rose + + * po/sv.po: Updated Swedish translation. + +2006-02-15 Bill Nottingham + + * sysconfig/network-scripts/ifup-bnep: nuke debugging + +2006-02-15 José Nuno Coelho Sanarra Pires + + * po/pt.po: Finished all for today + +2006-02-14 Gábor Szentiványi + + * po/hu.po: Translation updated for FC5. + +2006-02-14 Peter Jones + + * initscripts.spec, rc.d/init.d/functions, rc.d/rc.sysinit: + - filter out another "no" message from dmraid. We need to fix dmraid's + exit status in these cases and use that in the future... + - add path to one dmraid call + - bump version, add changelog + +2006-02-14 Rajesh Ranjan + + * po/hi.po: hindi updted + +2006-02-14 Amanpreet Brar + + * po/pa.po: update for Punjabi + +2006-02-14 Ankitkumar Rameshchandra Patel + + * po/gu.po: Updated Gujarati Translations + +2006-02-14 Miloš Komarčević + + * po/sr@Latn.po, po/sr.po: *** empty log message *** + +2006-02-13 Yong-Joon Bae + + * po/ko.po: translation updated + +2006-02-13 Rodrigo Padula de Oliveira + + * po/pt_BR.po: Traducao + +2006-02-13 Peter van Egdom + + * po/nl.po: Some fixes for initscripts nl.po + +2006-02-13 Bill Nottingham + + * rc.d/rc.sysinit: Add mounting of /proc and /sys back to rc.sysinit. + + Note that booting of Fedora Core without the use of an initrd is deprecated, + and support for booting the system in this manner may be removed in + a later release. + +2006-02-13 Francesco Tombolini + + * po/it.po: updated strings + +2006-02-13 Piotr Drąg + + * po/pl.po: Update + 2006-02-13 Bill Nottingham * ChangeLog, initscripts.spec: 8.28-1 diff --git a/initscripts.spec b/initscripts.spec index e807ef33..aa068d0c 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.29 +Version: 8.30 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 Feb 28 2006 Bill Nottingham 8.30-1 +- hotplug: don't cause modules to be reloaded on ifdown/rmmod (#179809) +- fix endless loops in ifup/ifdown (#177792, #182466) +- fix enabling of enforcing SELinux mode after relabel (#181893) +- remove debugging code from ifup-bnep +- add /proc, /sys mounting back to rc.sysinit + Note: booting without an initrd is deprecated +- translation updates + * Tue Feb 14 2006 Peter Jones 8.29-1 - scrub another possible error message from dmraid output -- cgit v1.2.1