aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog39
-rw-r--r--initscripts.spec5
2 files changed, 40 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a6d1188..4f0dfdbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,39 @@
-2001-07-27 Than Ngo <than@redhat.com>
- * sysconfig/network-scripts/ifup-ippp
- fix some typo bugs in ifup-ippp <ubeck@c3pdm.com>
+2001-08-28 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 6.29-1
+
+ * po/sl.po, po/sr.po, po/sv.po, po/tr.po, po/uk.po, po/wa.po, po/zh_CN.GB2312.po, po/zh.po, po/it.po, po/ja.po, po/ko.po, po/nn.po, po/no.po, po/pl.po, po/pt_BR.po, po/pt.po, po/ro.po, po/ru.po, po/sk.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/eu_ES.po, po/fi.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/initscripts.pot, po/is.po:
+ translation update. hopefully the last one
+
+ * sysconfig/network-scripts/network-functions-ipv6:
+ fix message string (#52581)
+
+ * rc.d/rc.sysinit: more wording changes
+
+ * rc.d/rc.sysinit: change wording slightly
+
+2001-08-27 Michael K. Johnson <johnsonm@redhat.com>
+
+ * sysconfig.txt:
+ documented /etc/sysconfig/autofsck
+
+2001-08-27 Jesús Bravo Álvarez <jba@pobox.com>
+
+ * po/gl.po: Updated Galician translation
+
+2001-08-27 Michael K. Johnson <johnsonm@redhat.com>
+
+ * rc.d/init.d/halt, rc.d/rc.sysinit:
+ first pass at implementing /.autofsck; archive modules/symbol info
+
+2001-08-27 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/init: set default loglevel to 3, not 1
+
+2001-08-27 Than Ngo <than@redhat.com>
+
+ * sysconfig/network-scripts/ifup-ippp, ChangeLog, initscripts.spec:
+ - fix some typo bugs in ifup-ippp <ubeck@c3pdm.com>
2001-08-24 Bill Nottingham <notting@redhat.com>
diff --git a/initscripts.spec b/initscripts.spec
index c8113044..35e91002 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.28
+Version: 6.29
License: GPL
Group: System Environment/Base
Release: 1
@@ -239,6 +239,9 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/locale/*/LC_MESSAGES
%changelog
+* Mon Aug 27 2001 Bill Nottingham <notting@redhat.com>
+- autofsck support, archive modules/symbol info (<johnsonm@redhat.com>)
+
* Mon Aug 27 2001 Than Ngo <than@redhat.com>
- fix some typo bugs in ifup-ippp <ubeck@c3pdm.com>