aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-02-06 22:31:24 +0000
committerBill Nottingham <notting@redhat.com>2001-02-06 22:31:24 +0000
commit64326b0942ea7c85d31cdd7dc65c27c0abc75772 (patch)
treee545d61fa511f541f267f9332764d8cad5000574
parent32d629933257051980054822fc9a92cc5462cfc6 (diff)
downloadinitscripts-64326b0942ea7c85d31cdd7dc65c27c0abc75772.tar
initscripts-64326b0942ea7c85d31cdd7dc65c27c0abc75772.tar.gz
initscripts-64326b0942ea7c85d31cdd7dc65c27c0abc75772.tar.bz2
initscripts-64326b0942ea7c85d31cdd7dc65c27c0abc75772.tar.xz
initscripts-64326b0942ea7c85d31cdd7dc65c27c0abc75772.zip
5.62-1
-rw-r--r--ChangeLog77
-rw-r--r--initscripts.spec7
2 files changed, 83 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 49782fbe..033b99b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,82 @@
+2001-02-06 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-post, sysconfig.txt:
+ modify the firewall to allow any (new) DNS servers through on ifup
+
+2001-02-06 I18N Processor <i18n@redhat.com>
+
+ * po/ru.po:
+ Auto-update by leon@geon.donetsk.ua
+
+2001-02-06 Bill Nottingham <notting@redhat.com>
+
+ * lang.csh, lang.sh:
+ don't muck with the font in lang.(sh|csh) (#26349)
+
+2001-02-06 I18N Processor <i18n@redhat.com>
+
+ * po/ru.po:
+ Auto-update by leon@geon.donetsk.ua
+
+2001-02-06 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/init.d/functions:
+ don't display japanese unless we're on a pty
+
+ * rc.d/rc.sysinit:
+ mon has a subdirectory in odd places as well. (#26924)
+
+ * rc.d/rc.sysinit: fix comment
+
+ * rc.d/rc.sysinit:
+ do USB initialization even if we don't need to load a host-controller module (#26318)
+
+2001-02-06 Trond Eivind Glomsrod <teg@redhat.com>
+
+ * po/ru.po:
+ Removed lots of newlines which caused conflicts
+
+ * initscripts.spec: i18n-updates
+
+2001-02-06 I18N Processor <i18n@redhat.com>
+
+ * po/no.po: Auto-update by teg@redhat.com
+
+2001-02-06 Bill Nottingham <notting@redhat.com>
+
+ * 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, po/it.po, po/ja.po, po/ko.po, po/no.po, po/pl.po, po/pt_BR.po, po/pt.po, po/ro.po, po/ru.po, po/sk.po, 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/cs.po, po/da.po, po/de.po:
+ i18n updates
+
+2001-02-06 I18N Processor <i18n@redhat.com>
+
+ * po/sv.po:
+ Auto-update by menthos@menthos.com
+
+2001-02-05 I18N Processor <i18n@redhat.com>
+
+ * po/ru.po:
+ Auto-update by leon@geon.donetsk.ua
+
+2001-02-05 Karsten Hopp <karsten@redhat.com>
+
+ * rc.d/rc.sysinit:
+ Fixed typo in comment (bugzilla 25998) ;-)
+
+2001-02-05 I18N Processor <i18n@redhat.com>
+
+ * po/ru.po:
+ Auto-update by leon@geon.donetsk.ua
+
+2001-02-04 I18N Processor <i18n@redhat.com>
+
+ * po/da.po: Auto-update by claus_h@image.dk
+
2001-02-02 Bill Nottingham <notting@redhat.com>
+ * po/initscripts.pot: add a string
+
+ * ChangeLog: 5.61-1
+
* sysconfig/network-scripts/ifdown-sit, sysconfig/network-scripts/ifup-ipv6, sysconfig/network-scripts/ifup-sit, sysconfig/network-scripts/network-functions-ipv6, initscripts.spec, sysconfig/network-scripts/ifdown-ipv6:
actually include ipv6 files in the spec file
diff --git a/initscripts.spec b/initscripts.spec
index b0567367..496e522e 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 5.61.1
+Version: 5.62
Copyright: GPL
Group: System Environment/Base
Release: 1
@@ -251,6 +251,11 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Tue Feb 6 2001 Bill Nottingham <notting@redhat.com>
+- modify firewall on ifup to allow any new DNS servers through (#25951)
+- don't muck with the font in lang.csh/lang.sh (#26349)
+- don't display Japanese if we aren't on a pty (#25041)
+
* Mon Feb 5 2001 Trond Eivind Glomsrød <teg@redhat.com>
- i18n updates