diff options
-rw-r--r-- | ChangeLog | 42 | ||||
-rw-r--r-- | initscripts.spec | 8 |
2 files changed, 49 insertions, 1 deletions
@@ -1,3 +1,45 @@ +2006-04-20 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 8.33-1 + + * Makefile, initscripts.spec, rc.d/rc.sysinit, rwtab: + readonly root support. Does not currently work with SELinux. + + * rc.d/rc.sysinit: + remove call to zfcpconf.sh - that should be udev rules + +2006-04-19 Runa Bhattacharjee <runab@redhat.com> + + * po/bn_IN.po: Updated Bengali INDIA (bn_IN) Translation + +2006-04-19 Subhransu Behera <sbehera@redhat.com> + + * po/or.po: Merged Oriya translation with .pot file + +2006-04-18 Miloslav Trmac <mitr@redhat.com> + + * src/.cvsignore: Update .cvsignore + + * rc.d/init.d/network, sysconfig.txt, sysconfig/network-scripts/ifup-eth, sysconfig/network-scripts/ifup: + Add NETWORKDELAY and LINKDELAY (#176851) + +2006-04-18 Peter Jones <pjones@redhat.com> + + * rc.d/rc.sysinit: + - get rid of /initrd handling, since that's long dead. + +2006-04-18 Ankitkumar Rameshchandra Patel <ankit@redhat.com> + + * po/gu.po: Merged the strings with .pot files + +2006-04-17 Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com> + + * po/ms.po: Updated Malay translation + +2006-04-11 Renato Pavicic <repavici@globalnet.hr> + + * po/hr.po: *** empty log message *** + 2006-04-10 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 8.32-1 diff --git a/initscripts.spec b/initscripts.spec index 75011dc6..5cef07a4 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.32 +Version: 8.33 License: GPL Group: System Environment/Base Release: 1 @@ -212,6 +212,12 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Thu Apr 20 2006 Bill Nottingham <notting@redhat.com> 8.33-1 +- support for readonly root +- rc.sysinit: remove call to zfcpconf.sh - that should be udev rules +- ifup*: add NETWORKDELAY and LINKDELAY (#176851, <mitr@redhat.com>) +- rc.sysinit: remove obsolete initrd code (<pjones@redhat.com>) + * Mon Apr 10 2006 Bill Nottingham <notting@redhat.com> 8.32-1 - netfs: fix redirect (#187505) - rc.sysinit add forcequotacheck (#168118, <mitr@redhat.com>) |