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 915C7138010 for ; Mon, 15 Oct 2012 05:54:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FD15E0540; Mon, 15 Oct 2012 05:54:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A9FC6E0540 for ; Mon, 15 Oct 2012 05:54:20 +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 16A4F33D7D1 for ; Mon, 15 Oct 2012 05:54:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BB0FEE5441 for ; Mon, 15 Oct 2012 05:54:18 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1350279628.94ede0aaac0137e68f9511d97c44ddbf7c004cc8.robbat2@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: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 94ede0aaac0137e68f9511d97c44ddbf7c004cc8 X-VCS-Branch: master Date: Mon, 15 Oct 2012 05:54:18 +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: b99c720f-4152-4bd8-a5f1-aaaab6ce2bee X-Archives-Hash: dbf4cafc1259217380dd6a8e0ab2ae69 commit: 94ede0aaac0137e68f9511d97c44ddbf7c004cc8 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Oct 15 05:40:28 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Oct 15 05:40:28 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=94ede0aa Bump for 3.4.44.1 with bugfix-only. --- ChangeLog | 5 ++++- genkernel | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 51fdf00..992ab91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,10 @@ # - 2008-2012 Various authors (see AUTHORS) # Distributed under the GPL v2 # $Id$ - + + 15 Oct 2012; Robin H. Johnson genkernel: + Bump for 3.4.44.1 with bugfix-only. + 15 Oct 2012; Robin H. Johnson gen_compile.sh, gen_package.sh: Fix corner cases on OUTPUTDIR. diff --git a/genkernel b/genkernel index f4dd4d8..1796da3 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.44' +GK_V='3.4.44.1' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.