aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-11-29 00:10:25 +0000
committerBill Nottingham <notting@redhat.com>2006-11-29 00:10:25 +0000
commitbaf224313150fb74c32687b963d1c7ae375eb15c (patch)
treeab9c0e8048d8367feb019f4a5f4545d179612d7b
parent41e217c22dd6556e0a103e9d5f733f227196333d (diff)
downloadinitscripts-baf224313150fb74c32687b963d1c7ae375eb15c.tar
initscripts-baf224313150fb74c32687b963d1c7ae375eb15c.tar.gz
initscripts-baf224313150fb74c32687b963d1c7ae375eb15c.tar.bz2
initscripts-baf224313150fb74c32687b963d1c7ae375eb15c.tar.xz
initscripts-baf224313150fb74c32687b963d1c7ae375eb15c.zip
8.48-1
-rw-r--r--ChangeLog11
-rw-r--r--initscripts.spec11
2 files changed, 15 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 56b467c6..ebeaa9c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,11 @@
2006-11-28 Bill Nottingham <notting@redhat.com>
+ * ChangeLog, initscripts.spec: 8.48-1
+
* Makefile: fix changelog stuff
* src/rename_device.c:
- add a step to rename any temporarily renamed devices (#208740,
- #204803, #214817)
+ add a step to rename any temporarily renamed devices (#208740, #214817)
2006-11-28 Ani Peter <apeter@redhat.com>
@@ -43,7 +44,7 @@
* po/ml.po: Updated Malayalam file
-2006-11-19 arclynx <arclynx@redhat.com>
+2006-11-19 Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>
* po/ms.po: Updated Malay translation
@@ -53,7 +54,7 @@
Add a way to manually manage racoon.conf, e.g. to handle separate tunnels with
a shared peer endpoint (#159343)
-2006-11-13 raven <raven@redhat.com>
+2006-11-13 Piotr Drąg <raven@pmail.pl>
* po/pl.po: Updated Polish translation
@@ -67,8 +68,6 @@
don't run ethtool if there's no device. Prevents reloading the module
on ifdown called by udev on device unregistration.
- * ChangeLog, initscripts.spec: 8.47-1
-
2006-11-06 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec: 8.47-1
diff --git a/initscripts.spec b/initscripts.spec
index 9743ee0f..9cb6439f 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.47
+Version: 8.48
License: GPL
Group: System Environment/Base
Release: 1
@@ -200,6 +200,15 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Tue Nov 28 2006 Bill Nottingham <notting@redhat.com> 8.48-1
+- add a step to rename any temporarily renamed devices (#208740, #214817)
+- make sure network modules don't get accidentally reloaded (#211474)
+- rc.sysinit: fix dmraid test (#216334)
+- init.d/halt: don't unmount network filesystems
+- ipsec: Add a way to manually manage racoon.conf (#159343, <mitr@redhat.com>)
+- sysconfig.txt: Document ~/.i18n (#199323, <mitr@redhat.com>)
+- some translation updates
+
* Mon Nov 6 2006 Bill Nottingham <notting@redhat.com> 8.47-1
- lang.{sh,csh}: handle sinhalese as well in CJKI clauses (#212438)
- rc.sysinit: add '--auto=yes' to mdadm invocation (#213671)