From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26CA71395E2 for ; Mon, 5 Dec 2016 10:18:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54C1BE0D37; Mon, 5 Dec 2016 10:18:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FDACE0D37 for ; Mon, 5 Dec 2016 10:18:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F211341142 for ; Mon, 5 Dec 2016 10:18:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7EA81F2F for ; Mon, 5 Dec 2016 10:18:50 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1480932833.ece835ccecec103c9c5b2d2a4522ade345f31c41.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:portage-2.3.3 commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS RELEASE-NOTES setup.py X-VCS-Directories: / X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: ece835ccecec103c9c5b2d2a4522ade345f31c41 X-VCS-Branch: portage-2.3.3 Date: Mon, 5 Dec 2016 10:18:50 +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: e8723490-acd7-4881-87cd-56b97fa89e15 X-Archives-Hash: 5f79f62c9e4df8b3b4b6f5ad7f489a81 Message-ID: <20161205101850.Uxkb3VASKpXMEULUvTRuCaND2Nulyo5jVrEJofbVW28@z> commit: ece835ccecec103c9c5b2d2a4522ade345f31c41 Author: Brian Dolbec gentoo org> AuthorDate: Mon Dec 5 05:40:32 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Mon Dec 5 10:13:53 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ece835cc Updates for a release Signed-off-by: Brian Dolbec gentoo.org> NEWS | 10 ++++++++++ RELEASE-NOTES | 28 +++++++++++++++++++++++++++- setup.py | 2 +- 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index de4fb38..98f444d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,15 @@ News (mainly features/major bug fixes) +portage-2.3.3 +----------------- +* Reverted commits: + - Bug 552814 Revert "GitSync.update: respect sync-depth + (Shallow fetch is not a practical default at this time, + given performance issues introduced by `git update-index` + and `git prune` (see bug 599008). + ) + + portage-2.3.1 ----------------- * Support News-Item-Format 2.0 diff --git a/RELEASE-NOTES b/RELEASE-NOTES index cdb069a..47f4fba 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,7 +1,33 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS -portage-2.3.2 +portage-2.3.3 +================================== +* Bug Fixes: + - Bug 597752 _expand_new_virtuals: constrain output for dep_zapdeps + - Bug 599060 parse_metadata_use: apply English language preference + - Bug 599240 preserve-libs: handle manually removed libraries better + - Bug 600346 dep_zapdeps: make package selections internally consistent + - Bug 600128 repos.conf: support strict-misc-digests attribute + - Bug 600660 unpack: fix txz unpack support + - Bug 600804 _post_src_install_uid_fix: allow files with portage group + permissions + - Bug 601466 bin/ebuild: fix EBUILD_FORCE_TEST / RESTRICT interaction + - Bug 554070 depgraph: select highest version involved in slot conflict + - Bug 598116 _emerge/depgraph.py: Autounmask-write fails when there isn't + a file in package.*/ +* Reverted commits: + - Bug 597918 Revert "emerge-webrsync: use gkeys to verify OpenPGP signatures + (too soon, needs some additional gkeys work and release, + this code was not yet in a portage release) + - Bug 552814 Revert "GitSync.update: respect sync-depth + (Shallow fetch is not a practical default at this time, + given performance issues introduced by `git update-index` + and `git prune` (see bug 599008). + ) + + + portage-2.3.2 ================================== * Bug Fixes: - Bug 594822 GitSync.update: handle git rev-list failure diff --git a/setup.py b/setup.py index a8d51b3..2e86855 100755 --- a/setup.py +++ b/setup.py @@ -646,7 +646,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '2.3.2', + version = '2.3.3', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',