diff options
author | Bill Nottingham <notting@redhat.com> | 2004-10-01 21:35:38 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-10-01 21:35:38 +0000 |
commit | 8c21275aae8983d41e1b3b6fed2993cabe33f1d6 (patch) | |
tree | 24dc1c7cf60b571346fa10e2f1403e78aab29552 | |
parent | 33c45b6e7ae9bd501838245d1ec7189dcb6ff315 (diff) | |
download | initscripts-8c21275aae8983d41e1b3b6fed2993cabe33f1d6.tar initscripts-8c21275aae8983d41e1b3b6fed2993cabe33f1d6.tar.gz initscripts-8c21275aae8983d41e1b3b6fed2993cabe33f1d6.tar.bz2 initscripts-8c21275aae8983d41e1b3b6fed2993cabe33f1d6.tar.xz initscripts-8c21275aae8983d41e1b3b6fed2993cabe33f1d6.zip |
7.86-1r7-86
-rw-r--r-- | ChangeLog | 20 | ||||
-rw-r--r-- | initscripts.spec | 6 |
2 files changed, 25 insertions, 1 deletions
@@ -1,3 +1,23 @@ +2004-10-01 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 7.86-1 + + * rc.d/rc.sysinit: + use /etc/hotplug/blacklist to blacklist modules (#132719) + +2004-09-30 Maxim Dziumanenko <mvd@mylinux.com.ua> + + * po/uk.po: + Updated Ukrainian translation + +2004-09-30 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/functions: filter indic locales on the console (#134198) + +2004-09-29 Amanpreet Singh Alam <amanlinux@netscape.net> + + * po/pa.po: check + 2004-09-29 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 7.85-1 diff --git a/initscripts.spec b/initscripts.spec index 164ac7d0..4d0ba99d 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 7.85 +Version: 7.86 License: GPL Group: System Environment/Base Release: 1 @@ -207,6 +207,10 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Fri Oct 1 2004 Bill Nottingham <notting@redhat.com> - 7.86-1 +- use /etc/hotplug/blacklist to blacklist modules in hardware init (#132719) +- filter indic locales on the console (#134198) + * Wed Sep 29 2004 Bill Nottingham <notting@redhat.com> - 7.85-1 - ifup, network-functions: fix worked-by-accident shell quoting - lang.csh: remove setting of dspmbyte (#89549, <mitr@redhat.com>) |