aboutsummaryrefslogtreecommitdiff
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 a0ac016..e7728f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
# Distributed under the GPL v2
# $Id$
+ 10 Sep 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
+ Bump version to 3.4.42
+
10 Sep 2012; Sebastian Pipping <sping@gentoo.org>
+patches/busybox/1.20.2/busybox-1.20.2-glibc-sys-resource.patch:
Add busybox 1.20.2 patch: busybox-1.20.2-glibc-sys-resource.patch
diff --git a/genkernel b/genkernel
index b0d6055..194b982 100755
--- a/genkernel
+++ b/genkernel
@@ -2,7 +2,7 @@
# $Id$
PATH="${PATH}:/sbin:/usr/sbin"
-GK_V='3.4.41'
+GK_V='3.4.42'
# Set the default for TMPDIR. May be modified by genkernel.conf or the
# --tempdir command line option.