]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Version 16 016
authorHarald Hoyer <harald@redhat.com>
Wed, 15 Feb 2012 17:05:34 +0000 (18:05 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 15 Feb 2012 17:05:34 +0000 (18:05 +0100)
Makefile
NEWS

index 527cc1ba936b48431b2cd6f20d6f1abcfa497e4f..321e9238c6eb8582936c4ae945ff4fc8c2b5796f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=015
+VERSION=016
 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 603ffd66f6392fac519a0a062bb4a1b4738a2067..6a3b53f7404c4b329744d04d248d94fc0db03288 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+dracut-016
+==========
+- fixed lsinitrd
+- honor binaries in sbin first
+- fixed usrmount module
+- added systemd service for shutdown
+- fixed terminfo on distros with /usr/share/terminfo
+- reload udev rules after "pre-trigger" hook
+- improved test suite
+- new parameter "--omit-drivers" and new conf param omit_drivers
+- "--offroot" support for mdraid
+- new libs: net-lib.sh, nfs-lib.sh, url-lib.sh, img-lib.sh
+  full of functions to use in your dracut module
+
 dracut-015
 ==========
 - hostonly mode automatically adds command line options for root and /usr