aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kaspar [Dee'Kej] <dkaspar@redhat.com>2017-11-03 14:28:49 +0100
committerDee'Kej <deekej@linuxmail.org>2017-11-03 14:31:58 +0100
commit803b658e5c921dcebd10ff8bbefb1d969a6aa2b6 (patch)
treee6ca86e6832c79be33d647e13cbdf5f322609894
parent5285c3ae33f38a010ee76e5d3c4363045d65717d (diff)
downloadinitscripts-803b658e5c921dcebd10ff8bbefb1d969a6aa2b6.tar
initscripts-803b658e5c921dcebd10ff8bbefb1d969a6aa2b6.tar.gz
initscripts-803b658e5c921dcebd10ff8bbefb1d969a6aa2b6.tar.bz2
initscripts-803b658e5c921dcebd10ff8bbefb1d969a6aa2b6.tar.xz
initscripts-803b658e5c921dcebd10ff8bbefb1d969a6aa2b6.zip
9.49.409.49.40
-rw-r--r--initscripts.spec15
1 files changed, 14 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 28698870..135d4bdf 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts
Name: initscripts
-Version: 9.49.39
+Version: 9.49.40
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -220,6 +220,19 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
+* Fri Nov 03 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.49.40-1
+- require 'redhat-release' instead of /etc/system-release & conflict with older versions
+- ifup-post: always update 'nameserver' & 'search' entries in /etc/resolv.conf
+- systemd/system: symlinks for initscripts' services removed
+- *.old extension added to list of ignored files
+- ifup-eth: wait for STP to complete setup on bridge if $DELAY is not set
+- init.d/functions: convert2sec() function added
+- init.d/functions: is_true() & is_false() extended by ON/OFF support
+- usleep(1) calls replaced with sleep(1) calls
+- network-scripts: DBus calls forwarded to /dev/null
+- network-scripts: firewall-cmd replaced with DBus calls
+- ARPUDATE option introduced
+
* Wed May 03 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.49.39-1
- sysconfig.txt: mention previously introduced NO_DHCP_HOSTNAME option
- DHCP_FQDN and DHCP_SEND_HOSTNAME introduced