aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog17
-rw-r--r--initscripts.spec6
2 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f32a85b..ce1977d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+
+2006-03-05 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 8.31-1
+
+2006-03-05 Hirofumi Saito <hi_saito@yk.rim.or.jp>
+
+ * po/ja.po: translation finished in initscripts
+
+2006-03-03 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/init.d/halt: kexec support (<jmoyer@redhat.com>)
+
+2006-03-01 Leah Liu <liuwei99@gmail.com>
+
+ * po/zh_CN.po: *** empty log message ***
+
2006-02-28 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec: 8.30-1
diff --git a/initscripts.spec b/initscripts.spec
index aa068d0c..ff65b361 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.30
+Version: 8.31
License: GPL
Group: System Environment/Base
Release: 1
@@ -208,6 +208,10 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Sun Mar 5 2006 Bill Nottingham <notting@redhat.com> 8.31-1
+- fix kexec support (<jmoyer@redhat.com>)
+- translation updates
+
* Tue Feb 28 2006 Bill Nottingham <notting@redhat.com> 8.30-1
- hotplug: don't cause modules to be reloaded on ifdown/rmmod (#179809)
- fix endless loops in ifup/ifdown (#177792, #182466)