aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-07-18 17:06:39 +0000
committerBill Nottingham <notting@redhat.com>2005-07-18 17:06:39 +0000
commit86389b7864ed6ef76a0e3dc24f86532704e37b02 (patch)
tree57bfbbbf8d19d90666aa1defd060063316a2e6a9
parent9a1a467871e488618dc0e3f088d7d1057f24566a (diff)
downloadinitscripts-86389b7864ed6ef76a0e3dc24f86532704e37b02.tar
initscripts-86389b7864ed6ef76a0e3dc24f86532704e37b02.tar.gz
initscripts-86389b7864ed6ef76a0e3dc24f86532704e37b02.tar.bz2
initscripts-86389b7864ed6ef76a0e3dc24f86532704e37b02.tar.xz
initscripts-86389b7864ed6ef76a0e3dc24f86532704e37b02.zip
add changelogr7-31-25-EL
-rw-r--r--initscripts.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index fb96079c..d307b81e 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 7.31.24.EL
+Version: 7.31.25.EL
License: GPL
Group: System Environment/Base
Release: 1
@@ -249,6 +249,9 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Mon Jul 18 2005 Bill Nottingham <notting@redhat.com> 7.31.25.EL-1
+- ifup: ensure module always gets loaded if necessary (#163339)
+
* Thu Jun 9 2005 Bill Nottingham <notting@redhat.com> 7.31.24.EL-1
- initlog: free some of the more egregious memory leaks (#85935)
- initlog: fix potential memory overread (#153685, <in-redhat@baka.org>)