X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=ChangeLog;h=a02ce7688709537d729c563fd061d1827982f339;hb=f15425841e586177b6f8ced6c91416a32cdf43a7;hp=c1f376db4acb10d99855101d05610b2f940681ec;hpb=4ed04331a506926fde85d8a375e94039e368bdb7;p=genkernel.git diff --git a/ChangeLog b/ChangeLog index c1f376d..a02ce76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,215 @@ # Distributed under the GPL v2 # $Id$ + 30 Aug 2012; Fabio Erculiani defaults/linuxrc: + mount /mnt/cdrom inside target chroot even when aufs/unionfs is disabled + + 14 Aug 2012; Richard Yao genkernel: + Bump version to 3.4.41 + + 12 Aug 2012; Sebastian Pipping +defaults/software.sh, + genkernel.conf: + Move software version defaults for defaults/software.sh to ease the + etc-update game + + 12 Aug 2012; Sebastian Pipping genkernel: + Fix parsing of --config=... command line option + + 27 Jul 2012; Sebastian Pipping defaults/initrd.scripts, + genkernel: + Bump version to 3.4.40 + + 24 Jul 2012; Robin H. Johnson defaults/initrd.scripts: + Flip awk return values. + + 24 Jul 2012; Robin H. Johnson defaults/initrd.scripts: + Minor thinko in devpts check. + + 24 Jul 2012; Robin H. Johnson defaults/initrd.scripts: + Prior commit to only mount devtmpfs and devpts if they were not already + mounted made assumptions about the device names they were mounted as. Check + the filesystem column of /proc/mounts instead. + + 21 Jul 2012; Sebastian Pipping genkernel: + Bump version to 3.4.39 + + 17 Jul 2012; Robin H. Johnson arch/x86_64/kernel-config: + Bug #399703: amd64 default kernel config did not have EFI support. + + 15 July 2012; Robin H. Johnson doc/genkernel.8.txt, + Document the isoboot option, as designed for GRUB2 usage 3 years ago. + + 09 Jul 2012; Sebastian Pipping genkernel: + Bump version to 3.4.38 + + 09 Jul 2012; Sebastian Pipping gen_compile.sh: + Fix linking of unionfs-fuse 0.24 + + 09 Jul 2012; Sebastian Pipping + patches/fuse/2.8.6/fuse-2.8.6-glibc-2.14.patch: + Allow compilation of FUSE 2.8.6 with glibc 2.14 (bug #425080) + + 09 Jul 2012; Sebastian Pipping defaults/initrd.scripts: + Restore previous handling of real_root due to report of regressions (bug + #419965) + + 08 Jul 2012; Sebastian Pipping genkernel: + Bump version to 3.4.37 + + 08 Jul 2012; Sebastian Pipping gen_initramfs.sh, + genkernel: + Always report used kernel config file + + 08 Jul 2012; Sebastian Pipping gen_configkernel.sh, + gen_initramfs.sh: + Catch case with no initramfs compression supported by kernel (bug #423847) + + 08 Jul 2012; Sebastian Pipping gen_configkernel.sh, + gen_initramfs.sh: + Fix detection of initramfs compression with bzip2 as best candidate + + 08 Jul 2012; Sebastian Pipping arch/x86/modules_load, + arch/x86_64/modules_load, defaults/modules_load: + Add xts to MODULES_CRYPTO (bug #425028) + + 01 Jul 2012; Sebastian Pipping gen_configkernel.sh, + gen_package.sh: + Support --kernel-config=/proc/config.gz (bug #421027) + + 08 Jul 2012; Kenny Cheng defaults/linuxrc: + Add /run to support openrc >=0.10 (bug #425180) + + 11 Jun 2012; Sebastian Pipping genkernel: + Bump version to 3.4.36 + + 11 Jun 2012; Sebastian Pipping defaults/initrd.scripts: + Respect real_root for plain dm-crypt without LVM (bug #419965) + + 10 Jun 2012; Sebastian Pipping genkernel: + Bump version to 3.4.35 + + 10 Jun 2012; Sebastian Pipping + +patches/busybox/1.20.1/1.18.1-openvt.diff, + +patches/busybox/1.20.1/busybox-1.7.4-signal-hack.patch, + +patches/busybox/1.20.1/busybox-1.20.1-mdstart.patch: + Support busybox 1.20.1 (bug #419511) + + 04 Jun 2012; Sebastian Pipping genkernel: + Bump version to 3.4.34 + + 02 Jun 2012; Sebastian Pipping defaults/linuxrc: + Support bind mounts from /etc/initramfs.mounts (bug #418463) + + 02 Jun 2012; Sebastian Pipping arch/x86/modules_load, + arch/x86_64/modules_load, defaults/modules_load: + Make sure that cbc.ko and aes*.ko needed for cbc-essiv:sha256 (=default) disk + encryption are included with the initramfs (bug #416973) + + 28 May 2012; Sebastian Pipping gen_funcs.sh: + Fix an e2fsprogs compilation leftover (bug #417095), reported by Juergen Rose + + 17 May 2012; Sebastian Pipping genkernel: + Bump to 3.4.33.1 + + 17 May 2012; Sebastian Pipping defaults/linuxrc: + Fix call to blkid as "blkid -l -t UUID=foo" (without -o device) does not seem + to work well with blkid of util-linux + + 17 May 2012; Sebastian Pipping genkernel: + Bump version to 3.4.33 + + 17 May 2012; Sebastian Pipping + -patches/e2fsprogs/1.42/e2fsprogs-1.41.12-getpagesize.patch, gen_compile.sh, + gen_initramfs.sh, genkernel, genkernel.conf: + Use blkid from system's util-linux rather than compiling e2fsprogs ourselves + + 14 May 2012; Sebastian Pipping genkernel: + Bump version to 3.4.32 + + 14 May 2012; Sebastian Pipping gen_initramfs.sh: + Stop removing lvm/dmsetup from the initramfs (bug #415697), reported by + I.zaufi, bug introduced in 9f36ecc125bf2c20bd28c0ad513577a858140a77 affects + genkernel >=3.4.30 + + 12 May 2012; Sebastian Pipping arch/x86/kernel-config, + arch/x86_64/kernel-config, defaults/kernel-config: + Set CONFIG_DEVTMPFS=y on x86, x86_64, default for udev + + 12 May 2012; Sebastian Pipping genkernel: + Bump version to 3.4.31 + + 18 Apr 2012; Robin H. Johnson gen_initramfs.sh: + lddtree call must be outside the for loop. + + 16 Apr 2012; Robin H. Johnson gen_initramfs.sh: + Use CC0 instead of public domain for copy_binaries to cover French + jurisdiction concerns. + + 16 Apr 2012; Sebastian Pipping genkernel: + Bump version to 3.4.30 + + 16 Apr 2012; Sebastian Pipping gen_initramfs.sh: + Support a non-static cryptsetup binary (bug #409277) + + 15 Apr 2012; Robin H. Johnson gen_initramfs.sh: + Release copy_binaries function as public domain. + + 15 Apr 2012; Robin H. Johnson gen_initramfs.sh: + Handle other binary paths for LVM. + + 09 Apr 2012; Sebastian Pipping defaults/initrd.scripts, + defaults/keymaps/keymapList, defaults/keymaps/sf.map: + Add keymap "sf" from Pentoo + + 08 Apr 2012; Sebastian Pipping genkernel: + Bump version to 3.4.29 + + 08 Apr 2012; Mike Auty gen_bootloader.sh: + Support for Grub 2, adjustements by Tomasz Wasiak + + 08 Apr 2012; Sebastian Pipping gen_initramfs.sh, + genkernel.conf: + Add "fastest" to supported initrd compressions + + 08 Apr 2012; Sebastian Pipping gen_initramfs.sh: + Support comression "lzop" (not just "lzo") as wrongly advertised by comments + in genkernel.conf before + + 08 Apr 2012; Sebastian Pipping gen_initramfs.sh: + Be more helpful when requested compression is not available + + 08 Apr 2012; Sebastian Pipping gen_initramfs.sh: + Error out on unknown initrd compression, reported by Peter Gantner (bug + #411197) + + 08 Apr 2012; Sebastian Pipping gen_initramfs.sh: + Fix initrd compression "gzip", reported by Peter Gantner (bug #411197) + + 30 Mar 2012; Sebastian Pipping genkernel: + Bump version to 3.4.28 + + 29 Mar 2012; Sebastian Pipping defaults/initrd.scripts: + Restore original /dev/tty after GPG (bug #410073), report and initial patch + by Brendan Pike + + 22 Mar 2012; Sebastian Pipping genkernel: + Bump version to 3.4.27 + + 22 Mar 2012; Sebastian Pipping gen_initramfs.sh: + Fail hard on LUKS inclusion error (bug #409277), advise about + sys-fs/cryptsetup[static], drop support for cryptsetup binary from /bin/ + + 22 Mar 2012; Sebastian Pipping gen_funcs.sh, + gen_initramfs.sh: + Make errors stand out more + + 22 Mar 2012; Sebastian Pipping defaults/initrd.scripts, + defaults/linuxrc: + Fix docache (bug #397309) + + 22 Mar 2012; Sebastian Pipping genkernel: + Bump version to 3.4.26 + 16 Mar 2012; Sebastian Pipping defaults/initrd.scripts, defaults/linuxrc: Drop into debug shell when squashfs could not be mounted