summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2012-10-16 16:31:06 +0200
committerHarald Hoyer <harald@redhat.com>2012-10-16 16:31:06 +0200
commitf046336c44c1a88508c825744bd2da0aae707e13 (patch)
tree9d6702d84d1ad03d32327263b90d01c23c246a37
parent665b7e58baccf26ccffc1961986271b5832d546e (diff)
downloaddracut-f046336c44c1a88508c825744bd2da0aae707e13.tar.gz
dracut-f046336c44c1a88508c825744bd2da0aae707e13.tar.bz2
dracut-f046336c44c1a88508c825744bd2da0aae707e13.zip
version 024upstream/024024
-rw-r--r--Makefile2
-rw-r--r--NEWS14
2 files changed, 15 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b880b425..28884345 100644
--- 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 d11feeeb..10ce55a3 100644
--- 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