]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
version 027 027
authorHarald Hoyer <harald@redhat.com>
Tue, 26 Mar 2013 15:55:03 +0000 (16:55 +0100)
committerHarald Hoyer <harald@redhat.com>
Tue, 26 Mar 2013 15:55:03 +0000 (16:55 +0100)
Makefile
NEWS

index fa62cfc92bad37df46096907532158182a0a38b8..40d44ebf7da892f28cfe724b7196130c54c03b26 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=026
+VERSION=027
 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 182b9eb037db5828e7c6f18c48c64cfd3f1dca1e..5fcbdb52bf8b969847cb319da923677a93c78524 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+dracut-027
+==========
+- dracut now has bash-completion
+- require bash version 4
+- systemd module now requires systemd >= 199
+- dracut makes use of native systemd initrd units
+- added hooks for new-kernel-pkg and kernel-install
+- hostonly is now default for fedora
+- comply with the BootLoaderSpec paths
+  http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec
+- added rescue module
+- host_fs_types is now a hashmap
+- new dracut argument "--regenerate-all"
+- new dracut argument "--noimageifnotneeded"
+- new man page dracut.bootup
+- install all host filesystem drivers
+- use -D_FILE_OFFSET_BITS=64 to build dracut-install
+
 dracut-026
 ==========
 - introduce /usr/lib/dracut/dracut.conf.d/ drop-in directory