aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-08-29 18:53:21 +0000
committerBill Nottingham <notting@redhat.com>2007-08-29 18:53:21 +0000
commiteaf6adfdf82cd3e76667b4477d99ab3ae88a6897 (patch)
treeff5ddcb536454004618133fd742b05883babde57
parentbfcdfb7fb5372264b7b78ddbfafdc9a3c2444e5f (diff)
downloadinitscripts-eaf6adfdf82cd3e76667b4477d99ab3ae88a6897.tar
initscripts-eaf6adfdf82cd3e76667b4477d99ab3ae88a6897.tar.gz
initscripts-eaf6adfdf82cd3e76667b4477d99ab3ae88a6897.tar.bz2
initscripts-eaf6adfdf82cd3e76667b4477d99ab3ae88a6897.tar.xz
initscripts-eaf6adfdf82cd3e76667b4477d99ab3ae88a6897.zip
8.56-1
-rw-r--r--ChangeLog43
-rw-r--r--initscripts.spec10
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 <harald@redhat.com>
+2007-08-29 Bill Nottingham <notting@redhat.com>
- * init.d/functions, rc.sysinit:
- - added support for cryptsetup-uuids (bug #242078)
+ * ChangeLog, initscripts.spec: 8.56-1
-2007-08-10 notting <notting@redhat.com>
+ * rc.d/init.d/functions, rc.d/rc.sysinit:
+ optimize out some excess greps (<harald@redhat.com>)
- * 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 <notting@redhat.com>
+ * initscripts.spec, rc.d/init.d/halt:
+ adapt to new nut usage, conflict with older packages (#252973, <tsmetana@redhat.com>)
- * 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 <alexxed@gmail.com>
+
+ * po/ro.po: updated existing strings, translated some more
- * init.d/netconsole: fix netconsole init script status
+2007-08-16 Alain Portal <aportal@univ-montp2.fr>
-2007-08-02 Harald Hoyer <harald@redhat.com>
+ * po/fr.po: Fix a typo
- * rc.sysinit: - set the hwclock before start_udev is executed
+2007-08-14 Marek Mahut <mmahut@redhat.com>
+
+ * po/sk.po: New slovak translation, more to come in next days.
+
+2007-08-14 Harald Hoyer <harald@redhat.com>
+
+ * init.d/functions, rc.sysinit:
+ - added support for cryptsetup-uuids (bug #242078)
+
+2007-08-07 Bill Nottingham <notting@redhat.com>
+
+ * init.d/netconsole: assorted cleanups
+
+ * init.d/netconsole: fix netconsole status()
2007-07-27 Bill Nottingham <notting@redhat.com>
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, <tsmetana@redhat.com>)
+- rc.sysinit: optimize out some excess greps (<harald@redhat.com>)
+- halt: support newer nut syntax, conflict with old versions (#252973, <tsmetana@redhat.com>)
+- 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, <harald@redhat.com>)
+- netconsole: fix status(), assorted other cleanups
+- translation updates: fr, ro, sk
* Fri Jul 27 2007 Bill Nottingham <notting@redhat.com>
- add /etc/networks (#239602)