diff options
author | Bill Nottingham <notting@redhat.com> | 2010-12-02 14:32:06 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-12-02 14:32:06 -0500 |
commit | e8dc89f81e6ce300350ee349ef9288381f05f1c4 (patch) | |
tree | f7cd9e4476b1639e34689ae2c019038f689f5bb7 /initscripts.spec | |
parent | 6e7a2f88a1c6d1fffe3be81f5b86a06f18a03299 (diff) | |
download | initscripts-e8dc89f81e6ce300350ee349ef9288381f05f1c4.tar initscripts-e8dc89f81e6ce300350ee349ef9288381f05f1c4.tar.gz initscripts-e8dc89f81e6ce300350ee349ef9288381f05f1c4.tar.bz2 initscripts-e8dc89f81e6ce300350ee349ef9288381f05f1c4.tar.xz initscripts-e8dc89f81e6ce300350ee349ef9288381f05f1c4.zip |
9.23-1initscripts-9.23-1
Diffstat (limited to 'initscripts.spec')
-rw-r--r-- | initscripts.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index 5568850a..73134b9c 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -4,7 +4,7 @@ Summary: The inittab file and the /etc/init.d scripts Name: initscripts -Version: 9.22 +Version: 9.23 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -309,6 +309,13 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog +* Thu Dec 02 2010 Bill Nottingham <notting@redhat.com> - 9.23-1 +- don't throw errors on unreadable /dev/stderr (#650103, <plautrba@redhat.com>) +- support multiple ipv4 addresses, not just alias devices (#132912, #633984, <jklimes@redhat.com>) +- properly handle /var/run on tmpfs (#656602, <plautrba@redhat.com>) +- allow '0' as a vlan tag (#624704, #635360) +- assorted systemd unit cleanup (<lennart@poettering.net>) + * Tue Nov 16 2010 Bill Nottingham <notting@redhat.com> - 9.22-1 - merge in systemd-specific startup support; package a -legacy package (based on work by <harald@redhat.com>) |