Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Sun, 03 Jul 2011 22:28:34
Message-Id: aea5074809e40b6e8f582d367a271b86fd1d651b.sping@gentoo
1 commit: aea5074809e40b6e8f582d367a271b86fd1d651b
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Sun Jul 3 22:26:27 2011 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 22:26:27 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=aea50748
7
8 Set version to 3.4.17
9
10 ---
11 ChangeLog | 3 +++
12 genkernel | 2 +-
13 2 files changed, 4 insertions(+), 1 deletions(-)
14
15 diff --git a/ChangeLog b/ChangeLog
16 index 862e001..34bf61f 100644
17 --- a/ChangeLog
18 +++ b/ChangeLog
19 @@ -5,6 +5,9 @@
20 # Distributed under the GPL v2
21 # $Id$
22
23 + 03 Jul 2011; Sebastian Pipping <sping@g.o> genkernel:
24 + Set version to 3.4.17
25 +
26 03 Jul 2011; Sebastian Pipping <sping@g.o> arch/alpha/modules_load,
27 arch/arm/modules_load, arch/ia64/modules_load, arch/mips/modules_load,
28 arch/parisc/modules_load, arch/parisc64/modules_load, arch/ppc/modules_load,
29
30 diff --git a/genkernel b/genkernel
31 index 38e445f..8a42bf0 100755
32 --- a/genkernel
33 +++ b/genkernel
34 @@ -2,7 +2,7 @@
35 # $Id$
36
37 PATH="${PATH}:/sbin:/usr/sbin"
38 -GK_V='3.4.16'
39 +GK_V='3.4.17'
40
41 # Set the default for TMPDIR. May be modified by genkernel.conf or the
42 # --tempdir command line option.