summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-09-04 04:07:21 +0000
committerBill Nottingham <notting@redhat.com>2003-09-04 04:07:21 +0000
commitf5987d918d5de69b9717602363bacec65d7f545a (patch)
treef7842ad733ef2786bf2952693759c9218b247220
parente9d068ccba77b79f3bc8b55e0ccc7b0bc817bd8f (diff)
downloadinitscripts-f5987d918d5de69b9717602363bacec65d7f545a.tar.gz
initscripts-f5987d918d5de69b9717602363bacec65d7f545a.tar.xz
initscripts-f5987d918d5de69b9717602363bacec65d7f545a.zip
7.31.0.EL-1r7-31-0-EL
-rw-r--r--ChangeLog50
-rw-r--r--initscripts.spec12
2 files changed, 61 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 94ceb7b6..e2c0d8f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+2003-09-04 Bill Nottingham <notting@redhat.com>
+
+ * 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, <miked@ed.ac.uk>)
+
+ * rc.d/init.d/network:
+ fix error message on directories with spaces (#86066)
+
+2003-09-03 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/init.d/halt, rc.d/init.d/killall:
+ fix shutdown with NFS root (#100556, <Julian.Blake@cern.ch>)
+
+ * 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, <pekkas@netcore.fi>)
+
+2003-08-22 Phil Knirsch <pknirsch@redhat.com>
+
+ * sysconfig/network-scripts/ifup-routes:
+ - User lowercase for variable for oldstyle routes, too. ;-)
+
+2003-08-21 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig.txt: document HWADDR
+
+2003-08-20 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifup:
+ fix use of local
+
+2003-08-18 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/init.ipv6-global, sysconfig/network-scripts/network-functions-ipv6:
+ more IPv6 tweaks (<pekkas@netcore.fi>); sort | uniq -> sort -u
+
2003-08-15 Bill Nottingham <notting@redhat.com>
* 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 <notitng@redhat.com> 7.31.0.EL-1
+- sysconfig/network-scripts/ifup: fix use of local
+- sysconfig.txt: document HWADDR
+- IPv6 updates (Pekka Savola, <pekkas@netcore.fi>)
+- fix shutdown with NFS root (#100556, <Julian.Blake@cern.ch>)
+- remove /var/run/confirm when done with /etc/rc (#100898)
+- ipcalc: fix some memory handling (#85478, <miked@ed.ac.uk>)
+- handle sorting > 10 network devices (#98209)
+- unset ONPARENT after use (#101384)
+
* Fri Aug 15 2003 Bill Nottingham <notting@redhat.com> 7.30.EL-1
- IPv6 updates (#86210, #91375, <pekkas@netcore.fi>)