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 088FA1387B1 for ; Mon, 21 Sep 2015 23:40:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E06E121C007; Mon, 21 Sep 2015 23:40:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C32B21C007 for ; Mon, 21 Sep 2015 23:40:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45E2034086E for ; Mon, 21 Sep 2015 23:40:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 861F91F6 for ; Mon, 21 Sep 2015 23:40:04 +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: <1442873470.0f7269a8abd84f5bdfee717c6e9f8c065357e20f.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: RELEASE-NOTES setup.py X-VCS-Directories: / X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 0f7269a8abd84f5bdfee717c6e9f8c065357e20f X-VCS-Branch: master Date: Mon, 21 Sep 2015 23:40:04 +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: b759e15e-924e-4d53-b750-db028bdda8ee X-Archives-Hash: 93931e6afa9ba7063858bb81a8203c25 commit: 0f7269a8abd84f5bdfee717c6e9f8c065357e20f Author: Brian Dolbec gentoo org> AuthorDate: Mon Sep 21 22:11:10 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Mon Sep 21 22:11:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=0f7269a8 Update version and RELEASE-NOTES for a release RELEASE-NOTES | 39 +++++++++++++++++++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 285f6d5..e54892b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,45 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-2.2.21 +================================== +* Bug Fixes: + - Bug 550006 quickpkg: support FEATURES=xattr + - Bug 550324 Fix missed rename of cleanconfig to cleanconfmem + - Bug 550898 rename ia to ia64 + - Bug 550886 enable absolute_import for Python 2 + - Bug 550906 handle submodule import in _LazyImportFrom._get_target + - Bug 552340 Redirect /dev/fd bash test to /dev/null + - Bug 554084 unpack: avoid useless chmods to improve speed + - Bug 554108 use mkdtemp to avoid cgroup interference + - Bug 554578 convert str to Atom for DbapiProvidesIndex + - Bug 554928 depgraph._want_update_pkg: handle _UNREACHABLE_DEPTH + - Bug 556172 slot_conflict_handler: suggest --verbose-conflicts + - Bug 556464 depgraph._select_files: use _iter_match_pkgs for tbz2 arguments + - Bug 555698 circular_dependency_handler: limit USE combination search + - Bug 556764 similar_name_search: used indexed repos where appropriate + - Bug 557426 sync repositories in parallel + - Bug 557962 Manifest.write: stable/predictable Manifest mtime for rsync + - Bug 558322 SyncRepos._sync: call postsync.d hooks earlier + - Bug 557192 egencache: stable use.local.desc mtime for rsync + - Bug 559044 emerge --search: fix duplication of results + - Bug 296085 RsyncSync: add sync-rsync-vcs-ignore option + - Bug 559122 sync: include metadata/layout.conf with profile submodule + - Bug 560466 match_from_list: restrict =* to match only on version part boundaries +* git sync: Respect PORTAGE_QUIET +* several man page updates + + +portage-2.2.20.1 +================================== +# Note this was a branch release based of the 2.2.20 release +# expressly for the new git based ebuild tree +* Bug Fixes: + - Bug 550324 Fix missed rename of cleanconfig to cleanconfmem + - included a few man page updates + - a couplerepoman changes for the new git based tree + + portage-2.2.20 ================================== * Bug Fixes: diff --git a/setup.py b/setup.py index b1e83b0..3a1a321 100755 --- a/setup.py +++ b/setup.py @@ -612,7 +612,7 @@ def get_manpages(): setup( name = 'portage', - version = '2.2.20', + version = '2.2.21', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',