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 4C31C13881C for ; Fri, 25 Sep 2015 00:23:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E87A21C008; Fri, 25 Sep 2015 00:23:42 +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 3DEA421C008 for ; Fri, 25 Sep 2015 00:23:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F21934073B for ; Fri, 25 Sep 2015 00:23:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCF78207 for ; Fri, 25 Sep 2015 00:23:38 +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: <1443137769.2a080903071be7b9dda2a25d1e08148afde7c4d3.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:master 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: 2a080903071be7b9dda2a25d1e08148afde7c4d3 X-VCS-Branch: master Date: Fri, 25 Sep 2015 00:23:38 +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: 2d1894e7-6193-483c-8aee-bbf588c089e4 X-Archives-Hash: ce1a0216c8d115c7c35f84d2727a103b commit: 2a080903071be7b9dda2a25d1e08148afde7c4d3 Author: Brian Dolbec gentoo org> AuthorDate: Thu Sep 24 23:36:09 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Sep 24 23:36:09 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2a080903 Updates for a release NEWS | 6 ++++++ RELEASE-NOTES | 11 +++++++++++ setup.py | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 10df908..1d1136f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ News (mainly features/major bug fixes) +portage-2.2.22 +------------- +* Stage 1 of the repoman re-write code merged in to master branch + This is the first release of the new code base. + + portage-2.2.19 ------------- * The squashdelta sync module was removed for separate installation diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e54892b..b26ba20 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,16 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-2.2.22 +================================== +* Bug Fixes: + - Bug 559636 repoman: ignore unadded files when possible + - Bug 510840 repoman: Remove profiles TODO comment + - Bug 561234 SyncManager.async: initialize attributes before fork + - Bug 561240 repository/config.py: Fix propogation of module_specific_options +* First release of the repoman re-write code (stage 1) + + portage-2.2.21 ================================== * Bug Fixes: @@ -28,6 +38,7 @@ portage-2.2.21 - Bug 560466 match_from_list: restrict =* to match only on version part boundaries * git sync: Respect PORTAGE_QUIET * several man page updates +* rsync: per repo repos.conf rsync options via the 'sync-rsync-extra-opts' option portage-2.2.20.1 diff --git a/setup.py b/setup.py index 3a1a321..ec43cfd 100755 --- a/setup.py +++ b/setup.py @@ -612,7 +612,7 @@ def get_manpages(): setup( name = 'portage', - version = '2.2.21', + version = '2.2.22', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',