commit: 76700cee0a40758d1946896f62d3f8327a30ae80 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Mon Dec 5 19:33:35 2016 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> 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-port...@gentoo.org',