aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-08-28 20:58:38 +0000
committerBill Nottingham <notting@redhat.com>2002-08-28 20:58:38 +0000
commit516c32a6ab64479f6806ff36338581a297dad7fa (patch)
treefc2382967f26740a918b9346dd61c267b751476b
parent8d1e60990e9f8fa709634bad189e520b035baf10 (diff)
downloadinitscripts-516c32a6ab64479f6806ff36338581a297dad7fa.tar
initscripts-516c32a6ab64479f6806ff36338581a297dad7fa.tar.gz
initscripts-516c32a6ab64479f6806ff36338581a297dad7fa.tar.bz2
initscripts-516c32a6ab64479f6806ff36338581a297dad7fa.tar.xz
initscripts-516c32a6ab64479f6806ff36338581a297dad7fa.zip
6.92-1r6-92
-rw-r--r--ChangeLog85
-rw-r--r--initscripts.spec7
2 files changed, 91 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e291e58..ffabf697 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,88 @@
+2002-08-28 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 6.92-1
+
+ * sysconfig.txt:
+ fix docs on displaymanager/desktop
+
+2002-08-27 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifdown:
+ don't loop on ifdown
+
+2002-08-27 Federico Musto <federico@redhat.com>
+
+ * po/de.po, po/es.po, po/fr.po:
+ "/mnt/traduzioni/RH8.0/translate/initscripts"
+
+2002-08-26 Hasbullah Bin Pit <sebol@ikhlas.com>
+
+ * po/ms.po: s/pelekapan/lekapan
+
+2002-08-26 Federico Musto <federico@redhat.com>
+
+ * po/de.po, po/es.po, po/fr.po, po/it.po:
+ "/mnt/traduzioni/RH8.0/translate/initscripts"
+
+2002-08-25 Hasbullah Bin Pit <sebol@ikhlas.com>
+
+ * po/ms.po:
+ Added Malay Translation for initscripts
+
+2002-08-24 Kjartan Maraas <kmaraas@gnome.org>
+
+ * po/no.po: Update and convert to UTF8
+
+2002-08-24 Keld Jørn Simonsen <keld@dkuug.dk>
+
+ * po/da.po: pto
+
+2002-08-22 James Hashida <khashida@redhat.com>
+
+ * po/ja.po: update
+
+2002-08-22 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit:
+ remove disabling of DMA; it can cause problems
+
+2002-08-22 Leon Ho <llch@redhat.com>
+
+ * po/zh.po: no longer used
+
+2002-08-22 Sarah Smith <sarahs@redhat.com>
+
+ * po/zh_CN.po: changed all ...... to ...
+
+2002-08-21 James Hashida <khashida@redhat.com>
+
+ * po/ja.po: update
+
+2002-08-21 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifup-routes:
+ use the other file redhat-config-network writes by default; leave
+ route-<foo> for user customization (<pbrown@redhat.com>, others)
+
+ * rc.d/rc.sysinit:
+ move swap startup to after LVM (#66588)
+
+2002-08-21 Richard Allen <ra@hp.is>
+
+ * po/is.po: *** empty log message ***
+
+2002-08-21 Christian Rose <menthos@menthos.com>
+
+ * sv.po: Updated Swedish translation.
+
+2002-08-21 Michelle Kim <mkim@redhat.com>
+
+ * po/ko.po: Updated translation.
+
+2002-08-21 Hung-Pin Wu <hpwu@redhat.com>
+
+ * po/zh_TW.po: Updated translation.
+
2002-08-21 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec: 6.91-1
diff --git a/initscripts.spec b/initscripts.spec
index f1fdd48a..73ab13c3 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 6.91
+Version: 6.92
License: GPL
Group: System Environment/Base
Release: 1
@@ -244,6 +244,11 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/locale/*/LC_MESSAGES
%changelog
+* Wed Aug 28 2002 Bill Nottingham <notting@redhat.com>
+- don't infinite loop on ifdown
+- remove disabling of DMA; this can cause problems
+- move swap startup to after LVM (#66588)
+
* Tue Aug 20 2002 Bill Nottingham <notting@redhat.com>
- don't cycle through eth0-eth9 on dhcp link check (#68127)
- don't retry indefinitely on ppp startup