aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-06-12 19:32:36 +0000
committerBill Nottingham <notting@redhat.com>2006-06-12 19:32:36 +0000
commit2cc80fc69e102283a23c07b0e832a4f23694c001 (patch)
treea699b99626d9465be27570865f585c0288fa70d5
parent8b0c157fd42c000827d17e38371b0d4e8fcc33ef (diff)
downloadinitscripts-2cc80fc69e102283a23c07b0e832a4f23694c001.tar
initscripts-2cc80fc69e102283a23c07b0e832a4f23694c001.tar.gz
initscripts-2cc80fc69e102283a23c07b0e832a4f23694c001.tar.bz2
initscripts-2cc80fc69e102283a23c07b0e832a4f23694c001.tar.xz
initscripts-2cc80fc69e102283a23c07b0e832a4f23694c001.zip
8.35-1r8-35
-rw-r--r--ChangeLog82
-rw-r--r--initscripts.spec9
2 files changed, 90 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 24b472ab..2771abc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,85 @@
+2006-06-12 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 8.35-1
+
+ * rc.d/rc.sysinit, sysconfig/readonly-root:
+ readonly root enhancments (modified from <law@redhat.com>, #193164)
+
+2006-06-12 Subhransu Behera <sbehera@redhat.com>
+
+ * po/or.po: Updated Oriya translation
+
+2006-06-11 Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>
+
+ * po/ms.po: Updated Malay translation
+
+2006-06-10 Subhransu Behera <sbehera@redhat.com>
+
+ * po/or.po: Updated Oriya translation
+
+2006-06-09 Dimitris Michelinakis <dimitris@michelinakis.gr>
+
+ * po/el.po: Minor changes to Greek translation
+
+2006-06-08 Subhransu Behera <sbehera@redhat.com>
+
+ * po/or.po: Updated Oriya translation
+
+2006-06-08 Dimitris Michelinakis <dimitris@michelinakis.gr>
+
+ * po/el.po: Minor change in Greek translation
+
+2006-06-07 Subhransu Behera <sbehera@redhat.com>
+
+ * po/or.po: Updated Oriya translation
+
+2006-06-07 Miloslav Trmac <mitr@redhat.com>
+
+ * Makefile, crypttab.5: Add /etc/crypttab documentation.
+
+2006-06-06 Dimitris Michelinakis <dimitris@michelinakis.gr>
+
+ * po/el.po: More Greek translation updates to initscripts
+
+2006-06-05 Miloslav Trmac <mitr@redhat.com>
+
+ * rc.d/init.d/functions: Clarify killproc usage message (#193711)
+
+2006-06-03 Piotr Drąg <raven@pmail.pl>
+
+ * po/pl.po: Updated and improved Polish translation
+
+2006-06-02 Dimitris Michelinakis <dimitris@michelinakis.gr>
+
+ * po/el.po: More updates to initscripts Greek translation
+
+2006-06-01 Dimitris Michelinakis <dimitris@michelinakis.gr>
+
+ * po/el.po: First steps to translate initscripts to Greek
+
+2006-06-01 Miloslav Trmac <mitr@redhat.com>
+
+ * rc.d/init.d/halt, rc.d/rc.sysinit:
+ Add encrypted swap and non-root filesystem support (#127378, based on
+ a patch by W. Michael Petullo <redhat@flyn.org> and Debian's cryptsetup
+ package)
+
+2006-05-30 Miloslav Trmac <mitr@redhat.com>
+
+ * sysconfig.txt: Document BRIDGE= (#192576)
+
+2006-05-29 Joel Gump <biglaughing@gmail.com>
+
+ * po/zh_CN.po: re_translate fuzzy words...of the current po file
+
+2006-05-25 Bill Nottingham <notting@redhat.com>
+
+ * prefdm: use the right option (#193177, <david@lovesunix.net>)
+
+ * rc.d/rc.sysinit: googlespell prefers one l. words takes both.
+
+ * rc.d/rc.sysinit:
+ allow for sulogin instead of automatic relabeling (<dwalsh@redhat.com>)
2006-05-23 Bill Nottingham <notting@redhat.com>
diff --git a/initscripts.spec b/initscripts.spec
index 19ad5105..7fda26b4 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.34
+Version: 8.35
License: GPL
Group: System Environment/Base
Release: 1
@@ -209,6 +209,13 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Mon Jun 12 2006 Bill Nottingham <notting@redhat.com> 8.35-1
+- readonly root enhancments (modified from <law@redhat.com>, #193164)
+- encrypted swap, non-root filesystem support (#127378, <mitr@redhat.com, <redhat@flyn.org>)
+- clarify killproc usage (#193711, <mitr@redhat.com>)
+- document BRIDGE= (#192576, <mitr@redhat.com>)
+- rc.sysinit: allow for sulogin instead of automatic relabeling (<dwalsh@rehdat.com>)
+
* Tue May 23 2006 Bill Nottingham <notting@redhat.com> 8.34-1
- link glib2 dynamically now that it's in /lib, conflict with older
versions