version 0.9 0.9
authorHarald Hoyer <harald@redhat.com>
Fri, 14 Aug 2009 15:59:43 +0000 (17:59 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 14 Aug 2009 15:59:43 +0000 (17:59 +0200)
Makefile
NEWS
dracut.spec

index 2c9ed58..8a06e0a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.8
+VERSION=0.9
 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 76d51b7..20947e9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+dracut-0.9
+==========
+- let plymouth attach to the terminal (nice text output now)
+- new kernel command line parameter "rdinfo" show dracut output, even when
+  "quiet" is specified
+- rd_LUKS_UUID is now handled correctly
+- dracut-gencmdline: rd_LUKS_UUID and rd_MD_UUID is now correctly generated
+- now generates initrd-generic with around 15MB
+- smaller bugfixes
+
 dracut-0.8
 ==========
 - iSCSI with username and password
index 0b17d58..8972bca 100644 (file)
@@ -12,7 +12,7 @@
 %endif
 
 Name: dracut
-Version: 0.8
+Version: 0.9
 Release: 1%{?rdist}
 Summary: Initramfs generator using udev
 Group: System Environment/Base         
@@ -145,6 +145,10 @@ rm -rf $RPM_BUILD_ROOT
 %dir /var/lib/dracut/overlay
 
 %changelog
+* Fri Aug 14 2009 Harald Hoyer <harald@redhat.com> 0.9-1
+- version 0.9
+- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut;a=blob_plain;f=NEWS
+
 * Thu Aug 06 2009 Harald Hoyer <harald@redhat.com> 0.8-1
 - version 0.8 
 - see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut;a=blob_plain;f=NEWS