From: Harald Hoyer Date: Tue, 9 Jun 2015 11:04:31 +0000 (+0200) Subject: NEWS & AUTHORS update - 042 X-Git-Tag: 042^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04bf862d97c67ec2f40664a4a14ed2b346bd6fe4;p=thirdparty%2Fdracut.git NEWS & AUTHORS update - 042 --- diff --git a/AUTHORS b/AUTHORS index e4c872e2b..32e6738f3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -9,8 +9,8 @@ Dave Young David Dillow Hannes Reinecke Michal Soltys -Amerigo Wang Colin Guthrie +Amerigo Wang Thomas Renninger WANG Chao Andrey Borzenkov @@ -27,12 +27,16 @@ Baoquan He Leho Kraav Kamil Rytarowski Marc Grimme +NeilBrown Peter Rajnoha Radek Vykydal Thorsten Behrens Chao Wang Colin Walters +Cristian Rodríguez +Fabian Deutsch Frederic Crozat +James Lee Jesse Keating Milan Broz Nicolas Chauvet @@ -40,7 +44,6 @@ Roberto Sassu Anton Blanchard Bill Nottingham Chapman Flack -Cristian Rodríguez David Cantrell Dennis Gilmore Jon Ander Hernandez @@ -52,21 +55,24 @@ Peter Robinson Stefan Reimer Stig Telfer Vasiliy Tolstov +Ville Skyttä Wim Muskee Alan Jenkins Alan Pevec Alex Harpin Daniel Schaal +Erwan Velu Frederick Grose Hari Bathini Ian Dall James Buren -James Lee +Jan Synacek Joey Boggs Koen Kooi Konrad Rzeszutek Wilk Kyle McMartin Lubomir Rintel +Lukas Wunner Mike Snitzer Minfei Huang Przemysław Rudy @@ -82,25 +88,29 @@ Anssi Hannula Antony Messerli Brandon Philips Canek Peláez Valdés +Chao Fan Chris Leech Christian Heinz +Christian Rodrigues Cong Wang Daniel Drake Dave Jones Dennis Schridde +Dimitri John Ledkov Duane Griffin -Erwan Velu +Gerd von Egidy Glen Gray Hermann Gausterer James Laska Jan Stodola Jiri Pirko Joe Lawrence +Jonas Jonsson Julian Wolf Kevin Yung Lars R. Damerow Lennert Buytenhek -Lukas Wunner +Lukas Nykryn Major Hayden Marian Csontos Marko Myllynen @@ -108,8 +118,9 @@ Matt Matt Smith Michal Schmidt Mike Gorse +Moritz 'Morty' Strübe Munehiro Matsuda -NeilBrown +Nikoli Nikoli Olivier Blin P J P @@ -119,6 +130,7 @@ Praveen_Paladugu@Dell.com Pádraig Brady Quentin Armitage Robert Buchholz +Rusty Bird Sergey Fionov Shawn W Dunn Srinivasa T N @@ -128,8 +140,8 @@ Tom Gundersen Tomasz Torcz Vadim Kuznetsov Vaughan Cao -Ville Skyttä Vratislav Podzimek Yanko Kaneti jloeser maximilian attems +xtraeme diff --git a/NEWS b/NEWS index 563f16cdd..ce37a5907 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,34 @@ +dracut-042 +========== +- fixed dmsetup shutdown +- new kernel command line option "rd.live.overlay.thin" + This option changes the underlying mechanism for the overlay in the + dmsquash module. + Instead of a plain dm snapshot a dm thin snapshot is used. The advantage + of the thin snapshot is, that the TRIM command is recognized, which + means that at runtime, only the occupied blocks will be claimed from + memory, and freed blocks will really be freed in ram. +- dmsquash: Add squashfs support to rd.live.fsimg + Previously rd.live.fsimg only supported filesystems residing in + (compressed) archives. + Now rd.live.fsimg can also be used when a squashfs image is used. + This is achieved by extracting the rootfs image from the squashfs and + then continue with the default routines for rd.live.fsimg. +- lvm: add support for LVM system id +- split up the systemd dracut module + Basic systemd functionality is in 00systemd now. + Switching root and the initrd.target is in 00systemd-initrd. + Dracut additions to the systemd initrd are in 98dracut-systemd. +- support for creating a UEFI boot executable via argument "--uefi" + With an EFI stub, the kernel, the initramfs and a kernel cmdline can be + glued together to a single UEFI executable, which can be booted by a + UEFI BIOS. +- network: split out kernel-network-modules, now in 90kernel-network-modules +- support for ethernet point-to-point connections configured via DHCP +- kernel-modules: install all HID drivers +- dracut.pc pkg-config file +- mount /dev, /dev/shm and /run noexec + dracut-041 ========== - fixed the shutdown loop