summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2009-08-14 17:59:43 +0200
committerHarald Hoyer <harald@redhat.com>2009-08-14 17:59:43 +0200
commit5d12f1a485a242e9fed47e5212ddd9c6b08ef272 (patch)
tree421067de4130e5fab842c5daae3be2c2186d8381
parent7addf9d4300732258cf7144521a2771538304585 (diff)
version 0.90.9
-rw-r--r--Makefile2
-rw-r--r--NEWS10
-rw-r--r--dracut.spec6
3 files changed, 16 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2c9ed58..8a06e0a 100644
--- 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
--- 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
diff --git a/dracut.spec b/dracut.spec
index 0b17d58..8972bca 100644
--- a/dracut.spec
+++ b/dracut.spec
@@ -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