aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog27
-rw-r--r--initscripts.spec6
2 files changed, 32 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f1b790bf..86ae9de2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+
+2004-12-06 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 8.01-1
+
+2004-12-02 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit: do implicit unicode conversion on keymap
+
+2004-12-02 Erwien Samantha <erwiensamantha@gmail.com>
+
+ * po/id.po: Inialisasi
+
+2004-12-01 Munzir Taha <munzirtaha@newhorizons.com.sa>
+
+ * po/ar.po: - 535 translated messages.
+
+2004-12-01 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit: get rid of noise on mount -f
+
+2004-11-29 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit:
+ only run restorecon if absolutely necessary (restorecon will check
+ is_selinux_enabled anyway)
+
2004-11-29 Bill Nottingham <notting@redhat.com>
* ChaneLog, initscripts.spec: 8.00-1
diff --git a/initscripts.spec b/initscripts.spec
index b3ad8caa..ba5f1046 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.00
+Version: 8.01
License: GPL
Group: System Environment/Base
Release: 1
@@ -206,6 +206,10 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Mon Dec 6 2004 Bill Nottingham <notting@redhat.com> 8.01-1
+- further bootup noise reductions
+- rc.d/rc.sysinit: do implicit unicode conversion on keymap
+
* Mon Nov 29 2004 Bill Nottingham <notting@redhat.com> 8.00-1
- fix previous fix (#139656)