aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-02-18 21:33:02 +0000
committerBill Nottingham <notting@redhat.com>2003-02-18 21:33:02 +0000
commit83e0a250fe9cb3f30a447de701c9d0441b4625b0 (patch)
tree677b163fa99fbf4f5a8840654d2fac639ae11bf5
parent9ff47d280c2727f3cb7ea656b3dbf6e2c63895a2 (diff)
downloadinitscripts-83e0a250fe9cb3f30a447de701c9d0441b4625b0.tar
initscripts-83e0a250fe9cb3f30a447de701c9d0441b4625b0.tar.gz
initscripts-83e0a250fe9cb3f30a447de701c9d0441b4625b0.tar.bz2
initscripts-83e0a250fe9cb3f30a447de701c9d0441b4625b0.tar.xz
initscripts-83e0a250fe9cb3f30a447de701c9d0441b4625b0.zip
7.08-1
-rw-r--r--ChangeLog33
-rw-r--r--initscripts.spec6
2 files changed, 38 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d12bdc6f..ac27c1e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>)