From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8271613800E for ; Fri, 27 Jul 2012 23:18:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47EF2E073B; Fri, 27 Jul 2012 23:18:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 14C57E073B for ; Fri, 27 Jul 2012 23:18:29 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 798C11B4065 for ; Fri, 27 Jul 2012 23:18:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 39EF7E5436 for ; Fri, 27 Jul 2012 23:18:27 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1343430617.a725f02d008a2546ac3c56513043cb3336833539.sping@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: ChangeLog genkernel X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: a725f02d008a2546ac3c56513043cb3336833539 X-VCS-Branch: master Date: Fri, 27 Jul 2012 23:18:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 820f8053-1d4a-499a-852d-ce8ed0d9184d X-Archives-Hash: a93c5e7f5e65d042b01f06443df9f671 commit: a725f02d008a2546ac3c56513043cb3336833539 Author: Sebastian Pipping pipping org> AuthorDate: Fri Jul 27 23:10:17 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Fri Jul 27 23:10:17 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=a725f02d Bump version to 3.4.40 --- ChangeLog | 4 ++++ genkernel | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1fae6f4..79a318b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ # Distributed under the GPL v2 # $Id$ + 27 Jul 2012; Sebastian Pipping defaults/initrd.scripts, + genkernel: + Bump version to 3.4.40 + 24 Jul 2012; Robin H. Johnson defaults/initrd.scripts: Flip awk return values. diff --git a/genkernel b/genkernel index b6f39e2..200b3fb 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.39' +GK_V='3.4.40' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.