aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-05-15 05:06:31 +0000
committerBill Nottingham <notting@redhat.com>2007-05-15 05:06:31 +0000
commitb5fbd4683d179a13fec3fa7ad88618da41a39752 (patch)
tree6fb4feee6779d013ce579ebb93f46d51d86be1a8
parentfe9e3ed77baf4c4c37b6677efd1b3508ffcdf70c (diff)
downloadinitscripts-b5fbd4683d179a13fec3fa7ad88618da41a39752.tar
initscripts-b5fbd4683d179a13fec3fa7ad88618da41a39752.tar.gz
initscripts-b5fbd4683d179a13fec3fa7ad88618da41a39752.tar.bz2
initscripts-b5fbd4683d179a13fec3fa7ad88618da41a39752.tar.xz
initscripts-b5fbd4683d179a13fec3fa7ad88618da41a39752.zip
8.54-1r8-54
-rw-r--r--ChangeLog45
-rw-r--r--initscripts.spec6
2 files changed, 50 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dfef120a..4d5f316d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2007-05-15 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 8.54-1
+
+2007-05-13 Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>
+
+ * po/ms.po: Updated Malay translation
+
+2007-05-08 Karsten Hopp <karsten@redhat.com>
+
+ * rc.d/rc.sysinit:
+ don't print an error message about a missing device when p.e. a
+ logical partition is referenced in /etc/crypttab as it doesn't exist
+ at the first pass
+
+2007-05-05 Hyu Gabaru <hyu_gabaru@yahoo.co.jp>
+
+ * po/ja.po: translation completed
+
+ * po/ja.po: translating...
+
+2007-05-03 Doncho N. Gunchev <mr700@globalnet.bg>
+
+ * po/bg.po: Translation update
+
+2007-05-02 Miroslav Ivanov <kiro.kopeleto@gmail.com>
+
+ * po/bg.po: Translation update
+
+2007-04-28 Miloslav Trmac <mitr@redhat.com>
+
+ * po/cs.po: Fix a few translation bugs.
+
+2007-04-25 Amitakhya Phukan <aphukan@redhat.com>
+
+ * po/as.po: Updated assamese initscripts translation
+
+2007-04-24 Amitakhya Phukan <aphukan@redhat.com>
+
+ * po/as.po: Updated assamese initscripts translation
+
+2007-04-21 Doncho N. Gunchev <mr700@globalnet.bg>
+
+ * po/bg.po: msgmerge -v .pot > .po
+
2007-04-19 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec: 8.53-1
diff --git a/initscripts.spec b/initscripts.spec
index 99c70dc1..8f218eb0 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.53
+Version: 8.54
License: GPL
Group: System Environment/Base
Release: 1
@@ -203,6 +203,10 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Tue May 15 2007 Bill Nottingham <notting@redhat.com> 8.54-1
+- translation updates: as, bg, cs, ja, ms
+- redirect bogus errors from cryptsetup to /dev/null <karsten@redhat.com>
+
* Thu Apr 19 2007 Bill Nottingham <notting@redhat.com> 8.53-1
- init.d/halt: use sound saving wrapper from alsa-utils, conflict with
older versions (#236916)