From eaf6adfdf82cd3e76667b4477d99ab3ae88a6897 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 29 Aug 2007 18:53:21 +0000 Subject: 8.56-1 --- ChangeLog | 43 ++++++++++++++++++++++++++++++++----------- initscripts.spec | 10 ++++++++-- 2 files changed, 40 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index f5fd5113..9c248440 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,23 +1,44 @@ -2007-08-14 Harald Hoyer +2007-08-29 Bill Nottingham - * init.d/functions, rc.sysinit: - - added support for cryptsetup-uuids (bug #242078) + * ChangeLog, initscripts.spec: 8.56-1 -2007-08-10 notting + * rc.d/init.d/functions, rc.d/rc.sysinit: + optimize out some excess greps () - * init.d/netfs: - netfs: sort nfs mounts for unmounting (#251657) + * rc.d/init.d/functions: + make __readlink as simple as possible. Seems to match the /usr/bin + implementation (which does not normalize for full paths) -2007-08-07 notting + * initscripts.spec, rc.d/init.d/halt: + adapt to new nut usage, conflict with older packages (#252973, ) - * init.d/netconsole: assorted cleanups + * initscripts.spec, src/Makefile: + require popt in /lib*, link it dynamically - * init.d/netconsole: fix netconsole status() + * initscripts.spec: fix buildreq + +2007-08-21 Alexandru Szasz + + * po/ro.po: updated existing strings, translated some more - * init.d/netconsole: fix netconsole init script status +2007-08-16 Alain Portal -2007-08-02 Harald Hoyer + * po/fr.po: Fix a typo - * rc.sysinit: - set the hwclock before start_udev is executed +2007-08-14 Marek Mahut + + * po/sk.po: New slovak translation, more to come in next days. + +2007-08-14 Harald Hoyer + + * init.d/functions, rc.sysinit: + - added support for cryptsetup-uuids (bug #242078) + +2007-08-07 Bill Nottingham + + * init.d/netconsole: assorted cleanups + + * init.d/netconsole: fix netconsole status() 2007-07-27 Bill Nottingham diff --git a/initscripts.spec b/initscripts.spec index b65f78b5..2329dc0c 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.55 +Version: 8.56 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -208,7 +208,13 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog -- support newer nut syntax, conflict with old versions (#252973, ) +- rc.sysinit: optimize out some excess greps () +- halt: support newer nut syntax, conflict with old versions (#252973, ) +- fix buildreq from popt -> popt-devel + - newer popt is in /lib|/lib64 - require it, and link dynamically +- rc.sysinit: added support for cryptsetup-uuids (bug #242078, ) +- netconsole: fix status(), assorted other cleanups +- translation updates: fr, ro, sk * Fri Jul 27 2007 Bill Nottingham - add /etc/networks (#239602) -- cgit