aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2012-03-12 14:14:25 -0400
committerBill Nottingham <notting@redhat.com>2012-03-12 14:14:25 -0400
commit01050a53cc644d76e70e48814053652517e7e109 (patch)
tree1b7f24c236e52486fc0e643e99621a4bd6fb0196
parent6ddce805ccecb7f02a31a413c501217336e3791a (diff)
downloadinitscripts-01050a53cc644d76e70e48814053652517e7e109.tar
initscripts-01050a53cc644d76e70e48814053652517e7e109.tar.gz
initscripts-01050a53cc644d76e70e48814053652517e7e109.tar.bz2
initscripts-01050a53cc644d76e70e48814053652517e7e109.tar.xz
initscripts-01050a53cc644d76e70e48814053652517e7e109.zip
-rw-r--r--initscripts.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 395311c6..14c1835e 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.35
+Version: 9.36
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -326,6 +326,10 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
+* Mon Mar 12 2012 Bill Nottingham <notting@redhat.com> - 9.36-1
+- ifup-aliases: fix IFS usage mangling of device names (#802119)
+- ifup/ifdown: fix typo (#802055, <lubek@users.sourceforge.net>)
+
* Fri Mar 9 2012 Bill Nottingham <notting@redhat.com> - 9.35-1
- use the same DHCP lease file names as NetworkManager, where appropriate
- copy network state from initramfs with a systemd service, not inline (<wwoods@redhat.com>)