aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-04-02 18:29:28 +0000
committerBill Nottingham <notting@redhat.com>2001-04-02 18:29:28 +0000
commitf78670348e1efefcf077b2074d768673f6a954a8 (patch)
tree995ba69999b0678586e1e0a3675f9d1372c56848
parentbc7e81adccb08c87f2165a55d2cc46c3fac6514e (diff)
downloadinitscripts-f78670348e1efefcf077b2074d768673f6a954a8.tar
initscripts-f78670348e1efefcf077b2074d768673f6a954a8.tar.gz
initscripts-f78670348e1efefcf077b2074d768673f6a954a8.tar.bz2
initscripts-f78670348e1efefcf077b2074d768673f6a954a8.tar.xz
initscripts-f78670348e1efefcf077b2074d768673f6a954a8.zip
5.81-1
-rw-r--r--ChangeLog73
-rw-r--r--initscripts.spec5
2 files changed, 77 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e74de47d..0958f3b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,76 @@
+2001-04-02 Bill Nottingham <notting@redhat.com>
+
+ * src/usernetctl.c:
+ don't free something not malloc()ed
+
+2001-04-02 Erik Troan <ewt@redhat.com>
+
+ * initscripts.spec:
+ added requirement for mount w/ new swapon
+
+2001-04-02 I18N Processor <i18n@redhat.com>
+
+ * po/cs.po:
+ Auto-update by milan.kerslager@spsselib.hiedu.cz
+
+2001-03-30 Bill Nottingham <notting@redhat.com>
+
+ * prefdm:
+ allow choice of desktop/displaymanager (#23315)
+
+ * ppp/ip-up:
+ only run ifup-post if the ifcfg file is there (#19741)
+
+ * ppp/ip-down:
+ export a $PATH here too (#22784)
+
+ * lang.sh: fix su errors
+ don't turn locale settings of 'C' into en_US
+
+ * lang.csh: fix su errors
+ specify full path to /sbin/consoletype (from milan.kerslager@spsselib.hiedu.cz)
+ don't turn locale settings of 'C' into en_US
+
+ * sysctl.conf, sysctl.conf.sparc:
+ ip_always_defrag goes *poof*
+
+ * sysconfig.txt:
+ ip_always_defrag goes *poof* (in the documentation)
+ honor PEERDNS=no for pump and dhcpcd too (#18619)
+ fix ARP handling, allow for setting promiscuous or all-multicast mode
+
+ * src/testd.c: add prototype
+
+ * src/process.c:
+ close extra file descriptors before exec()ing commands in initlog
+
+ * src/netreport.c: use O_NOFOLLOW
+
+ * src/minilogd.c:
+ add an alarm, so we don't wait forever for input (#23482)
+ wait another second
+ add an upper bound on how much stuff we'll keep in memory
+
+ * src/initlog.c:
+ don't close the magic file descriptor
+ fix segfaults in popt when called with bogus stuff (#28140)
+
+ * src/initlog.1: document -q
+
+2001-03-28 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/init.d/network:
+ run *all* greps in C locale
+
+2001-03-26 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog: *** empty log message ***
+
+ * initscripts.spec: 5.80-1
+
+ * rc.d/init.d/network:
+ don't error if kernel.hotplug isn't there (#33256)
+
2001-03-26 Bill Nottingham <notting@redhat.com>
* initscripts.spec: 5.80-1
diff --git a/initscripts.spec b/initscripts.spec
index a6f21091..322c60d7 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 5.80
+Version: 5.81
Copyright: GPL
Group: System Environment/Base
Release: 1
@@ -254,6 +254,9 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Mon Apr 2 2001 Bill Nottingham <notting@redhat.com>
+- fix segfault in usernetctl (#34353)
+
* Mon Mar 26 2001 Bill Nottingham <notting@redhat.com>
- don't print errors in /etc/init.d/network if kernel.hotplug doesn't exist