aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
parentbfcdfb7fb5372264b7b78ddbfafdc9a3c2444e5f (diff)
downloadinitscripts-eaf6adfdf82cd3e76667b4477d99ab3ae88a6897.tar
initscripts-eaf6adfdf82cd3e76667b4477d99ab3ae88a6897.tar.gz
initscripts-eaf6adfdf82cd3e76667b4477d99ab3ae88a6897.tar.bz2
initscripts-eaf6adfdf82cd3e76667b4477d99ab3ae88a6897.tar.xz
initscripts-eaf6adfdf82cd3e76667b4477d99ab3ae88a6897.zip
8.56-1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog43
1 files changed, 32 insertions, 11 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>