diff options
author | Bill Nottingham <notting@redhat.com> | 2004-11-24 04:35:36 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-11-24 04:35:36 +0000 |
commit | 6a0ea2ec626bcfa044e6dd7955dafd19bed0193e (patch) | |
tree | c3567efcdddf8731768b93c59149374a9eaba48b | |
parent | 57778525e6d9af1185bf34af9e6fb083f8d4516a (diff) | |
download | initscripts-6a0ea2ec626bcfa044e6dd7955dafd19bed0193e.tar initscripts-6a0ea2ec626bcfa044e6dd7955dafd19bed0193e.tar.gz initscripts-6a0ea2ec626bcfa044e6dd7955dafd19bed0193e.tar.bz2 initscripts-6a0ea2ec626bcfa044e6dd7955dafd19bed0193e.tar.xz initscripts-6a0ea2ec626bcfa044e6dd7955dafd19bed0193e.zip |
7.98-1r7-98
-rw-r--r-- | ChangeLog | 51 | ||||
-rw-r--r-- | initscripts.spec | 14 |
2 files changed, 64 insertions, 1 deletions
@@ -1,3 +1,54 @@ +2004-11-24 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 7.98-1 + + * rc.d/init.d/netfs: don't mount GFS (#140281) + +2004-11-23 Bill Nottingham <notting@redhat.com> + + * src/kmodule.c: ftw? is slow. + +2004-11-16 Bill Nottingham <notting@redhat.com> + + * src/initlog.c, src/minilogd.c: + fix various minilogd bogosities (uninitialized variable, handling of wrong-protocol connections, don't check atime) (#106338) + +2004-11-15 Karsten Hopp <karsten@redhat.com> + + * initscripts.spec, sysconfig/network-scripts/network-functions: + - configure the CTC protocol if CTCPROT is set (mainframe) + +2004-11-15 David Barzilay <barzilay@redhat.com> + + * po/pt_BR.po: updates + +2004-11-15 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/network-functions: + fix check_link_down to still check negotiation if link is listed as "up" on entering (#110164, <dbaron@dbaron.org> + +2004-11-14 Peter van Egdom <p.van.egdom@chello.nl> + + * po/nl.po: Some fixes for initscripts nl.po + +2004-11-11 Karsten Hopp <karsten@redhat.com> + + * initscripts.spec, sysconfig/network-scripts/network-functions: + - parse OPTIONS for QETH, CTC, LCS interfaces (#136256, mainframe) + +2004-11-10 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: don't completely override AUTOFSCK_OPT + +2004-11-10 N Jayaradha <njaya@redhat.com> + + * po/ta.po: trans + +2004-11-09 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifup: + fix typo (#134787, <bnocera@redhat.com>) + 2004-11-07 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 7.95-1 diff --git a/initscripts.spec b/initscripts.spec index 28c1423b..8bd8fed4 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.97 +Version: 7.98 License: GPL Group: System Environment/Base Release: 1 @@ -206,12 +206,24 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue Nov 23 2004 Bill Nottingham <notting@redhat.com> 7.98-1 +- various kmodule speedups +- rc.d/init.d/netfs: don't mount GFS (#140281) +- fix various minilogd bogosities (#106338) + * Mon Nov 15 2004 Karsten Hopp <karsten@redhat.de> 7.97-1 - configure CTC protocol if CTCPROT is set (#133088) +* Mon Nov 15 2004 Bill Nottingham <notting@redhat.com> +- fix check_link_down to still check negotiation if link is + listed as "up" on entering (#110164, <dbaron@dbaron.org>) + * Thu Nov 11 2004 Karsten Hopp <karsten@redhat.de> 7.96-1 - parse OPTIONS for QETH, CTC, LCS interfaces (#136256, mainframe) +* Tue Nov 9 2004 Bill Nottingham <notting@redhat.com> +- fix typo (#134787, <bnocera@redhat.com>) + * Sun Nov 7 2004 Bill Nottingham <notting@redhat.com> 7.95-1 - various translation updates |