aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-09-04 04:11:58 +0000
committerBill Nottingham <notting@redhat.com>2001-09-04 04:11:58 +0000
commitdaa1950b5d3c4c2aad4e31fa8aa54482d37a1aaa (patch)
tree2884d407df52158569957c84eb607148e4a63b69
parent712c6dc9f51161f12f5fc6469302a6bb9b371e65 (diff)
downloadinitscripts-daa1950b5d3c4c2aad4e31fa8aa54482d37a1aaa.tar
initscripts-daa1950b5d3c4c2aad4e31fa8aa54482d37a1aaa.tar.gz
initscripts-daa1950b5d3c4c2aad4e31fa8aa54482d37a1aaa.tar.bz2
initscripts-daa1950b5d3c4c2aad4e31fa8aa54482d37a1aaa.tar.xz
initscripts-daa1950b5d3c4c2aad4e31fa8aa54482d37a1aaa.zip
6.37-1r6-37
-rw-r--r--ChangeLog7
-rw-r--r--initscripts.spec5
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a18d5dac..92b0aa9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-09-04 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 6.37-1
+
+ * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
+ fix severe alias handling breakage (#52882)
+
2001-09-03 Than Ngo <than@redhat.com>
* ChangeLog, initscripts.spec: 6.36-1
diff --git a/initscripts.spec b/initscripts.spec
index 9f4a0f2c..aab2564e 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 6.36
+Version: 6.37
License: GPL
Group: System Environment/Base
Release: 1
@@ -239,6 +239,9 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/locale/*/LC_MESSAGES
%changelog
+* Mon Sep 3 2001 Bill Nottingham <notting@redhat.com>
+- fix severe alias problems (#52882)
+
* Mon Sep 3 2001 Than Ngo <than@redhat.com>
- don't start pppbind if encapsulation is rawip (bug #52491)