diff options
author | Bill Nottingham <notting@redhat.com> | 2006-03-06 04:11:38 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-03-06 04:11:38 +0000 |
commit | ab4c92844ce4c00809d881f66b4608cc182699c8 (patch) | |
tree | c24238a8816f1dda8ef87a7a3ed118639dac9a6b | |
parent | 3fbd1269d347baec410213104797b29b86e4acc9 (diff) | |
download | initscripts-ab4c92844ce4c00809d881f66b4608cc182699c8.tar initscripts-ab4c92844ce4c00809d881f66b4608cc182699c8.tar.gz initscripts-ab4c92844ce4c00809d881f66b4608cc182699c8.tar.bz2 initscripts-ab4c92844ce4c00809d881f66b4608cc182699c8.tar.xz initscripts-ab4c92844ce4c00809d881f66b4608cc182699c8.zip |
8.31-1r8-31
-rw-r--r-- | ChangeLog | 17 | ||||
-rw-r--r-- | initscripts.spec | 6 |
2 files changed, 22 insertions, 1 deletions
@@ -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) |