aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-08-01 16:53:51 +0000
committerBill Nottingham <notting@redhat.com>2001-08-01 16:53:51 +0000
commit43a1ade3deb73903ab610af0d091189bcbe3372e (patch)
tree371bf4c8b9c2d19f9b998b2bc9f825619fda4b0d
parentff07811cdbf81debc386a5ab2e471d323b1a2207 (diff)
downloadinitscripts-43a1ade3deb73903ab610af0d091189bcbe3372e.tar
initscripts-43a1ade3deb73903ab610af0d091189bcbe3372e.tar.gz
initscripts-43a1ade3deb73903ab610af0d091189bcbe3372e.tar.bz2
initscripts-43a1ade3deb73903ab610af0d091189bcbe3372e.tar.xz
initscripts-43a1ade3deb73903ab610af0d091189bcbe3372e.zip
6.11-1
-rw-r--r--ChangeLog59
-rw-r--r--initscripts.spec6
2 files changed, 60 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index deef58c4..473ae314 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,67 @@
+2001-07-31 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 6.11-1
+
+ * rc.d/init.d/halt:
+ more FS umounting cleanups (<sopwith@redhat.com>)
+
+ * rc.d/init.d/halt:
+ remount *everything* ro on halt (#50461)
+
+ * sysconfig/network-scripts/ifup:
+ don't check for the link to be down; it's not reliable enough
+
+2001-07-31 Karsten Hopp <karsten@redhat.com>
+
+ * rc.d/rc.sysinit, initscripts-s390.patch:
+ fix typo
+
+2001-07-31 kmaraas <kmaraas@redhat.com>
+
+ * po/nn.po: Update nynorsk too :)
+
+ * po/no.po: Update bokmål
+
+2001-07-30 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/network-functions-ipv6:
+ clarify message (#50365)
+
+ * sysconfig/network-scripts/network-functions-ipv6:
+ fix typo (#50363)
+
+ * sysconfig/network-scripts/ifup:
+ take embedded quotes out - it confuses gettext
+
+ * po/uk.po, po/wa.po, po/zh_CN.GB2312.po, po/zh.po, po/sk.po, po/sl.po, po/sr.po, po/sv.po, po/tr.po, po/gl.po, po/hu.po, po/id.po, po/initscripts.pot, po/is.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/cs.po, po/da.po, po/de.po, po/es.po, po/eu_ES.po, po/fi.po, po/fr.po, po/Makefile:
+ refresh from public beta
+
+2001-07-29 menthos <menthos@redhat.com>
+
+ * po/sv.po:
+ 2001-07-29 Christian Rose <menthos@menthos.com>
+
+ * sv.po: Some fixes to the Swedish translation.
+
+2001-07-28 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/network-functions:
+ return link up in check_link_down for EINVAL too; in fact, return link up if mii-tool fails for any reason
+
2001-07-26 Bill Nottingham <notting@redhat.com>
- * ChangeLog, initscripts.spec: 6.10-1
+ * ChangeLog, initscripts.spec:
+ 6.10-1
* sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup, sysconfig/network-scripts/network-functions:
- only bring link down if check_link_down fails
- add a sleep in check_link_down; some cards take time to negotiate
- only expand_config for the static IP case in ifdown
- * ChangeLog, initscripts.spec: 6.09-1
+ * ChangeLog, initscripts.spec:
+ 6.09-1
- * setsysfont:
- don't use kbd commands now that we've switched back to console-tools (#50075)
+ * setsysfont: don't use kbd commands
2001-07-25 Bill Nottingham <notting@redhat.com>
diff --git a/initscripts.spec b/initscripts.spec
index d08fa062..5fdd601c 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.10
+Version: 6.11
License: GPL
Group: System Environment/Base
Release: 1
@@ -238,6 +238,10 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/locale/*/LC_MESSAGES
%changelog
+* Tue Jul 31 2001 Bill Nottingham <notting@redhat.com>
+- mount all FS types r/o at halt (#50461)
+- don't use mii-tool at all (#various)
+
* Thu Jul 26 2001 Bill Nottingham <notting@redhat.com>
- don't use kbd commands in setsysfont now that we've switched back to
console-tools (#50075)