From 655940dee0ce525a5e116f095fd7b13fa2ff439a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 19 Aug 2004 05:37:24 +0000 Subject: 7.62-1 --- ChangeLog | 168 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ initscripts.spec | 29 +++++++++- 2 files changed, 196 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5d55ec5c..a40d43fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,171 @@ +2004-08-19 Bill Nottingham + + * ChangeLog, initscripts.spec: 7.62-1 + + * sysconfig/network-scripts/network-functions: + fix up resolv.conf munging (#129921) + + * rc.d/rc.sysinit: use rngd if available + + * rc.d/rc.sysinit: run udev_start if necessary (#120605) + + * rc.d/rc.sysinit: readonly root updates (#129893, ) + + * sysconfig/network-scripts/ifup-wireless: quote key (#129930) + +2004-08-18 Bill Nottingham + + * initscripts.spec, rc.d/init.d/rawdevices: remove rawdevices (#130048) + + * rc.d/rc.sysinit: + handle binfmt_misc here for the case where it's built in (#129954) + + * src/mkkerneldoth, initscripts.spec, rc.d/rc.sysinit, src/Makefile: + remove mkkerneldoth + + * lang.csh, lang.sh: don't remove linguas (part of #9733) + +2004-08-12 Bill Nottingham + + * rc.d/init.d/netfs, rc.d/init.d/network: fix nfs unmounting (#129765) + +2004-08-12 Sarah Smith + + * po/ka.po: new locale translation file added + +2004-08-11 Bill Nottingham + + * ChangeLog, initscripts.spec: 7.61.1-1 + + * initscripts.spec: fix URL (#129433) + + * initscripts.spec, sysconfig.txt, sysconfig/network-scripts/ifup: + spelling :) + +2004-08-11 Jason Vas Dias + + * sysconfig.txt, initscripts.spec, sysconfig/network-scripts/ifup: + fixed bug #120093: added PERSISTANT_DHCLIENT option to ifcfg files + +2004-08-03 Jason Vas Dias + + * sysconfig/network-scripts/ifdown-post: use change_resolv_conf + +2004-08-03 Karsten Hopp + + * initscripts.spec, sysconfig/network-scripts/ifup-iucv: + - write peerid into sysfs for IUCV devices (mainframe) + +2004-08-03 Bill Nottingham + + * initscripts.spec, rc.d/rc.sysinit: + don't remove /dev/mapper/control - nash will do it if it has to (#127115) + +2004-08-02 Jason Vas Dias + + * sysconfig/network-scripts/network-functions: + /sbin/nscd -> /usr/sbin/nscd + +2004-08-01 Tomislav Markovski + + * po/mk.po: updated + +2004-07-30 Jason Vas Dias + + * sysconfig/network-scripts/network-functions, sysconfig/network-scripts/ifup-post: + fix for bug 125712: added change_resolv_conf function to network-functions; made ipup-post and ipdown-post invoke it + +2004-07-27 Andrzejo Olszewski + + * po/pl.po: Finished by A. Olszewski. Not tested on live system. + +2004-07-27 Martin Willemoes Hansen + + * po/da.po: da.po: Converted from iso-8859-1 to utf-8 + + * po/da.po: da.po: Fixed spelling mistake and added proper header + +2004-07-27 Bill Nottingham + + * rc.d/init.d/network: don't bring interfaces down twice (#127487) + +2004-07-26 Sharuzzaman Ahmat Raslan + + * po/ms.po: Updated Malay translation + +2004-07-25 Miloslav Trmac + + * po/cs.po: Minor fixes to Czech translation + +2004-07-23 Tomislav Markovski + + * po/mk.po: bla + +2004-07-22 Tomislav Markovski + + * po/mk.po: bla + +2004-07-22 Onur Gungor + + * po/tr.po: translation of anaconda is finished. + +2004-07-21 Tomislav Markovski + + * po/mk.po: bla + +2004-07-21 Onur Gungor + + * po/tr.po: *** empty log message *** + +2004-07-20 Tomislav Markovski + + * po/mk.po: ufo pederce + + * po/mk.po: prevod + +2004-07-19 Onur Gungor + + * po/tr.po: *** empty log message *** + +2004-07-18 Tomislav Markovski + + * po/mk.po: prv prevod + +2004-07-16 Tamas Szanto + + * po/hu.po: *** empty log message *** + +2004-07-14 Bill Nottingham + + * sysconfig/network-scripts/ifup: fix bonding + no IP (#127285) + +2004-07-12 Bill Nottingham + + * rc.d/rc.sysinit: + wrap second LVM initialization in vgscan check to avoid extraneous messages (#127639) + + * rc.d/rc.sysinit: fix context + + * initscripts.spec: add changelog + +2004-07-12 Sarah Smith + + * po/gu.po: initial file + +2004-07-09 Bill Nottingham + + * rc.d/rc.sysinit: silence restorecon + +2004-07-07 Bill Nottingham + + * rc.d/init.d/halt, rc.d/init.d/random, rc.d/rc.sysinit, initscripts.spec: + move random stuff to rc.sysinit/halt; move all swap to after this. + prereq of bug #123278 + +2004-07-02 Maxim Dziumanenko + + * po/uk.po: Updated Ukrainian translation + 2004-07-02 Bill Nottingham * ChangeLog, initscripts.spec: 7.59-1 diff --git a/initscripts.spec b/initscripts.spec index c4923c04..be74ba84 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 7.61.1 +Version: 7.62 License: GPL Group: System Environment/Base Release: 1 @@ -250,15 +250,42 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Thu Aug 19 2004 Bill Nottingham 7.62-1 +- fix up resolv.conf munging (#129921) +- use rngd if available +- run start_udev if necessary (#120605) +- readonly root updates (#129893, ) +- ifup-wireless: quote key (#129930) +- remove rawdevices (#130048) +- handle binfmt_misc in rc.sysinit for the case where it's built in (#129954) +- remove mkkerneldoth +- don't remove linguas in lang.* (part of #9733) +- fix nfs unmounting (#129765) +- fix URL (#129433) + * Tue Aug 11 2004 Jason Vas Dias 7.61-1 - fix for bug 120093: add PERSISTENT_DHCLIENT option to ifcfg files * Tue Aug 03 2004 Karsten Hopp 7.60-1 - write peerid into sysfs for IUCV devices (mainframe) +* Tue Aug 3 2004 Bill Nottingham +- don't remove /dev/mapper/control - nash will do it if it has to (#127115) + * Fri Jul 30 2004 Jason Vas Dias 7.60-1 - fix for bug 125712: add 'change_resolv.conf' function +* Tue Aug 27 2004 Bill Nottingham +- rc.d/init.d/network: don't bring interfaces down twice (#127487) + +* Wed Aug 14 2004 Bill Nottingham +- fix bonding + no IP (#127285) +- wrap second LVM initialization in vgscan check to avoid extraneous messages (#127639) + +* Wed Aug 7 2004 Bill Nottingham +- move random stuff to rc.sysinit/halt; move all swap to after this. + prereq of bug #123278 + * Fri Jul 2 2004 Bill Nottingham 7.59-1 - set context on ICE directory after making it (#127099, ) - don't mount GFS filesystems in rc.sysinit -- cgit v1.2.1