aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-09-09 05:47:10 +0000
committerBill Nottingham <notting@redhat.com>2005-09-09 05:47:10 +0000
commitb6440681c94ae8ef51729aa0a6d1934312a087cc (patch)
tree45e5fe2859da311fb2199070bf94c9828c7e1db2
parent42e101cf88659de34a3db251e2c369d7701bd537 (diff)
downloadinitscripts-b6440681c94ae8ef51729aa0a6d1934312a087cc.tar
initscripts-b6440681c94ae8ef51729aa0a6d1934312a087cc.tar.gz
initscripts-b6440681c94ae8ef51729aa0a6d1934312a087cc.tar.bz2
initscripts-b6440681c94ae8ef51729aa0a6d1934312a087cc.tar.xz
initscripts-b6440681c94ae8ef51729aa0a6d1934312a087cc.zip
8.13-1r8-13
-rw-r--r--ChangeLog22
-rw-r--r--initscripts.spec5
2 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 13041ddd..65821a84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2005-09-09 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, intiscripts.spec: 8.13-1
+
+ * rc.d/rc.sysinit: Fix on-boot relabelling (<dwalsh@redhat.com>)
+
+2005-09-05 Ankitkumar Rameshchandra Patel <ankit@redhat.com>
+
+ * po/gu.po: Updated Gujarati Translations
+
+2005-09-03 Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>
+
+ * po/ms.po: Updated Malay translation
+
+2005-09-02 Jun Gu <mrbob0473@gmail.com>
+
+ * po/zh_CN.po: Two items remains to be translated.
+
+2005-08-25 Sherif Abdelgawad <sabdelg@redhat.com>
+
+ * po/ar.po: Committing for M. Ghoniem
+
2005-08-22 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec: 8.12-1
diff --git a/initscripts.spec b/initscripts.spec
index b3dfeb41..f634a637 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.12
+Version: 8.13
License: GPL
Group: System Environment/Base
Release: 1
@@ -209,6 +209,9 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Fri Sep 9 2005 Bill Nottingham <notting@redhat.com> 8.13-1
+- fix on-boot relabelling (<dwalsh@redhat.com>)
+
* Mon Aug 22 2005 Bill Nottingham <notting@redhat.com> 8.12-1
- ifup-eth: fix interface renaming (#158774)
- rc.sysinit: use modprobe, not insmod (#159120, <tmus@tmus.dk>)