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 ) id 1Rj3QS-0000S3-Nu for garchives@archives.gentoo.org; Fri, 06 Jan 2012 06:37:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 272D521C068; Fri, 6 Jan 2012 06:37:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E921321C09B for ; Fri, 6 Jan 2012 06:37:06 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D7811B4017 for ; Fri, 6 Jan 2012 06:37:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D70F28004A for ; Fri, 6 Jan 2012 06:37:05 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <670d3338c0b5fbc717980e54923e2555a8732bdf.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: 670d3338c0b5fbc717980e54923e2555a8732bdf Date: Fri, 6 Jan 2012 06:37:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f7b6ccd0-52f9-401c-9f9f-406f47c8a2be X-Archives-Hash: 58e8d385be8a069dc21fc844af18cacc commit: 670d3338c0b5fbc717980e54923e2555a8732bdf Author: Robin H. Johnson gentoo org> AuthorDate: Fri Jan 6 06:36:53 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Jan 6 06:36:53 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3D670d3338 Bump to 3.4.22 to reflect /usr mount support. Signed-off-by: Robin H. Johnson gentoo.org> --- ChangeLog | 3 +++ genkernel | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 01598db..ec025d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ # Distributed under the GPL v2 # $Id$ =20 + 06 Jan 2012; Robin H. Johnson genkernel: + Bump to 3.4.22 to reflect /usr mount support. + 06 Jan 2012; Robin H. Johnson defaults/initrd.scr= ipts, defaults/linuxrc: Code to mount /usr and other filesystems as needed for new udev and sy= stemd. diff --git a/genkernel b/genkernel index 400b17d..9f9f71b 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ =20 PATH=3D"${PATH}:/sbin:/usr/sbin" -GK_V=3D'3.4.21.2' +GK_V=3D'3.4.22' =20 # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.