aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-06-23 20:03:00 +0000
committerBill Nottingham <notting@redhat.com>2003-06-23 20:03:00 +0000
commitf8aa240d16213d50e3095e07a44a74e6346dbb6c (patch)
treeed56d4fd84949a37ee5c4ca4a3cbceeca9e71702
parent5ce7d531fe1c60cb52bafbdf67247b6306f3bc7a (diff)
downloadinitscripts-f8aa240d16213d50e3095e07a44a74e6346dbb6c.tar
initscripts-f8aa240d16213d50e3095e07a44a74e6346dbb6c.tar.gz
initscripts-f8aa240d16213d50e3095e07a44a74e6346dbb6c.tar.bz2
initscripts-f8aa240d16213d50e3095e07a44a74e6346dbb6c.tar.xz
initscripts-f8aa240d16213d50e3095e07a44a74e6346dbb6c.zip
7.25-1
-rw-r--r--ChangeLog59
-rw-r--r--initscripts.spec10
2 files changed, 68 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b1d9cd06..8ac15202 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+2003-06-19 Bill Nottingham <notting@redhat.com>
+
+ * Changelog, initscripts.spec:
+ 7.25-1
+
+ * rc.d/rc.local:
+ revert rhgb hack
+
+ * sysconfig/network-scripts/ifup-post:
+ fix DNS punching in the case of other rules for the DNS server (#97686, <martin@zepler.org>)
+
+2003-06-18 pclouds <pclouds@redhat.com>
+
+ * po/vi.po: add vi.po
+
+2003-06-18 morais <morais@redhat.com>
+
+ * po/pt.po: consistency fixes
+
+2003-06-18 Bernd Groh <bgroh@redhat.com>
+
+ * po/de.po: software translation update
+
+2003-06-16 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit: fix bad syntax
+
+2003-06-13 Bill Nottingham <notting@redhat.com>
+
+ * src/initlog.c, src/ppp-watch.c, src/process.c, src/usernetctl.c:
+ fix leaked fd, potential usernetctl badness, and initlog/process bogons (<linux_4ever@yahoo.com>)
+
+2003-06-11 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit: fix grep (#97188)
+
+2003-06-05 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit:
+ change order for .unconfigured (#92346, <pmatilai@welho.com>)
+
+2003-06-02 Bill Nottingham <notting@redhat.com>
+
+ * ppp/ip-down.ipv6to4, ppp/ip-up.ipv6to4:
+ beep? erhm, no. (#92019)
+
+2003-05-28 Bill Nottingham <notting@redhat.com>
+
+ * Makefile, sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-routes, sysconfig/network-scripts/network-functions:
+ - make usernetctl use the nickname instead of the device name
+ - don't look in /etc/sysconfig/networking
+ - fix calling of nameif before the device was loaded
+ - clean up route handling
+ (<harald@redhat.com>)
+
+2003-05-27 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit: make ksyms.* 0600
+
2003-05-23 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec: 7.24-1
diff --git a/initscripts.spec b/initscripts.spec
index ac4cc347..d3ec7728 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.24
+Version: 7.25
License: GPL
Group: System Environment/Base
Release: 1
@@ -246,6 +246,14 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Mon Jun 23 2003 Bill Nottingham <notting@redhat.com> 7.25-1
+- fix DNS punching in the case of other rules for the DNS server
+ (#97686, <martin@zepler.org>)
+- initlog, ppp-watch, and usernetctl tweaks (<linux_4ever@yahoo.com>)
+- fix grep for mingetty (#97188)
+- fix rhgb-client bad syntax
+- other random tweaks
+
* Fri May 23 2003 Bill Nottingham <notting@redhat.com> 7.24-1
- now even still yet more tweaks for graphical boot