From f5987d918d5de69b9717602363bacec65d7f545a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 4 Sep 2003 04:07:21 +0000 Subject: 7.31.0.EL-1 --- ChangeLog | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ initscripts.spec | 12 +++++++++++- 2 files changed, 61 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 94ceb7b6..e2c0d8f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,53 @@ +2003-09-04 Bill Nottingham + + * ChangeLog, initscripts.spec: 7.31.0.EL + + * sysconfig/network-scripts/ifup-aliases: + unset ONPARENT after use (#101384) + + * rc.d/init.d/network: + add bonding & xDSL to the list of devices brought up afterwards (#97030,#91399) + and bring them down first (#103042) + + * rc.d/init.d/network: + handle sorting > 10 network devices (#98209) + + * src/ipcalc.c: + fix some memory handling (#85478, ) + + * rc.d/init.d/network: + fix error message on directories with spaces (#86066) + +2003-09-03 Bill Nottingham + + * rc.d/init.d/halt, rc.d/init.d/killall: + fix shutdown with NFS root (#100556, ) + + * rc.d/rc: + remove /var/run/confirm when done with /etc/rc (#100898) + + * ipv6-6to4.howto, sysconfig/network-scripts/network-functions-ipv6, changes.ipv6: + IPv6 updates (Pekka Savola, ) + +2003-08-22 Phil Knirsch + + * sysconfig/network-scripts/ifup-routes: + - User lowercase for variable for oldstyle routes, too. ;-) + +2003-08-21 Bill Nottingham + + * sysconfig.txt: document HWADDR + +2003-08-20 Bill Nottingham + + * sysconfig/network-scripts/ifup: + fix use of local + +2003-08-18 Bill Nottingham + + * sysconfig/network-scripts/init.ipv6-global, sysconfig/network-scripts/network-functions-ipv6: + more IPv6 tweaks (); sort | uniq -> sort -u + 2003-08-15 Bill Nottingham * ChangeLog, initscripts.spec: 7.30.EL-1 diff --git a/initscripts.spec b/initscripts.spec index 9f567eee..a7cdff11 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.30.EL +Version: 7.31.0.EL License: GPL Group: System Environment/Base Release: 2 @@ -248,6 +248,16 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Thu Sep 4 2003 Bill Nottingham 7.31.0.EL-1 +- sysconfig/network-scripts/ifup: fix use of local +- sysconfig.txt: document HWADDR +- IPv6 updates (Pekka Savola, ) +- fix shutdown with NFS root (#100556, ) +- remove /var/run/confirm when done with /etc/rc (#100898) +- ipcalc: fix some memory handling (#85478, ) +- handle sorting > 10 network devices (#98209) +- unset ONPARENT after use (#101384) + * Fri Aug 15 2003 Bill Nottingham 7.30.EL-1 - IPv6 updates (#86210, #91375, ) -- cgit