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-365747-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QlVmZ-0003UN-1P
	for garchives@archives.gentoo.org; Tue, 26 Jul 2011 00:45:59 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9D8BE21C027;
	Tue, 26 Jul 2011 00:45:49 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 67B0C21C027
	for <gentoo-commits@lists.gentoo.org>; Tue, 26 Jul 2011 00:45:49 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id E51801BC004
	for <gentoo-commits@lists.gentoo.org>; Tue, 26 Jul 2011 00:45:48 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id E2E118003D
	for <gentoo-commits@lists.gentoo.org>; Tue, 26 Jul 2011 00:45:47 +0000 (UTC)
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" <zmedico@gentoo.org>
Message-ID: <6d007e4571da8845d55ac25c372ea26e3dec34fb.zmedico@gentoo>
Subject: [gentoo-commits] proj/portage:master commit in: /
X-VCS-Repository: proj/portage
X-VCS-Files: NEWS
X-VCS-Directories: /
X-VCS-Committer: zmedico
X-VCS-Committer-Name: Zac Medico
X-VCS-Revision: 6d007e4571da8845d55ac25c372ea26e3dec34fb
Date: Tue, 26 Jul 2011 00:45:47 +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: 
X-Archives-Hash: c161804b9c4ae882b5a6e59e0f6b5061

commit:     6d007e4571da8845d55ac25c372ea26e3dec34fb
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 00:44:31 2011 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 00:44:31 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a=
=3Dcommit;h=3D6d007e45

NEWS: Add note about EAPI 3 in portage-2.1.7.17.

---
 NEWS |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 3091eea..af2863f 100644
--- a/NEWS
+++ b/NEWS
@@ -49,6 +49,12 @@ portage-2.1.8
   many smaller python modules, making the code easier to navigate and al=
lowing
   small parts of the portage api to be imported with less overhead.
=20
+portage-2.1.7.17
+-------------
+* Add support for EAPI 3. This adds support for installation prefix, inc=
luding
+  new EPREFIX, ED, and EROOT variables which are used by econf and einst=
all
+  helpers. Also, EAPI 3 adds xz extension support to the unpack helper.
+
 portage-2.1.7
 -------------
=20