X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=ChangeLog;h=7902101f65eb47fdc5ed4b116ee234aa23686e1b;hb=a60e920d61e727b3cab90f1b8079acf556cf77c2;hp=016128a065dccb299ef509026a34b77ddb6ab1d9;hpb=a4438ec946201eac5fda78f21d7014d4a46ebcdc;p=genkernel.git diff --git a/ChangeLog b/ChangeLog index 016128a..7902101 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,216 @@ # ChangeLog for genkernel # Copyright: # - 2003-2008 Gentoo Foundation -# - 2008-2011 Various authors (see AUTHORS) +# - 2008-2012 Various authors (see AUTHORS) # Distributed under the GPL v2 # $Id$ + 19 Oct 2012; Robin H. Johnson gen_bootloader.sh: + Missing then keyword. + + 15 Oct 2012; Peter Hjalmarsson defaults/linuxrc: + Support using init= on the command line. + + 15 Oct 2012; Peter Hjalmarsson README, + doc/genkernel.8.txt, gen_bootloader.sh, genkernel: + Update the documentation to reflect current status re real_root/init. + + 15 Oct 2012; Robin H. Johnson genkernel: + Bump to 3.4.44.2 with depmod corner cases by xake. + + 15 Oct 2012; Peter Hjalmarsson gen_compile.sh: + Fix calling of depmod. + + 15 Oct 2012; Robin H. Johnson genkernel: + Bump for 3.4.44.1 with bugfix-only. + + 15 Oct 2012; Robin H. Johnson gen_compile.sh, + gen_package.sh: + Fix corner cases on OUTPUTDIR. + + 14 Oct 2012; Sebastian Pipping genkernel: + Bump version to 3.4.44 + + 14 Oct 2012; Robin H. Johnson gen_cmdline.sh, + gen_configkernel.sh, gen_determineargs.sh: + Bug #432956: Easy to include VirtIO support in kernel. + + 13 Oct 2012; Robin H. Johnson arch/alpha/modules_load, + arch/arm/modules_load, arch/ia64/modules_load, arch/mips/modules_load, + arch/parisc/modules_load, arch/parisc64/modules_load, arch/ppc/modules_load, + arch/ppc64/modules_load, arch/sparc/modules_load, arch/sparc64/modules_load, + arch/um/modules_load, arch/x86/modules_load, arch/x86_64/modules_load, + defaults/modules_load: + Clean up module drift over the years. Just MODULES_CRYPTO left. + + 13 Oct 2012; Robin H. Johnson doc/genkernel.8.txt: + Document resume parameters. + + 13 Oct 2012; Robin H. Johnson arch/alpha/modules_load, + arch/arm/modules_load, arch/ia64/modules_load, arch/mips/modules_load, + arch/parisc/modules_load, arch/parisc64/modules_load, arch/ppc/modules_load, + arch/ppc64/modules_load, arch/sparc/modules_load, arch/sparc64/modules_load, + arch/um/modules_load, arch/x86/modules_load, arch/x86_64/modules_load, + defaults/initrd.scripts, defaults/linuxrc, defaults/modules_load, + gen_configkernel.sh, gen_initramfs.sh: + Bug #286187: Complete multipath support. + + 13 Oct 2012; Robin H. Johnson defaults/initrd.defaults, + defaults/initrd.scripts, defaults/linuxrc, doc/genkernel.8.txt: + Bug #351873: More livecd control, and initramfs livecd argument + documentation. + + 13 Oct 2012; Robin H. Johnson arch/alpha/kernel-config, + arch/ppc/kernel-config, arch/x86/kernel-config, arch/x86_64/kernel-config, + defaults/kernel-config: + Bug #336170: amd74xx was long-replaced by pata_amd. The old driver is + problematic, as even with the pata_amd module loaded, it will not release the + device. Disable the old driver on remaining platforms, add pata_amd where + missing & needed (not alpha). + + 13 Oct 2012; Robin H. Johnson gen_initramfs.sh: + Bug #414581: ensure built-in initramfs compress config options are set to + avoid silentoldconfig bailing out. + + 13 Oct 2012; Łukasz Stelmach gen_cmdline.sh, + gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh, gen_funcs.sh, + genkernel: + Bug #435210 support external kernel output location, to allow pristine + source. + + 13 Oct 2012; Robin H. Johnson gen_compile.sh: + Bug #397947: Run depmod on new modules to avoid need to run at every boot on + unionfs systems, or systemd that never runs it. + + 13 Oct 2012; Robin H. Johnson gen_initramfs.sh: + Put the version of genkernel used in a build into /etc/build_id. + + 13 Oct 2012; Robin H. Johnson defaults/linuxrc: + Extra creation of /run in the LiveCD scope, before any union/aufs mount. + + 03 Oct 2012; Sebastian Pipping genkernel: + Bump version to 3.4.43 + + 03 Oct 2012; Sebastian Pipping gen_initramfs.sh: + Use actual kernel config for check of available compression methods (bug + #436820) + + 03 Oct 2012; Dustin Frisch defaults/linuxrc: + With boot parameter real_init=/foo look for ${NEW_ROOT}/foo, not + ${NEW_ROOT}/sbin/init (bug #437080) + + 23 Sep 2012; Sebastian Pipping gen_initramfs.sh: + Append e2fsck and mke2fs to initramfs. Original patch by Rick Farina + + 10 Sep 2012; Sebastian Pipping genkernel: + Bump version to 3.4.42 + + 10 Sep 2012; Sebastian Pipping + +patches/busybox/1.20.2/busybox-1.20.2-glibc-sys-resource.patch: + Add busybox 1.20.2 patch: busybox-1.20.2-glibc-sys-resource.patch + + 10 Sep 2012; Sebastian Pipping + +patches/busybox/1.20.2/1.18.1-openvt.diff, + +patches/busybox/1.20.2/busybox-1.7.4-signal-hack.patch, + +patches/busybox/1.20.2/busybox-1.20.1-mdstart.patch: + Copy busybox patches from 1.20.1 to 1.20.2 + + 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)