aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-07-27 14:07:36 -0400
committerBill Nottingham <notting@redhat.com>2010-07-27 14:07:36 -0400
commit1390ed40323e8c5915be17c8432427b3142d9c47 (patch)
tree9bfd6c01db909f982bfa770a810cf2b86a39849c
parent49f8dfb872b73e2cade08ca1156c65f81c47910a (diff)
downloadinitscripts-1390ed40323e8c5915be17c8432427b3142d9c47.tar
initscripts-1390ed40323e8c5915be17c8432427b3142d9c47.tar.gz
initscripts-1390ed40323e8c5915be17c8432427b3142d9c47.tar.bz2
initscripts-1390ed40323e8c5915be17c8432427b3142d9c47.tar.xz
initscripts-1390ed40323e8c5915be17c8432427b3142d9c47.zip
-rw-r--r--initscripts.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 8b69c75f..19d5ba04 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -2,7 +2,7 @@
Summary: The inittab file and the /etc/init.d scripts
Name: initscripts
-Version: 9.15
+Version: 9.16
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -242,6 +242,15 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
+* Tue Jul 27 2010 Bill Nottingham <notting@redhat.com> - 9.16-1
+- halt: don't umount cgroups (#612789)
+- rename_device: dequote DEVICE key, handle SUBCHANNELS (<harald@redhat.com>)
+- sysconfig.txt: document PREFIX/NETMASK (#617481, <jklimes@redhat.com>)
+- sysconfig.txt: document NETWORKWAIT (#595386)
+- remove support for hotkey interactive startup (#605016). Use 'confirm' on the commandline
+ (but even that doesn't fully make sense in an upstart/systemd world)
+- don't directly execute bash for single-user mode (#540216, #584443, #585053)
+
* Thu Jun 24 2010 Bill Nottingham <notting@redhat.com> - 9.15-1
- ifup-eth: check for dhclient configuration in /etc/dhcp as well (#607764, #607766)
- network-functions: handle quoted SUBCHANNELS (#607481)