diff options
-rw-r--r-- | ChangeLog | 24 | ||||
-rw-r--r-- | initscripts.spec | 6 |
2 files changed, 29 insertions, 1 deletions
@@ -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) |