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 A00431381F4 for ; Tue, 14 Aug 2012 14:39:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DD09E0743; Tue, 14 Aug 2012 14:39:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 65CDAE0743 for ; Tue, 14 Aug 2012 14:39:12 +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 C4A4A1B4024 for ; Tue, 14 Aug 2012 14:39:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 81461E543A for ; Tue, 14 Aug 2012 14:39:10 +0000 (UTC) From: "Richard Yao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Yao" Message-ID: <1344954948.1cfe39d77dd74c45e310afdd340b3ebaca37dcf1.ryao@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: ryao X-VCS-Committer-Name: Richard Yao X-VCS-Revision: 1cfe39d77dd74c45e310afdd340b3ebaca37dcf1 X-VCS-Branch: master Date: Tue, 14 Aug 2012 14:39:10 +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: 809d1bd8-591d-464d-b4ac-535237863586 X-Archives-Hash: 5cc339e26300b4978f2a36e7266572d0 commit: 1cfe39d77dd74c45e310afdd340b3ebaca37dcf1 Author: Richard Yao cs stonybrook edu> AuthorDate: Tue Aug 14 14:35:48 2012 +0000 Commit: Richard Yao gentoo org> CommitDate: Tue Aug 14 14:35:48 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=1cfe39d7 Bump version to 3.4.41 --- ChangeLog | 3 +++ genkernel | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0e32e8d..dde71f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ # Distributed under the GPL v2 # $Id$ + 14 Aug 2012; Richard Yao genkernel: + Bump version to 3.4.41 + 12 Aug 2012; Sebastian Pipping +defaults/software.sh, genkernel.conf: Move software version defaults for defaults/software.sh to ease the diff --git a/genkernel b/genkernel index 7584ad9..b0d6055 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.40' +GK_V='3.4.41' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.