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 6008E1395E2 for ; Tue, 6 Dec 2016 03:55:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94964E0CC2; Tue, 6 Dec 2016 03:54:33 +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 68514E0CC3 for ; Tue, 6 Dec 2016 03:54:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6FBA13415B6 for ; Tue, 6 Dec 2016 03:54:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 616B424B3 for ; Tue, 6 Dec 2016 03:54:30 +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: <1480970136.76700cee0a40758d1946896f62d3f8327a30ae80.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: repoman/ X-VCS-Repository: proj/portage X-VCS-Files: repoman/RELEASE-NOTES repoman/setup.py X-VCS-Directories: repoman/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 76700cee0a40758d1946896f62d3f8327a30ae80 X-VCS-Branch: master Date: Tue, 6 Dec 2016 03:54:30 +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: fa9832a1-3136-4f6b-8054-3a70e94507b7 X-Archives-Hash: 2a1b7d929bf14909d821d67db4ca8b0b commit: 76700cee0a40758d1946896f62d3f8327a30ae80 Author: Brian Dolbec gentoo org> AuthorDate: Mon Dec 5 19:33:35 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Mon Dec 5 20:35:36 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=76700cee repoman: Updates for a release repoman/RELEASE-NOTES | 15 +++++++++++++++ repoman/setup.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/repoman/RELEASE-NOTES b/repoman/RELEASE-NOTES index bf29686..756ca26 100644 --- a/repoman/RELEASE-NOTES +++ b/repoman/RELEASE-NOTES @@ -1,6 +1,21 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +repoman-2.3.1 +================================== +* Bug Fixes: + - Bug 586864 skip QA checks in manifest mode + - Bug 591184 fix erroneous LICENSE.syntax + - use https to fetch metadata.xsd + - update links to https + - Make LIVEVCS.* checks fatal + - fix _depend_checks baddepsyntax accounting + - Fix commitmessage assignment not being done + - Add cat/pkg: substtution in the commitsgfile text + - Disable SRC_URI.mirror warnings when there is only 1 mirror + - Fix version output string to say Repoman, fix live versioning, + add portage version to --version output. + repoman-2.3.0 ================================== * Bug Fixes: diff --git a/repoman/setup.py b/repoman/setup.py index 0d6d14f..dfa33fb 100755 --- a/repoman/setup.py +++ b/repoman/setup.py @@ -408,7 +408,7 @@ def get_manpages(): setup( name = 'repoman', - version = '2.3.0', + version = '2.3.1', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',