summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-03-10 13:25:13 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2012-03-10 13:25:13 -0800
commitb1ae7fa765570390216dccbcf78cbe5c3827cf97 (patch)
tree687a76ed77bad2aceb09dcc9ccd9b70a92550254
parentMerge remote-tracking branch 'origin/bug-405495' (diff)
downloadgenkernel-3.4.25.tar.gz
genkernel-3.4.25.tar.bz2
genkernel-3.4.25.zip
Bump version for release.v3.4.25
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--ChangeLog5
-rwxr-xr-xgenkernel2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 73f8a9a5..9e924482 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,10 @@
# - 2008-2011 Various authors (see AUTHORS)
# Distributed under the GPL v2
# $Id$
-
+
+ 10 Mar 2012; Robin H. Johnson <robbat2@gentoo.org> genkernel:
+ Bump version for release.
+
25 Feb 2012; Sebastian Pipping <sping@gentoo.org> arch/x86/modules_load,
arch/x86_64/modules_load, defaults/modules_load:
Make sure the sha256 module makes it into the initramfs (bug #405495).
diff --git a/genkernel b/genkernel
index 5883b5d9..4f24c4ba 100755
--- a/genkernel
+++ b/genkernel
@@ -2,7 +2,7 @@
# $Id$
PATH="${PATH}:/sbin:/usr/sbin"
-GK_V='3.4.24'
+GK_V='3.4.25'
# Set the default for TMPDIR. May be modified by genkernel.conf or the
# --tempdir command line option.