summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2012-05-12 18:01:31 +0200
committerSebastian Pipping <sebastian@pipping.org>2012-05-12 18:01:31 +0200
commit599a4b1f88eb7895d7ec0bfb7547160d45fc1ccf (patch)
tree19b111eec3e8d10e627959ad39c30a9d04b0c4a3
parentRevert "Fix docache (bug #397309)" (diff)
downloadgenkernel-3.4.24_p1.tar.gz
genkernel-3.4.24_p1.tar.bz2
genkernel-3.4.24_p1.zip
Bump version to 3.4.24_p1v3.4.24_p1
-rw-r--r--ChangeLog3
-rwxr-xr-xgenkernel2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 87aae87..d016c66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
# Distributed under the GPL v2
# $Id$
+ 12 May 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
+ Bump version to 3.4.24_p1
+
22 Mar 2012; Sebastian Pipping <sping@gentoo.org> gen_initramfs.sh:
Fail hard on LUKS inclusion error (bug #409277), advise about
sys-fs/cryptsetup[static], drop support for cryptsetup binary from /bin/
diff --git a/genkernel b/genkernel
index 19ef657..8d8d123 100755
--- a/genkernel
+++ b/genkernel
@@ -2,7 +2,7 @@
# $Id$
PATH="${PATH}:/sbin:/usr/sbin"
-GK_V='3.4.24'
+GK_V='3.4.24_p1'
# Set the default for TMPDIR. May be modified by genkernel.conf or the
# --tempdir command line option.