From: Sebastian Pipping Date: Sun, 16 Jan 2011 01:04:07 +0000 (+0100) Subject: Update change log X-Git-Tag: v3.4.11~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=30aa8490fa9164be6d4d2d8e7d68444140875d20;p=genkernel.git Update change log --- diff --git a/ChangeLog b/ChangeLog index 9b0c5dc..c558175 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,38 @@ # ChangeLog for genkernel # Copyright: # - 2003-2008 Gentoo Foundation -# - 2008-2009 Various authors (see AUTHORS) +# - 2008-2011 Various authors (see AUTHORS) # Distributed under the GPL v2 # $Id$ + 16 Jan 2011; Sebastian Pipping ChangeLog: + Changes: + - Fix compilation of LVM 2.02.74 (and 2.02.28) (bug #255196, bug #267383) + - Add minimal btrfs support (bug #303529) + - Add support for UUID to crypt_root (bug #315467) + - Run "make firmware_install" if CONFIG_FIRMWARE_IN_KERNEL != y (bug #244651) + - Port busybox patches from 1.7.4 to 1.18.1 (bug #331971) + - Handle missing kernel .config better (bug #271528) + - Improve slowusb handling (bug #323317) + - Add GnuPG 1.x support (bug #217959) + - Check return codes of cpio (bug #246370) + - Update e2fsprogs/blkid to 1.41.14 (bug #291822) + - Create /bin/vg* symlinks when called as /linuxrc, too (bug #307855) + - Pick first device when several devices are matching real_root (bug #303531) + - Fix warning "cannot remove `/var/cache/genkernel/src'" (bug #347213) + - Allow configuring the list of busybox applets (bug #326593) + - Fix arithmetic bug in defaults/initrd.scripts (bug #339789) + + Special thanks: + - Amadeusz Zolnowski (LVM update) + - Christian Giessner (UUID crypt_root) + - dacook (GnuPG 1.x support) + - Denis Kaganovich (Busybox patch porting) + - devsk (Multi-device patch) + - Fabio Erculiani (Slowusb fixes) + - Kai Dietrich (Symlink analysis) + - Kolbjørn Barmen (Arithmetic fix) + 13 Dec 2010; Sebastian Pipping genkernel: Bump version to 3.4.10.908