aboutsummaryrefslogtreecommitdiffstats
path: root/initscripts.spec
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-10-05 20:33:37 +0000
committerBill Nottingham <notting@redhat.com>2005-10-05 20:33:37 +0000
commit24dd5b03e3613f131992c0e43251d4d21fc6c6c9 (patch)
treea141cd27635d938e4cb8f0b2f929bb90fdcac68f /initscripts.spec
parentb61dfd699e0cd15e398069cb7b2286bdc0a277dc (diff)
downloadinitscripts-24dd5b03e3613f131992c0e43251d4d21fc6c6c9.tar
initscripts-24dd5b03e3613f131992c0e43251d4d21fc6c6c9.tar.gz
initscripts-24dd5b03e3613f131992c0e43251d4d21fc6c6c9.tar.bz2
initscripts-24dd5b03e3613f131992c0e43251d4d21fc6c6c9.tar.xz
initscripts-24dd5b03e3613f131992c0e43251d4d21fc6c6c9.zip
8.17-1r8-17
Diffstat (limited to 'initscripts.spec')
-rw-r--r--initscripts.spec22
1 files changed, 21 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 675867b0..c1e985ca 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 8.16
+Version: 8.17
License: GPL
Group: System Environment/Base
Release: 1
@@ -206,12 +206,32 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Wed Oct 5 2005 Bill Nottingham <notting@redhat.com> 8.17-1
+- make sure corefile limiting works for user processes as well
+ (#166511, <ville.skytta@iki.fi>)
+- ifup-routes: handle no EOF in the route file (#156972)
+- rc.sysinit: tweak mesage (#156972)
+- ifdown-eth: clean up error message (#135167)
+- rc.sysinit: call kpartx on multipath devices (#160227)
+- ifup-eth: move wireless options before bridge options (#122801)
+- ifup-wireless: silence error (#90601)
+- init.d/functions: change translated string (#54682)
+
* Tue Sep 27 2005 Than Ngo <than@redhat.com> 8.16-1
- fix typo bug
* Mon Sep 26 2005 Than Ngo <than@redhat.com> 8.15-1
- support proper dial-in configuration, thanks to Peter Bieringer (#158380)
+* Thu Sep 22 2005 Bill Nottingham <notting@redhat.com>
+- kmodule: don't probe for uninteresting devices. speeds things up
+- network-functions: deal with broken networks better (#168947)
+- rc.sysinit: automatically reboot if labels are really out of date
+ (<dwalsh@redhat.com>)
+- network-functions: throw out nameif error messages
+- rc.sysinit: use multipath.static (#168321)
+- rc.sysinit: use ignorelocking (#168195)
+
* Mon Sep 12 2005 Bill Nottingham <notting@redhat.com> 8.14-1
- fix usage of the module blacklist (#168020)