aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-04-20 19:59:26 +0000
committerBill Nottingham <notting@redhat.com>2006-04-20 19:59:26 +0000
commit8cc9ce1db82dfd06092c3e193144d3832664212f (patch)
treef463ef8d4e11b188c1927ea7c0a58c74dbcc29b6
parent6d85597fc085579bf79f794f9fcfc2e70d590cfd (diff)
downloadinitscripts-8cc9ce1db82dfd06092c3e193144d3832664212f.tar
initscripts-8cc9ce1db82dfd06092c3e193144d3832664212f.tar.gz
initscripts-8cc9ce1db82dfd06092c3e193144d3832664212f.tar.bz2
initscripts-8cc9ce1db82dfd06092c3e193144d3832664212f.tar.xz
initscripts-8cc9ce1db82dfd06092c3e193144d3832664212f.zip
8.33-1
-rw-r--r--ChangeLog42
-rw-r--r--initscripts.spec8
2 files changed, 49 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d376d2f5..fc121eb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>)