diff options
author | Bill Nottingham <notting@redhat.com> | 2009-08-03 17:07:20 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2009-08-03 17:07:20 -0400 |
commit | 138875a22bf8bde9229d57c711f1f3fe0454098d (patch) | |
tree | eb1190199ab7fd5aff5e2e9d9afe39d351ac95d6 /initscripts.spec | |
parent | 679530113793c06d82f5ee4fb78e42a5bb86331d (diff) | |
download | initscripts-138875a22bf8bde9229d57c711f1f3fe0454098d.tar initscripts-138875a22bf8bde9229d57c711f1f3fe0454098d.tar.gz initscripts-138875a22bf8bde9229d57c711f1f3fe0454098d.tar.bz2 initscripts-138875a22bf8bde9229d57c711f1f3fe0454098d.tar.xz initscripts-138875a22bf8bde9229d57c711f1f3fe0454098d.zip |
8.96-1initscripts-8.96-1
Diffstat (limited to 'initscripts.spec')
-rw-r--r-- | initscripts.spec | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index 51cf6175..3b5f60da 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -2,7 +2,7 @@ Summary: The inittab file and the /etc/init.d scripts Name: initscripts -Version: 8.95 +Version: 8.96 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -251,6 +251,20 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog +* Mon Aug 3 2009 Bill Nottingham <notting@redhat.com> - 8.96-1 +- fix up upstart rules for s390(x). (#515222) +- leave ChangeLog in the tarball only. (#515012) +- disable netfilter on bridged interfaces. (#512206) +- assorted shell-related cleanups to ipv6 and other code (<victor.lowther@gmail.com>) +- use resolv.conf from dracut netboot before setting hostname. (#514801, <wtogami@redhat.com>) +- ipcalc updates (<victor.lowther@gmail.com>) +- only use ethtool for link checking; no more mii-tool +- require /sbin/blkid directly, as it moves between packages (#508413) +- redirect bash errors on 'unset' to /dev/null. (#482888) +- fix dmraid partition naming (#501476, <hdegoede@redhat.com>) +- don't quote upstart signals. (#501155) +- translation updates: bn_IN, da, es, sk + * Fri May 1 2009 Bill Nottingham <notting@redhat.com> - 8.95-1 - don't kill runlevel events on subsequent entering of the same runlevel (#498514) - lang.*sh: handle spaces in $HOME (#498482) |