diff options
author | 2012-07-08 20:04:26 +0200 | |
---|---|---|
committer | 2012-07-08 20:04:26 +0200 | |
commit | bccd9c72d69696e0a0c3be2fa66c5a110fbefb76 (patch) | |
tree | eca32b71f2a2af1dc52f40fa3883aaa43c7ec756 | |
parent | Support busybox 1.20.1 (bug #419511) (diff) | |
download | genkernel-3.4.24_p2.tar.gz genkernel-3.4.24_p2.tar.bz2 genkernel-3.4.24_p2.zip |
Bump version to 3.4.24_p2v3.4.24_p2
-rw-r--r-- | ChangeLog | 3 | ||||
-rwxr-xr-x | genkernel | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -5,6 +5,9 @@ # Distributed under the GPL v2 # $Id$ + 08 Jul 2012; Sebastian Pipping <sping@gentoo.org> genkernel: + Bump version to 3.4.24_p2 + 10 Jun 2012; Sebastian Pipping <sping@gentoo.org> +patches/busybox/1.20.1/1.18.1-openvt.diff, +patches/busybox/1.20.1/busybox-1.7.4-signal-hack.patch, @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.24_p1' +GK_V='3.4.24_p2' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option. |