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 6CF1F1381F3 for ; Mon, 5 Nov 2012 18:32:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1C82E0574; Mon, 5 Nov 2012 18:30:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CCD07E055E for ; Mon, 5 Nov 2012 18:30:30 +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 2293633D8AC for ; Mon, 5 Nov 2012 18:30:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8D4E1E5458 for ; Mon, 5 Nov 2012 18:30:27 +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: <1350231915.457cc95b07fc706f12bdd9adf6b862ce64361448.ryao@gentoo> Subject: [gentoo-commits] proj/genkernel:ryao 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: 457cc95b07fc706f12bdd9adf6b862ce64361448 X-VCS-Branch: ryao Date: Mon, 5 Nov 2012 18:30: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: cf0b5811-ceac-4ca4-bd31-c9471f7e3375 X-Archives-Hash: 217c3b1e6bbd22414055ef8cac11d030 commit: 457cc95b07fc706f12bdd9adf6b862ce64361448 Author: Sebastian Pipping pipping org> AuthorDate: Sun Oct 14 16:25:15 2012 +0000 Commit: Richard Yao gentoo org> CommitDate: Sun Oct 14 16:25:15 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=457cc95b Bump version to 3.4.44 --- ChangeLog | 3 +++ genkernel | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 85749dd..890050f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ # Distributed under the GPL v2 # $Id$ + 14 Oct 2012; Sebastian Pipping genkernel: + Bump version to 3.4.44 + 14 Oct 2012; Robin H. Johnson gen_cmdline.sh, gen_configkernel.sh, gen_determineargs.sh: Bug #432956: Easy to include VirtIO support in kernel. diff --git a/genkernel b/genkernel index 1630cd6..f4dd4d8 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.43' +GK_V='3.4.44' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.