diff options
author | Bill Nottingham <notting@redhat.com> | 2004-05-04 16:37:42 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-05-04 16:37:42 +0000 |
commit | 586c5c33c6434a152571b1d9ebb7181c9e2e37c7 (patch) | |
tree | c3c42951aa5b59e06c6369a99da10f3d773fdf0f | |
parent | 8bc12cb8bd7088e5f067fb15687204a1837abdc1 (diff) | |
download | initscripts-586c5c33c6434a152571b1d9ebb7181c9e2e37c7.tar initscripts-586c5c33c6434a152571b1d9ebb7181c9e2e37c7.tar.gz initscripts-586c5c33c6434a152571b1d9ebb7181c9e2e37c7.tar.bz2 initscripts-586c5c33c6434a152571b1d9ebb7181c9e2e37c7.tar.xz initscripts-586c5c33c6434a152571b1d9ebb7181c9e2e37c7.zip |
7.51-1
-rw-r--r-- | ChangeLog | 45 | ||||
-rw-r--r-- | initscripts.spec | 14 |
2 files changed, 58 insertions, 1 deletions
@@ -1,3 +1,48 @@ +2004-05-04 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 7.51-1 + + * src/initlog.c, src/minilogd.c, src/process.c, src/usernetctl.c: + cleanup fd leaks, mem leaks, other bogosities (#119987, <linux_4ever@yahoo.com>) + + * rc.d/rc.sysinit, sysconfig/network-scripts/network-functions: + handle multiple spaces correctly (#118583, <pallas@kadan.cz>) + + * sysconfig/network-scripts/ifup: + support ETHTOOL_OPTS on bonding slaves (#119430, <hrunting@texas.net>) + +2004-05-03 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: + get rid of LVM error when no volumes are defined (#121197) + + * rc.d/rc.sysinit: + fix selinux short-circuit test (#121143, <michal@harddata.com>) + + * rc.d/rc.sysinit: + /dev/mapper/control is a special file, check it accordingly (#121963) + + * rc.d/rc.sysinit: fedora coloring + +2004-05-03 Youcef Rabah Rahal <rahal@arabeyes.org> + + * po/ar.po: Arabeyes.org's Arabic translation + +2004-05-02 Youcef Rabah Rahal <rahal@arabeyes.org> + + * po/ar.po: Arabeyesorg's Arabic translation of the past week + +2004-04-25 Kjartan Maraas <kmaraas@gnome.org> + + * po/no.po: Update + +2004-04-21 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/network: remove ipv6 bogosity (#114128) + + * sysconfig/network-scripts/ifup-ctc, sysconfig/network-scripts/ifup-escon, sysconfig/network-scripts/ifup-iucv: + modprobe.conf tweakage + 2004-04-16 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 7.50-1 diff --git a/initscripts.spec b/initscripts.spec index 1542e973..ee995c67 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.50 +Version: 7.51 License: GPL Group: System Environment/Base Release: 1 @@ -249,6 +249,18 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue May 4 2004 Bill Nottingham <notting@redhat.com> 7.51-1 +- get rid of LVM error when no volumes are defined (#121197) +- fix selinux short-circuit test (#121143, <michal@harddata.com>) +- /dev/mapper/control is a special file, check it accordingly (#121963) +- support ETHTOOL_OPTS on bonding slaves (#119430, <hrunting@texas.net>) +- handle multiple spaces correctly in rc.sysinit, network-functions + (#118583, <pallas@kadan.cz>) +- cleanup fd leaks, mem leaks, other bogosities + (#119987, <linux_4ever@yahoo.com>) +- rc.d/init.d/network: remove ipv6 bogosity (#114128) +- translation updates + * Fri Apr 16 2004 Bill Nottingham <notting@redhat.com> 7.50-1 - fix LVM issues in rc.sysinit (#120458, #119975) - deal with fixed racoon parser |