aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-12-02 14:32:06 -0500
committerBill Nottingham <notting@redhat.com>2010-12-02 14:32:06 -0500
commite8dc89f81e6ce300350ee349ef9288381f05f1c4 (patch)
treef7cd9e4476b1639e34689ae2c019038f689f5bb7
parent6e7a2f88a1c6d1fffe3be81f5b86a06f18a03299 (diff)
downloadinitscripts-9.23-1.tar
initscripts-9.23-1.tar.gz
initscripts-9.23-1.tar.bz2
initscripts-9.23-1.tar.xz
initscripts-9.23-1.zip
-rw-r--r--initscripts.spec9
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>)