aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2011-06-21 15:41:29 -0400
committerBill Nottingham <notting@redhat.com>2011-06-21 15:41:29 -0400
commit4df6ec3e4bd3a949d6cb4303ea7b5c17ab2fd437 (patch)
treeb31164c5f25b7a5b1d3b72e378c47deb17f95374
parentb086b1eb36c0f1ea9c6a41479e64cdeed5720836 (diff)
downloadinitscripts-4df6ec3e4bd3a949d6cb4303ea7b5c17ab2fd437.tar
initscripts-4df6ec3e4bd3a949d6cb4303ea7b5c17ab2fd437.tar.gz
initscripts-4df6ec3e4bd3a949d6cb4303ea7b5c17ab2fd437.tar.bz2
initscripts-4df6ec3e4bd3a949d6cb4303ea7b5c17ab2fd437.tar.xz
initscripts-4df6ec3e4bd3a949d6cb4303ea7b5c17ab2fd437.zip
-rw-r--r--initscripts.spec14
1 files changed, 13 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 9f1b5d28..e35161db 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.30
+Version: 9.31
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -314,6 +314,18 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
+* Tue Jun 21 2011 Bill Nottingham <notting@redhat.com> - 9.31-1
+- remove ifup/ifdown-ipsec; they're now in ipsec-tools
+- rc.sysinit: start udev by hand, start_udev is no more (#714531)
+- ifup-aliases: if IPv6 is configured on the alias, configure it. (#583409)
+- ifup-eth: ensure DHCP_HOSTNAME is a short hostname, seed it from HOSTNAME if needed. (#697877)
+- network-functions: override NETMASK from PREFIX where specified (#705367, <mpoole@redhat.com>)
+- exclude single symlink from main package (#705457)
+- network: VLAN, etc. interfaces can be slaves; check for being a slave first. (#703475)
+- network: use LC_ALL=C when calling sed. (https://bugs.mageia.org/show_bug.cgi?id=1216, via <sander.lepik@eesti.ee>)
+- functions: (umount_loop) fuser -k defaults to -9; set the initial pass to kill -15. (#703457)
+- init.d/halt: don't match filesystem types in hostnames (#703203, <jmueller@data-tronics.com>)
+
* Wed Apr 27 2011 Bill Nottingham <notting@redhat.com> - 9.30-1
- ifup-eth: handle IPADDRx correctly for static addresses (#697838)
- systemd: fix storage setup service after cryptsetup.target (#699918)