version 023 023
authorHarald Hoyer <harald@redhat.com>
Wed, 1 Aug 2012 13:30:30 +0000 (15:30 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 1 Aug 2012 13:30:30 +0000 (15:30 +0200)
Makefile
NEWS

index 2c9dd60a008cd2d06e36fd77e7b21736d2e86953..f179e171e45e9bb687b41a952daa3a388d934956 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=022
+VERSION=023
 GITVERSION=$(shell [ -d .git ] && git rev-list  --abbrev-commit  -n 1 HEAD  |cut -b 1-8)
 
 prefix ?= /usr
diff --git a/NEWS b/NEWS
index df0803e9e52a08a889cb2d26362f92f4fef6a98c..d11feeeb8faf59b05243c85ec3274add0170cd98 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+dracut-023
+==========
+- resume from hibernate fixes
+- -N option for --no-hostonly
+- support for systemd crypto handling
+- new dracut module "crypt-loop"
+- deprecate the old kernel command line options
+- more documentation
+- honor CFLAGS for dracut-install build
+- multipath fixes
+- / is mounted according to rootflags parameter but forced ro at first.
+  Later it is remounted according to /etc/fstab + rootflags parameter
+  and "ro"/"rw".
+- support for xfs / reiserfs separate journal device
+- new "ro_mnt" option to force ro mount of / and /usr
+- root on cifs support
+- dracut-install: fixed issue for /var/tmp containing a symlink
+- only lazy resolve with ldd, if the /var/tmp partition is not mounted with "noexec"
+- i18n: fixed inclusion of "include" keymaps
+
 dracut-022
 ==========
 - fixed host-only kernel module bug