summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-08-09 16:24:07 +0000
committerBill Nottingham <notting@redhat.com>2001-08-09 16:24:07 +0000
commitb07b3b8237f743f299eac0b38c68b98d26384023 (patch)
tree46e019842590434a3c3bb9eb1d3ab2ff46f083c0
parent550395acfc0558bb5e7dffd873b7cfea57783e5e (diff)
downloadinitscripts-b07b3b8237f743f299eac0b38c68b98d26384023.tar.gz
initscripts-b07b3b8237f743f299eac0b38c68b98d26384023.tar.xz
initscripts-b07b3b8237f743f299eac0b38c68b98d26384023.zip
6.13-1r6-13
-rw-r--r--ChangeLog37
-rw-r--r--initscripts.spec13
2 files changed, 48 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 95066603..ad8c50cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2001-08-09 Bill Nottingham <notting@redhat.com>
+
+ * initscripts.spec, ChangeLog: 6.13-1
+
+2001-08-09 Milan Kerslager <milan.kerslager@spsselib.hiedu.cz>
+
+ * po/cs.po: Preklad 9.8.2001
+
+2001-08-09 Bill Nottingham <notting@redhat.com>
+
+ * lang.csh:
+ set dspmbyte=euc in lang.csh for the proper languages (as opposed to csh.login for everyone (#50318))
+
+ * sysconfig/network-scripts/ifdown:
+ still run ifdown for dhcp devices, even if the device isn't there
+
+ * sysconfig/network-scripts/ifup:
+ behave sanely if ifup is called with dhcpcd already running (#49392, #51038)
+
+ * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup:
+ just kill dhcpcd, don't use dhcpcd -k. also, allow setting of additional pump & dhcpcd arguments (#46942)
+
+ * sysconfig/network-scripts/ifup-ppp:
+ allow shell characters in ppp names (#43719)
+
+ * sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup:
+ only allow dest port 1025-65535 for DNS replies (#40833, #44038)
+
+ * sysconfig/network-scripts/ifup-ppp:
+ save resolv.conf for restoration by ifdown-post (#50759)
+
+ * sysctl.conf, sysctl.conf.s390, sysctl.conf.sparc:
+ use conf.default for rp_filter, not conf.all (#50166)
+
+ * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/network-functions:
+ switch some more things to /sbin/ip; allow adding back of default route for DHCP devices (#48994)
+
2001-08-08 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec: 6.12-1
diff --git a/initscripts.spec b/initscripts.spec
index 99ec126f..8b101852 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.12
+Version: 6.13
License: GPL
Group: System Environment/Base
Release: 1
@@ -12,7 +12,7 @@ Requires: procps >= 2.0.7-7, sysklogd >= 1.3.31
Requires: setup >= 2.0.3, /sbin/fuser, which, /bin/grep
Requires: modutils >= 2.3.11-5
Requires: util-linux >= 2.10s-11, mount >= 2.11g-5
-Requires: bash >= 2.0
+Requires: bash >= 2.0, SysVinit
Requires: /sbin/ip, /sbin/arping
Conflicts: kernel <= 2.2, timeconfig < 3.0, pppd < 2.3.9, wvdial < 1.40-3
Conflicts: ypbind < 1.6-12
@@ -238,8 +238,17 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/locale/*/LC_MESSAGES
%changelog
+* Thu Aug 9 2001 Bill Nottingham <notting@redhat.com>
+- require SysVinit (#51335)
+
* Wed Aug 8 2001 Bill Nottingham <notting@redhat.com>
- tweak raittab grep slightly (#51231)
+- allow resetting of default route for DHCP addresses (#48994)
+- save resolv.conf in ifup-ppp for restoration by ifdown-post (#50759)
+- when munging firewall rules for dns, only allow dest ports 1025-65535 (#44038, #40833)
+- allow shell characters in ppp names (#43719)
+- allow setting DHCP arguments, just kill dhcpcd instead of using -k (#46492)
+- behave sanely if ifup called when dhcpcd is running (#49392, #51038)
* Mon Aug 6 2001 Bill Nottingham <notting@redhat.com>
- honor HOTPLUG=no if running under hotplug (#47483)