From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-commits+bounces-437874-garchives=archives.gentoo.org@lists.gentoo.org>) id 1S6Tp5-0000VI-Rp for garchives@archives.gentoo.org; Sat, 10 Mar 2012 21:27:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7077EE0683; Sat, 10 Mar 2012 21:27:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3B07DE0683 for <gentoo-commits@lists.gentoo.org>; Sat, 10 Mar 2012 21:27:19 +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 77E191B400B for <gentoo-commits@lists.gentoo.org>; Sat, 10 Mar 2012 21:27:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 40092E5428 for <gentoo-commits@lists.gentoo.org>; Sat, 10 Mar 2012 21:27:17 +0000 (UTC) From: "Robin H. Johnson" <robbat2@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" <robbat2@gentoo.org> Message-ID: <1331414713.b1ae7fa765570390216dccbcf78cbe5c3827cf97.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: b1ae7fa765570390216dccbcf78cbe5c3827cf97 X-VCS-Branch: master Date: Sat, 10 Mar 2012 21:27:17 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f7645b98-174c-4065-8665-1ce0c4141677 X-Archives-Hash: fab1f6592880db064e67a2c086cab0ab commit: b1ae7fa765570390216dccbcf78cbe5c3827cf97 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Sat Mar 10 21:25:13 2012 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Sat Mar 10 21:25:13 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3Db1ae7fa7 Bump version for release. Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> --- ChangeLog | 5 ++++- genkernel | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 73f8a9a..9e92448 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,10 @@ # - 2008-2011 Various authors (see AUTHORS) # Distributed under the GPL v2 # $Id$ - =20 + + 10 Mar 2012; Robin H. Johnson <robbat2@gentoo.org> genkernel: + Bump version for release. + 25 Feb 2012; Sebastian Pipping <sping@gentoo.org> arch/x86/modules_loa= d, arch/x86_64/modules_load, defaults/modules_load: Make sure the sha256 module makes it into the initramfs (bug #405495). diff --git a/genkernel b/genkernel index 5883b5d..4f24c4b 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ =20 PATH=3D"${PATH}:/sbin:/usr/sbin" -GK_V=3D'3.4.24' +GK_V=3D'3.4.25' =20 # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.