diff options
author | Bill Nottingham <notting@redhat.com> | 2008-09-30 14:49:46 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-09-30 14:49:46 -0400 |
commit | a71435759179148ff8db333094e828278c161507 (patch) | |
tree | a589b2bda59dcebdef4e84c0fffb02081307b921 | |
parent | 7ca54d79b98d43441a0472f8761c6353ac275dd6 (diff) | |
download | initscripts-a71435759179148ff8db333094e828278c161507.tar initscripts-a71435759179148ff8db333094e828278c161507.tar.gz initscripts-a71435759179148ff8db333094e828278c161507.tar.bz2 initscripts-a71435759179148ff8db333094e828278c161507.tar.xz initscripts-a71435759179148ff8db333094e828278c161507.zip |
8.83-1
-rw-r--r-- | initscripts.spec | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index 4a8483dd..fafd88a1 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.82 +Version: 8.83 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -250,6 +250,23 @@ rm -rf $RPM_BUILD_ROOT %config /etc/profile.d/debug* %changelog +* Tue Sep 30 2008 Bill Nottingham <notting@redhat.com> - 8.83-1 +- various merge review fixes (#225900) + Notably: init scripts/network scripts are no longer %config +- remove some extraneous device-mapper initialization +- use pidfile in status before calling pidof (#463205) +- use plymouth directly, not the rhgb-client wrapper +- move bridging after bonding (#449950, <djuran@redhat.com>) +- use alsactl to save sound settings. (#462677, <jkysela@redhat.com>) +- quit plymouth differently (<rstrode@redhat.com>) +- make sure we don't try and spawn a repair shell when there's no + tty (#463161) +- move udev rules to /lib +- stateless updates (#433702, <harald@redhat.com>) +- call logger with a full path (#447928, <harald@redhat.com>) +- translation updates: as, bn_IN, ca, cz, de, es, fi, fr, gu, it, ja, + lv, mr, nl, or, pa, pl, pt_BR, ru, te, zh_TW + * Wed Sep 10 2008 Bill Nottingham <notting@redhat.com> - 8.82-1 - refresh translation strings - plymouth updates. (#460702, <rstrode@redhat.com>) |