aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2009-01-28 11:17:48 -0500
committerBill Nottingham <notting@redhat.com>2009-01-28 11:17:48 -0500
commit9c832c7c9bd5a18912159d4f7323bb93e277c665 (patch)
tree5883bf25d0a59e090c6fa06fc8908317df3b5ffd
parent8c627efcbd559591360503deb4231a25ffa23190 (diff)
downloadinitscripts-9c832c7c9bd5a18912159d4f7323bb93e277c665.tar
initscripts-9c832c7c9bd5a18912159d4f7323bb93e277c665.tar.gz
initscripts-9c832c7c9bd5a18912159d4f7323bb93e277c665.tar.bz2
initscripts-9c832c7c9bd5a18912159d4f7323bb93e277c665.tar.xz
initscripts-9c832c7c9bd5a18912159d4f7323bb93e277c665.zip
-rw-r--r--initscripts.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 3baae67d..ec73e06f 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -2,7 +2,7 @@
Summary: The inittab file and the /etc/init.d scripts
Name: initscripts
-Version: 8.88
+Version: 8.89
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -250,6 +250,12 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
+* Wed Jan 28 2009 Bill Nottingham <notting@redhat.com> - 8.89-1
+- use a leading path when sourcing files (#482826)
+- netfs: don't unmount nfsd filesystem by accident (#481794, <sprabhu@redhat.com>)
+- bring up ipsec interfaces last (#481733)
+- ifdown-eth: fix bridge + vlan (#481557, <danken@redhat.com>)
+
* Tue Jan 20 2009 Bill Nottingham <notting@redhat.com> - 8.88-1
- init.d/network: return success/failure correctly (#480677)
- init.d/halt: fix typo (#480799)