aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-10-05 18:03:38 +0000
committerBill Nottingham <notting@redhat.com>2007-10-05 18:03:38 +0000
commit7b8c969839e655932e9e7d46d94e0a5320cdeb7c (patch)
tree76be52cd5ffcd105ab1a28d58896e3e6825855c6
parent8b7568d8083445986c8213e31cc54983697ed946 (diff)
downloadinitscripts-7b8c969839e655932e9e7d46d94e0a5320cdeb7c.tar
initscripts-7b8c969839e655932e9e7d46d94e0a5320cdeb7c.tar.gz
initscripts-7b8c969839e655932e9e7d46d94e0a5320cdeb7c.tar.bz2
initscripts-7b8c969839e655932e9e7d46d94e0a5320cdeb7c.tar.xz
initscripts-7b8c969839e655932e9e7d46d94e0a5320cdeb7c.zip
8.58-1r8-58
-rw-r--r--ChangeLog36
-rw-r--r--initscripts.spec11
2 files changed, 45 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 53b14429..3becbcb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2007-10-05 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 8.57-1
+
+ * initscripts.spec: add udev requires for persistent net stuff
+
+ * src/rename_device.c, udev/rules.d/60-net.rules:
+ just suggest an interface name, don't do actual renaming
+
+2007-10-04 Bill Nottingham <notting@redhat.com>
+
+ * initscripts.spec: revert conflict so that xen can work
+
+2007-09-30 Kjartan Maraas <kmaraas@gnome.org>
+
+ * po/nb.po: Update translation
+
+2007-09-30 Richard Allen <ra@hp.is>
+
+ * po/is.po: *** empty log message ***
+
+2007-09-28 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit:
+ don't hang if someone somehow manages to get a dangling pipe in
+ /etc/rhgb/temp (#251219)
+
+2007-09-26 Bill Nottingham <notting@redhat.com>
+
+ * src/genhostid.c: fix it for 64-bit systems (#306811)
+
+2007-09-25 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/init.d/functions, rc.d/init.d/halt, rc.d/init.d/network:
+ more fixes (#220087)
+
2007-09-25 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec: 8.57-1
diff --git a/initscripts.spec b/initscripts.spec
index 758e48c2..4ffa4835 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts
Name: initscripts
-Version: 8.57
+Version: 8.58
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -208,7 +208,14 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
-- revert kernel conflict so that xen can still work
+* Fri Oct 5 2007 Bill Nottingham <notting@redhat.com> - 8.58-1
+- revert kernel conflict so that xen can still work (#319401)
+- rename_device, 60-net.rules: only suggest an interface name (part of #264901)
+- require newer udev for persistent net rules (part of #264901)
+- don't hang if someone puts a dangling pipe in /etc/rhgb/temp (#251219)
+- genhostid: fix for 64-bit systems (#306811)
+- more bash matching fixes (#220887)
+- translation updates: is, nb
* Tue Sep 25 2007 Bill Nottingham <notting@redhat.com> - 8.57-1
- work around upstream bash changes (#220887, modified from <nvigier@mandriva.com>)