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: Thu, 28 Jul 2011 05:58:31
Message-Id: 71f01a35f221ba7c5b750c1abb2adadb33628ed9.sping@gentoo
1 commit: 71f01a35f221ba7c5b750c1abb2adadb33628ed9
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Thu Jul 28 05:56:49 2011 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 28 05:57:36 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=71f01a35
7
8 Bump version to 3.4.18
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 31e9aae..8da0510 100644
17 --- a/ChangeLog
18 +++ b/ChangeLog
19 @@ -5,6 +5,9 @@
20 # Distributed under the GPL v2
21 # $Id$
22
23 + 28 Jul 2011; Sebastian Pipping <sping@g.o> genkernel:
24 + Bump version to 3.4.18
25 +
26 27 Jul 2011; Sebastian Pipping <sping@g.o> defaults/initrd.scripts:
27 Fix display of seconds waiting (bug #376575)
28
29
30 diff --git a/genkernel b/genkernel
31 index 8a42bf0..0a06cdd 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.17'
39 +GK_V='3.4.18'
40
41 # Set the default for TMPDIR. May be modified by genkernel.conf or the
42 # --tempdir command line option.