diff options
-rw-r--r-- | ChangeLog | 37 | ||||
-rw-r--r-- | initscripts.spec | 12 |
2 files changed, 47 insertions, 2 deletions
@@ -1,3 +1,40 @@ +2002-11-12 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 6.96-1 + + * sysconfig/network-scripts/ifup-aliases: + just use ifup-routes for aliases + + * sysconfig/network-scripts/ifup-routes, sysconfig.txt: + fix static route brokenness (#74317, #74320, #76619, #75604) + + * sysconfig.txt: + clean up clock text (#75069) + + * lang.sh: unset langfile (#75662) + + * setsysfont: + fix SYSFONTACM handling (#76472) + + * lang.csh: + fix lang.csh for CJK (#76908, <ynakai@redhat.com>) + + * sysconfig/network-scripts/ifup: + allow setting of scope (#77082) + + * initscripts.spec: + buildprereq gettext (#77518) + + * initscripts.spec: + fix unpackaged files (#77519) + + * ppp/ip-down.ipv6to4, ppp/ip-up.ipv6to4, ppp/ipv6-down, ppp/ipv6-up, sysconfig/network-scripts/ifdown-ipv6, sysconfig/network-scripts/ifdown-sit, sysconfig/network-scripts/ifup-ipv6, sysconfig/network-scripts/ifup-sit, sysconfig/network-scripts/init.ipv6-global, sysconfig/network-scripts/network-functions-ipv6: + IPv6 update <pekkas@netcore.fi>, <pb@bieringer.de> + +2002-10-27 Hasbullah Bin Pit <sebol@ikhlas.com> + + * po/ms.po: fix small error + 2002-10-16 Hasbullah Bin Pit <sebol@ikhlas.com> * po/ms.po: s/Memerika/Memeriksa diff --git a/initscripts.spec b/initscripts.spec index f05c1ac9..85bba8e0 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.95 +Version: 6.96 License: GPL Group: System Environment/Base Release: 1 @@ -252,7 +252,15 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/locale/*/LC_MESSAGES %changelog -* Mon Sep 16 2002 Than Ngo <than@redhat.com> 6.96-1 +* Tue Nov 12 2002 Bill Nottingham <notting@redhat.com> 6.96-1 +- fix various static-routes brokennes (#74317, #74318, #74320, #76619, + #75604) +- fix handling of SYSFONTACM in setsysfont (#75662) +- fix lang.csh for CJK (#76908, <ynakai@redhat.com>) +- IPv6 update (<pekkas@netcore.fi>, <pb@bieringer.de>) +- other minor tweaks + +* Mon Sep 16 2002 Than Ngo <than@redhat.com> - owns directory /etc/ppp/peers (bug #74037) * Wed Sep 4 2002 Bill Nottingham <notting@redhat.com> 6.95-1 |