aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2011-03-10 15:56:02 -0500
committerBill Nottingham <notting@redhat.com>2011-03-10 15:56:02 -0500
commitf1230e6e355d41bcc82f117d94b5fd87b32edea4 (patch)
tree2f61ce03cbb09ef80bbc14efba614b1ad1c98a28
parent88592411ed0efb188a97872a69a5e417c21ffd3a (diff)
downloadinitscripts-f1230e6e355d41bcc82f117d94b5fd87b32edea4.tar
initscripts-f1230e6e355d41bcc82f117d94b5fd87b32edea4.tar.gz
initscripts-f1230e6e355d41bcc82f117d94b5fd87b32edea4.tar.bz2
initscripts-f1230e6e355d41bcc82f117d94b5fd87b32edea4.tar.xz
initscripts-f1230e6e355d41bcc82f117d94b5fd87b32edea4.zip
-rw-r--r--initscripts.spec15
1 files changed, 14 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 3d91ac3f..9a49593d 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.25
+Version: 9.26
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -312,6 +312,19 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
+* Thu Mar 10 2011 Bill Nottingham <notting@redhat.com> - 9.26-1
+- network-functions: fix check for unmanaged devices (#670154)
+- ifup-eth: also check /dev/.run/initramfs (<harald@redhat.com>)
+- systemd: execute fedora-sysinit-unhack after sysinit.target (<arvidjaar@gmail.com>)
+- init.d/functions: don't do force/lazy umount for the first nfs umount. (#676851, <jlayton@redhat.com>)
+- further sysctl.d fixes (#593211)
+- init.d/functions: make killproc more granular when delay is passed. (#428029, <xjakub@fi.muni.cz>)
+- ifup: add GVRP support (#597598, <tomek@jot23.org>)
+- init.d/functions: add support for noauto crypt devices, to mirror systemd
+- documentation updates
+- bash cleanups (<ville.skytta@iki.fi>)
+- ifup: remove network device naming requirement from VLAN devices (#462095, <Matt_Domsch@dell.com>)
+
* Fri Feb 25 2011 Bill Nottingham <notting@redhat.com> - 9.25-1
- remove 'Red Hat Linux' references from sysctl.conf* (<ville.skytta@iki.fi>)
- rc.sysinit: add support for sysctl.d (#593211, <martin@laptop.org>)