diff options
-rw-r--r-- | ChangeLog | 89 | ||||
-rw-r--r-- | initscripts.spec | 13 |
2 files changed, 101 insertions, 1 deletions
@@ -1,3 +1,92 @@ +2005-03-30 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 8.06-1 + + * rc.d/init.d/network, sysconfig/network-scripts/ifdown-eth, sysconfig/network-scripts/ifup: + handle alternate VLAN naming schemes (#115001) + + * sysconfig/network-scripts/ifup-ipsec: handle non-ascii keys (#150552) + +2005-03-30 Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com> + + * po/ms.po: Updated Malay translation + +2005-03-30 Rajesh Ranjan <rranjan@redhat.com> + + * po/hi.po: one more fresh review completed + +2005-03-29 Rajesh Ranjan <rranjan@redhat.com> + + * po/hi.po: miscellaneous file + +2005-03-28 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifdown-ipsec, sysconfig/network-scripts/ifup-ipsec: + add proper ipsec route (#146169, #140654) + + * sysconfig/network-scripts/ifdown-ipsec, sysconfig/network-scripts/ifup-ipsec: + set proper route (#140654, #146169) + + * rc.d/rc.sysinit: add a restorecon for tmpfs use + +2005-03-28 Piotr DrÄg <raven@pmail.pl> + + * po/pl.po: Small fixes + +2005-03-24 Andrew Martynov <andrewm@inventa.ru> + + * po/ru.po: Updated translation of 'storage' on request of Leon Kanter + +2005-03-23 Runa Bhattacharjee <runab@redhat.com> + + * po/bn_IN.po: Updated Bengali(India) bn_IN translation:23/03 + +2005-03-23 Bill Nottingham <notting@redhat.com> + + * sysconfig.txt: add more notes + + * sysconfig.txt: add a quick note on ONHOTPLUG + +2005-03-21 Runa Bhattacharjee <runab@redhat.com> + + * po/bn_IN.po: Added file for locale Bengali (IN):21/03 + +2005-03-20 Michael Stefaniuc <mstefani@redhat.com> + + * po/ro.po: - translate the low hanging fruits (201 messages) + +2005-03-19 Piotr DrÄg <raven@pmail.pl> + + * po/pl.po: Small fixes + +2005-03-17 Piotr DrÄg <raven@pmail.pl> + + * po/pl.po: Small fixes + +2005-03-16 Michael Stefaniuc <mstefani@redhat.com> + + * po/ro.po: - change the file encoding to utf-8 + - use the right characters instead of their latin-1 replacements + - clean up the fuzzy messages (fixed or removed) + +2005-03-15 Bill Nottingham <notting@redhat.com> + + * po/hi.po, po/pt_BR.po, po/ta.po: don't do that! :) (#151120) + +2005-03-14 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/functions: + don't return 1 if the service isn't running at all (#151104) + +2005-03-11 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifdown-ipsec, sysconfig/network-scripts/ifup-ipsec: + don't explicitly set fwd policies; let setkey handle it + +2005-03-10 Piotr DrÄg <raven@pmail.pl> + + * po/pl.po: Small fixes + 2005-03-07 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 8.05-1 diff --git a/initscripts.spec b/initscripts.spec index bdbc9df5..5c0384d8 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 8.05 +Version: 8.06 License: GPL Group: System Environment/Base Release: 1 @@ -207,6 +207,17 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Wed Mar 30 2005 Bill Nottingham <notting@redhat.com> 8.06-1 +- handle alternate VLAN naming schemes (#115001, <kas@informatics.muni.cz>) +- ifup-ipsec: handle non-ascii keys (#150552) +- add proper ipsec route (#146169, #140654) +- add a restorecon for /tmp to rc.sysinit +- document ONHOTPLUG in sysconfig.txt +- fix mistranslation (#151120) +- don't return 1 for stopping a process if it isn't running at all +- don't explicitly set fwd polices for ipsec traffic. Let setkey + handle it. + * Mon Mar 7 2005 Bill Nottingham <notting@redhat.com> 8.05-1 - ipv6 cleanups (<pb@bieringer.de>) - rc.sysinit: fix rngd check (#130350) |