aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2012-06-11 19:38:40 +0200
committerSebastian Pipping <sebastian@pipping.org>2012-06-11 19:38:40 +0200
commiteb53fc109887339c911754fdb8be4e9511d30e02 (patch)
treec6b846f0ca794ad59826e13d2b4175317f01f8a5
parentMake recent addition conform to POSIX (diff)
downloadgenkernel-eb53fc109887339c911754fdb8be4e9511d30e02.tar.gz
genkernel-eb53fc109887339c911754fdb8be4e9511d30e02.tar.bz2
genkernel-eb53fc109887339c911754fdb8be4e9511d30e02.zip
Bump version to 3.4.36v3.4.36
-rw-r--r--ChangeLog3
-rwxr-xr-xgenkernel2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e01d3b..7d5ad59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
# Distributed under the GPL v2
# $Id$
+ 11 Jun 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
+ Bump version to 3.4.36
+
11 Jun 2012; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts:
Respect real_root for plain dm-crypt without LVM (bug #419965)
diff --git a/genkernel b/genkernel
index 3f09c51..61dd493 100755
--- a/genkernel
+++ b/genkernel
@@ -2,7 +2,7 @@
# $Id$
PATH="${PATH}:/sbin:/usr/sbin"
-GK_V='3.4.35'
+GK_V='3.4.36'
# Set the default for TMPDIR. May be modified by genkernel.conf or the
# --tempdir command line option.