version 024 024 upstream/024
authorHarald Hoyer <harald@redhat.com>
Tue, 16 Oct 2012 14:31:06 +0000 (16:31 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 16 Oct 2012 14:31:06 +0000 (16:31 +0200)
Makefile
NEWS

index b880b425bb939a0bc067020c305d6670f1b1b36c..288843459e776387b775ce8c1f6503d1710862a5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=023
+VERSION=024
 GITVERSION=$(shell [ -d .git ] && git rev-list  --abbrev-commit  -n 1 HEAD  |cut -b 1-8)
 
 -include Makefile.inc
diff --git a/NEWS b/NEWS
index d11feeeb8faf59b05243c85ec3274add0170cd98..10ce55a31fae80d1209dc0a8db36b78f9075b1ff 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+dracut-024
+==========
+- new dracut option "--device"
+- new dracut kernel command line options "rd.auto"
+- new dracut kernel command line options "rd.noverifyssl"
+- new dracut option "--kernel-cmdline" and "kernel_cmdline" option for default parameters
+- fixes for systemd and crypto
+- fix for kexec in shutdown, if not included in initramfs
+- create the initramfs non-world readable
+- prelink/preunlink in the initramfs
+- strip binaries in the initramfs by default now
+- various FIPS fixes
+- various dracut-install fixes
+
 dracut-023
 ==========
 - resume from hibernate fixes