diff options
-rw-r--r-- | ChangeLog | 77 | ||||
-rw-r--r-- | initscripts.spec | 13 |
2 files changed, 89 insertions, 1 deletions
@@ -1,3 +1,80 @@ +2004-06-29 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 7.58-1 + + * rc.d/rc.sysinit: hack: make ICE directory on boot (#86480) + + * sysconfig/network-scripts/network-functions: + set devicetype for xDSL (#126194) + + * rc.d/rc.sysinit: + ignore locking failures when starting lvm volumes (#126192, <radu@primit.ro>) + + * rc.d/rc.sysinit: + unset LC_MESSAGES for rhgb (#126020, <ynakai@redhat.com>) + +2004-06-25 Sarah Smith <sarahs@redhat.com> + + * po/mk.po: initial po files + +2004-06-24 Bill Nottingham <notting@redhat.com> + + * initscripts.spec: bump rev + +2004-06-23 Nawawi <nawawi@roggeng.net> + + * po/ms.po: habis. + +2004-06-23 Razvan Corneliu C.R. VILT <razvan.vilt@linux360.ro> + + * po/ro.po: updated by Razvan Vilt 20040623153900 + +2004-06-22 Nawawi <nawawi@roggeng.net> + + * po/ms.po: kita minum dulu.. + +2004-06-08 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifup: bonding fixes + - don't enslave before setting the address for static case. + - for DHCP, minimize the erorrs (they won't all go away), and make it + more robust + +2004-06-08 Noriko Mizumoto <noriko@redhat.com> + + * po/ja.po: fixed mistranslation #329 + +2004-06-07 Bill Nottingham <notting@redhat.com> + + * sysconfig.txt: clarify docs + + * po/Makefile: add /etc/rc + + * sysconfig/network-scripts/ifup-aliases: + remove bogus route setting (#120908) + + * rc.d/init.d/network, sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup: + vlan fixes (#107504, <hrunting@texas.net>) + + * sysconfig/network-scripts/ifup: + remove duplicate setting of network routes (#125450) + + * setsysfont: remove error (#100559) + +2004-06-02 Sarah Smith <sarahs@redhat.com> + + * po/mr.po, po/ur.po, po/ku.po: add new locales + +2004-05-31 Sarah Smith <sarahs@redhat.com> + + * po/si.po: adding new locale + + * po/initscripts.pot: fixed the header + +2004-05-26 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: more silencing (<alexl@redhat.com>) + 2004-05-25 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 7.57-1 diff --git a/initscripts.spec b/initscripts.spec index 1d351757..01603cb5 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.57 +Version: 7.58 License: GPL Group: System Environment/Base Release: 1 @@ -249,6 +249,17 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue Jun 29 2004 Bill Nottingham <notting@redhat.com> 7.58-1 +- rc.d/rc.sysinit: hack: make ICE directory on boot (#86480) +- set devicetype for xDSL (#126194) +- ignore locking failures when starting lvm volumes (#126192, <radu@primit.ro>) +- unset LC_MESSAGES for rhgb (#126020, <ynakai@redhat.com>) +- bonding fixes +- setsysfont: remove error (#100559) +- remove duplicate setting of network routes (#125450) +- vlan fixes (#107504, <hrunting@texas.net>) +- ifup-aliases: remove bogus route setting (#120908) + * Tue May 25 2004 Bill Nottingham <notting@redhat.com> 7.57-1 - readonly root fixes (<alexl@redhat.com>) |