diff options
-rw-r--r-- | ChangeLog | 33 | ||||
-rw-r--r-- | initscripts.spec | 6 |
2 files changed, 38 insertions, 1 deletions
@@ -1,3 +1,36 @@ +2003-02-18 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 7.08-1 + + * rc.d/rc: + run fewer scripts through action, causing less output to system logs + (#49670, #75279, #81531). Not the best fix, but should shut most + things up. + + * rc.d/rc.sysinit: + just because hid may be static doesn't mean keybdev/mousedev are + also, hid could have been hotplugged + +2003-02-17 Tino Meinen <a.t.meinen@chello.nl> + + * po/nl.po: Updated Dutch translation + +2003-02-14 David Barzilay <barzilay@redhat.com> + + * po/pt_BR.po: updated1402 + +2003-02-13 Pedro Morais <pmmm@rnl.ist.utl.pt> + + * po/pt.po: update + +2003-02-12 Gregory Petit <thunderbirds@pandora.be> + + * po/nl.po: + Changed charset to UTF-8 + + * po/nl.po: + Version 1.38 of initscripts.pot translated, 21 sentences not translated. + 2003-02-11 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 7.07-1 diff --git a/initscripts.spec b/initscripts.spec index 265936bf..c5a1cfbd 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.07 +Version: 7.08 License: GPL Group: System Environment/Base Release: 1 @@ -246,6 +246,10 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue Feb 18 2003 Bill Nottingham <notting@redhat.com> 7.08-1 +- load keybdev & mousedev even if hid is already loaded/static +- run fewer scripts through action (#49670, #75279, #81531) + * Mon Feb 10 2003 Bill Nottingham <notting@redhat.com> 7.07-1 - fix nicknames & profiles (#82246) - fix check_device_down (#83780, <pzb@datstacks.com>) |