summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rwxr-xr-xgenkernel2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dd61413..41181ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
# Distributed under the GPL v2
# $Id$
+ 30 Jan 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
+ Bump version to 3.4.12.4
+
30 Jan 2011; Sebastian Pipping <sping@gentoo.org> ChangeLog:
Enhance console handling on netboot linuxrc (bug #353084)
Enable shadow on netboot's busybox config (bug #353085)
diff --git a/genkernel b/genkernel
index afe8fc4..18b08a5 100755
--- a/genkernel
+++ b/genkernel
@@ -2,7 +2,7 @@
# $Id$
PATH="${PATH}:/sbin:/usr/sbin"
-GK_V='3.4.12.3'
+GK_V='3.4.12.4'
# Set the default for TMPDIR. May be modified by genkernel.conf or the
# --tempdir command line option.