summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-10-08 20:09:40 +0000
committerBill Nottingham <notting@redhat.com>2007-10-08 20:09:40 +0000
commitf34654832e4c2447d2a3730e432088cd9525aac4 (patch)
tree5795940d66c0f4929e08926b75095630b03eee86
parentb1abc3211e63103640efd2fc8193eaae65e8a7fb (diff)
downloadinitscripts-f34654832e4c2447d2a3730e432088cd9525aac4.tar.gz
initscripts-f34654832e4c2447d2a3730e432088cd9525aac4.tar.xz
initscripts-f34654832e4c2447d2a3730e432088cd9525aac4.zip
8.59-1r8-59
-rw-r--r--ChangeLog33
-rw-r--r--initscripts.spec9
2 files changed, 41 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c6f6c5d..250ea320 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2007-10-08 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 8.59-1
+
+ * rc.d/rc.sysinit: fix check. duh.
+
+ * prefdm: add wdm section (#248087)
+
+ * rc.d/init.d/functions, rc.d/init.d/halt:
+ clean up some extraneous delays (#219816)
+
+ * sysconfig/network-scripts/ifup-wireless:
+ set mode before bringing link up (#254046, <linville@redhat.com>)
+
+ * ChangeLog, initscripts.spec: fix bz links
+
+2007-10-06 Renato Pavicic <repavaci@globalnet.hr>
+
+ * po/hr.po: *** empty log message ***
+
+2007-10-05 Igor Pires Soares <igorsoares@gmail.com>
+
+ * po/pt_BR.po: Minor changes
+
+2007-10-05 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 8.58-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-05 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec: 8.57-1
diff --git a/initscripts.spec b/initscripts.spec
index a02fb03b..f40066c8 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.58
+Version: 8.59
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -208,6 +208,13 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Mon Oct 8 2007 Bill Nottingham <notting@redhat.com> - 8.59-1
+- rc.sysinit: fix rhgb check
+- prefdm: add wdm section (#248087)
+- init.d/functions, halt: clean up some extraneous delays (#219816)
+- ifup-wireless: set mode before bringing link up (#254046, <linville@redhat.com>)
+- translation updates: pt_BR, hr
+
* 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)