aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2012-03-09 11:33:18 -0500
committerBill Nottingham <notting@redhat.com>2012-03-09 11:33:18 -0500
commitae6444f988e9a86785b5a501c9da889396c0916b (patch)
treef63b5c2feb056271fd1234aeaa3600365d54800e
parent0d464a67b74c213deb8328d277df732565134b02 (diff)
downloadinitscripts-9.35-1.tar
initscripts-9.35-1.tar.gz
initscripts-9.35-1.tar.bz2
initscripts-9.35-1.tar.xz
initscripts-9.35-1.zip
-rw-r--r--initscripts.spec18
1 files changed, 17 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 78b81504..395311c6 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.34
+Version: 9.35
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -326,6 +326,22 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
+* 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>)
+- sysconfig.txt: clean up section on disabling IPv6
+- ifup: allow for ifup-$TYPE/ifdown-$TYPE
+- fedora-readonly.service: drop StandardInput=tty (#785662)
+- sysconfig.txt: document additional ETHTOOL_OPTS enhancements (<raghusiddarth@gmail.com>)
+- port assorted ancient ifup-XYZ scripts away from ifconfig
+- don't use ifconfig in ifup-aliases (#721010, 588993, based on <tgummels@redhat.com>)
+- fedora-storage-init: handle dmraid sets with spaces (#728795, <lnykryn@redhat.com>)
+- fedora-readonly: don't exit with an error if SEinux isn't active. (#768628)
+- init.d/network: fix checks for network filesystems (#760018)
+- fedora-wait-storage: drop stdin/stdout/stderr (#735867)
+- netfs: move to legacy package
+- translation updates
+
* Tue Oct 25 2011 Bill Nottingham <notting@redhat.com> - 9.34-1
- read locale.conf if it exists (#706756)
- ifdown: fix logic error with removing arp_ip_target (#745681)