diff options
author | Bill Nottingham <notting@redhat.com> | 2009-01-19 17:06:55 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2009-01-19 17:06:55 -0500 |
commit | 40d1ee1f1f082d76fb83d317f173540b0977ace2 (patch) | |
tree | 0f8b833bd35c2140e7c9b74ffa948470da66a6dd /initscripts.spec | |
parent | eb1d89063ed017db9deed6fe7ed9e0beef77eb6b (diff) | |
download | initscripts-40d1ee1f1f082d76fb83d317f173540b0977ace2.tar initscripts-40d1ee1f1f082d76fb83d317f173540b0977ace2.tar.gz initscripts-40d1ee1f1f082d76fb83d317f173540b0977ace2.tar.bz2 initscripts-40d1ee1f1f082d76fb83d317f173540b0977ace2.tar.xz initscripts-40d1ee1f1f082d76fb83d317f173540b0977ace2.zip |
8.87-1
Diffstat (limited to 'initscripts.spec')
-rw-r--r-- | initscripts.spec | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index 4397a4ae..dbd6e5f9 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.86 +Version: 8.87 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -250,6 +250,21 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog +* Mon Jan 19 2009 Bill Nottingham <notting@redhat.com> - 8.87-1 +- rename_device: be much faster in the presence of many devices (#480687, <danms@us.ibm.com>) +- fix switching from targeted to MLS policy (#479054, <dwalsh@redhat.com>) +- rc.sysinit: don't set $(uname -r) or $(uname -m); they're not used +- network-functions-ipv6: set MTU correctly for 6to4. (#477976, <ackistler@yahoo.com>) +- add more entries to rwtab (#476799, <harald@redhat.com>) +- net.hotplug: Bail out sooner if the network service isn't running +- init.d/halt: determine reboot/halt via existing INIT_HALT environment variable. (#475227) +- event.d/serial: add some docs +- init.d/functions: __pids_var_run: Handle multi-line pid files correctly (#473287) +- remove support for no longer existing 'brctl setgcint' command. (#360471) +- add %config back for ifcfg-lo (#472761) +- rcS/rcS-sulogin: don't match commented lines when finding runlevel (#472717) +- updated translations: de, sk + * Tue Nov 11 2008 Bill Nottingham <notting@redhat.com> - 8.86-1 - stop plymouth before stopping the runlevel (#467207) - fix get_config_by_subchannel (#459044, <harald@redhat.com>) |