diff options
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | initscripts.spec | 11 |
2 files changed, 15 insertions, 7 deletions
@@ -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) |