version 008
authorHarald Hoyer <harald@redhat.com>
Wed, 2 Feb 2011 15:33:35 +0000 (16:33 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 2 Feb 2011 15:33:35 +0000 (16:33 +0100)
AUTHORS
NEWS
dracut.spec

diff --git a/AUTHORS b/AUTHORS
index ddc38a8..bca5480 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -25,6 +25,7 @@ Peter Rajnoha <prajnoha@redhat.com>
 Vladislav Bogdanov <bubble@hoster-ok.com>
 Alexander Todorov <atodorov@redhat.com>
 Andy Lutomirski <luto@mit.edu>
+Christian Heinz <christian.ch.heinz@gmail.com>
 Dan Horák <dhorak@redhat.com>
 Dave Jones <davej@redhat.com>
 Frederic Crozat <fcrozat@mandriva.com>
@@ -32,6 +33,7 @@ Glen Gray <slaine@slaine.org>
 Ian Dall <ian@beware.dropbear.id.au>
 James Laska <jlaska@redhat.com>
 Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
+Lubomir Rintel <lkundrak@v3.sk>
 Luca Berra <bluca@vodka.it>
 Matt <smoothsailing72@hotmail.com>
 Matt Smith <shadowfax@gmx.com>
@@ -41,5 +43,6 @@ Pádraig Brady <P@draigBrady.com>
 Quentin Armitage <quentin@armitage.org.uk>
 Sergey Fionov <fionov@gmail.com>
 Thilo Bangert <thilo.bangert@gmx.net>
+Tomasz Torcz <tomek@pipebreaker.pl>
 Ville Skyttä <ville.skytta@iki.fi>
 Yanko Kaneti <yaneti@declera.com>
diff --git a/NEWS b/NEWS
index a2a7c7b..18c483d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,21 @@
 dracut-008
 ==========
 - removed --ignore-kernel-modules option (no longer necessary)
+- renamed kernel command line arguments to follow the rd. naming scheme
+- merged check, install, installkernel to module-info.sh
+- support for bzip2 and xz compressed initramfs images.
+- source code beautification
+- lots of documentation
+- lsinitrd: "catinitrd" functionality
+- dracut: --list-modules
+- lvm: support for dynamic LVM SNAPSHOT root volume
+- 95fstab-sys: mount all /etc/fstab.sys volumes before switch_root
+- 96insmodpost dracut module
+- rd.shell=1 per default
+- rootfs-block:mount-root.sh add fsck
+- busybox shell replacements module
+- honor old "real_init="
+- 97biosdevname dracut module
 
 dracut-007
 ==========
index a14a2ec..b1e5e8d 100644 (file)
@@ -15,7 +15,7 @@
 
 Name: dracut
 Version: 008
-%define release_prefix 0.10%{?rdist}
+%define release_prefix 1%{?rdist}
 Release: %{release_prefix}
 
 Summary: Initramfs generator using udev
@@ -81,7 +81,7 @@ Requires: tar
 Requires: udev
 
 %if 0%{?fedora}
-Requires: util-linux-ng >= 2.16
+Requires: util-linux >= 2.16
 Requires: initscripts >= 8.63-1
 Requires: plymouth >= 0.8.0-0.2009.29.09.19.1
 %endif