Gentoo Archives: gentoo-genkernel

From: Sebastian Pipping <sping@g.o>
To: gentoo-genkernel@l.g.o, genkernel <genkernel@g.o>
Subject: [gentoo-genkernel] genkernel 3.4.19 released
Date: Sun, 30 Oct 2011 13:53:48
Message-Id: 4EAD56DF.9080209@gentoo.org
1 # git diff v3.4.18..v3.4.19 ChangeLog | /bin/grep '^+\($\| \)' \
2 | sed 's|^+ *||' | xsel
3 30 Oct 2011; Sebastian Pipping <sping@g.o> genkernel:
4 Bump version to 3.4.19
5
6 25 Oct 2011; Fabio Erculiani <lxnay@g.o> gen_compile.sh:
7 fix random build failures during e2fsprogs, force -j1
8
9 08 Oct 2011; Fabio Erculiani <lxnay@g.o> defaults/initrd.defaults,
10 defaults/initrd.scripts, defaults/linuxrc:
11 Do not hardcode /mnt/cdrom path across the whole code, use CDROOT_PATH
12 instead. At the same time, mount cdrom into /mnt/cdrom instead of
13 /newroot/mnt/cdrom (which is now just a bind mount), this avoids
14 losetup to expose unavailable paths inside the live system, breaking
15 mkfs.btrfs (next upstream version, which does silly things with
16 /proc/mounts).
17
18 07 Oct 2011; Robin H. Johnson <robbat2@g.o>
19 patches/busybox/1.18.1/1.18.1-mdstart.diff:
20 Fix patch typo that broke compile.
21
22 22 Sept 2011; Robin H. Johnson <robbat2@g.o> defaults/initrd.scripts,
23 defaults/linuxrc:
24 Fix trailing backtick and root-on-LVM.
25
26 13 Sep 2011; Fabio Erculiani <lxnay@g.o> gen_compile.sh,
27 gen_initramfs.sh:
28 dmraid requires dmsetup to assign UUID to discovered RAID volumes, close bug
29 #382555
30
31 11 Sep 2011; Fabio Erculiani <lxnay@g.o> defaults/initrd.scripts,
32 defaults/linuxrc:
33 drop parse_opt usage and crufty, deprecated subshelling through
34
35 30 Aug 2011; Sebastian Pipping <sping@g.o> defaults/initrd.scripts:
36 Fix quoting issue (bug #380729).
37
38 Thanks to:
39 - Axel Bringenberg
40
41 30 Aug 2011; Sebastian Pipping <sping@g.o>
42 +patches/mdadm/3.1.4/mdadm-3.1.4-z-now.patch, gen_compile.sh:
43 Enable patch application for mdadm, add patch to fix compilation (bug
44 #381089)
45
46 28 Aug 2011; Fabio Erculiani <lxnay@g.o> defaults/initrd.scripts,
47 defaults/linuxrc, doc/genkernel.8.txt:
48 Add basic support to AUFS2, requires kernel with aufs module or built-in
49
50 16 Aug 2011; Fabio Erculiani <lxnay@g.o> gen_compile.sh:
51 gen_compile: correct MAKEOPTS usage on utils task
52
53 16 Aug 2011; Fabio Erculiani <lxnay@g.o> gen_compile.sh:
54 gen_compile: always use -j1 with kernel *_install targets, fixes compilation
55 with make 3.82
56
57 06 Aug 2011; Sebastian Pipping <sping@g.o> gen_initramfs.sh:
58 No longer copy /lib/libsysfs*so* for multipath-tools (bug #300841, bug
59 #377709)
60
61 31 Jul 2011; Sebastian Pipping <sping@g.o>
62 -patches/busybox/1.7.4/1.7.4-ash-timeout.diff,
63 -patches/busybox/1.7.4/1.7.4-mdstart.diff,
64 -patches/busybox/1.7.4/1.7.4-mount-umount-i-option.diff,
65 -patches/busybox/1.7.4/1.7.4-openvt.diff,
66 -patches/busybox/1.7.4/1.7.4-static-error.diff,
67 -patches/busybox/1.7.4/1.7.4-make-3.82.diff, -patches/busybox/1.7.4/README,
68 -patches/busybox/1.7.4/busybox-1.7.4-signal-hack.patch:
69 End support for 4 years old busybox 1.7.4 (bug #377133)
70
71 31 Jul 2011; Sebastian Pipping <sping@g.o> doc/genkernel.8.txt:
72 Improve doc on filing bugs