aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-01-31 22:51:18 +0000
committerBill Nottingham <notting@redhat.com>2003-01-31 22:51:18 +0000
commit6a3f926b186886130e0584a9f4ca1c991d38e4c3 (patch)
treefc37583e50b4441ca9c58dc3645d31196ff6c29d
parent76308e8de08168f5da1215ae62e3d68c24978dcc (diff)
downloadinitscripts-r7-06.tar
initscripts-r7-06.tar.gz
initscripts-r7-06.tar.bz2
initscripts-r7-06.tar.xz
initscripts-r7-06.zip
7.06-1r7-06
-rw-r--r--ChangeLog24
-rw-r--r--initscripts.spec6
2 files changed, 29 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ed5c620..3bba619b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2003-01-31 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 7.05-1
+
+ * 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.po, po/zh_TW.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/ms.po, po/nn.po, po/no.po, po/pl.po, po/pt_BR.po, po/pt.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/eu_ES.po:
+ update-po
+
+ * rc.d/init.d/network, sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup, sysconfig.txt:
+ 802.1Q VLAN support (<tis@foobar.fi>, #82593)
+
+ * sysconfig/network-scripts/ifup-aliases:
+ fix typo
+
+ * rc.d/rc.sysinit: fix quota test (#83206)
+
+2003-01-30 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit: clean out sudo stamps
+
+ * rc.d/rc.sysinit: fix comment (#83144)
+
+ * ChangeLog, initscripts.spec:
+ 7.05-1
+
2003-01-28 David Barzilay <barzilay@redhat.com>
* po/pt_BR.po: updated2801
diff --git a/initscripts.spec b/initscripts.spec
index 5c3747da..0369ec92 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.05
+Version: 7.06
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
+* Fri Jan 31 2003 Bill Nottingham <notting@redhat.com> 7.06-1
+- 802.1Q VLAN support (<tis@foobar.fi>, #82593)
+- update translations
+
* Thu Jan 30 2003 Bill Nottingham <notting@redhat.com> 7.05-1
- fix syntax error in rc.sysinit when there are fsck errors
- fix zh_TW display on console (#82235)