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, 30 Oct 2011 13:33:38
Message-Id: 9bdd75e3cc3a92271d9c0430a0d6fe1639871f75.sping@gentoo
1 commit: 9bdd75e3cc3a92271d9c0430a0d6fe1639871f75
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Sun Oct 30 13:32:23 2011 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 13:32:23 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=9bdd75e3
7
8 Bump version to 3.4.19
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 9115403..361d351 100644
17 --- a/ChangeLog
18 +++ b/ChangeLog
19 @@ -5,6 +5,9 @@
20 # Distributed under the GPL v2
21 # $Id$
22
23 + 30 Oct 2011; Sebastian Pipping <sping@g.o> genkernel:
24 + Bump version to 3.4.19
25 +
26 25 Oct 2011; Fabio Erculiani <lxnay@g.o> gen_compile.sh:
27 fix random build failures during e2fsprogs, force -j1
28
29
30 diff --git a/genkernel b/genkernel
31 index 0a06cdd..6fec2be 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.18'
39 +GK_V='3.4.19'
40
41 # Set the default for TMPDIR. May be modified by genkernel.conf or the
42 # --tempdir command line option.