commit: 6d7651b429956d91ee26b251cb7cbd983e4afd20
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 1 22:38:35 2017 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed Mar 1 22:39:17 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=6d7651b4
repoman: Updates for a release
repoman/RELEASE-NOTES | 18 ++++++++++++++++++
repoman/setup.py | 2 +-
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/repoman/RELEASE-NOTES b/repoman/RELEASE-NOTES
index c02e17fac..96d7b2288 100644
--- a/repoman/RELEASE-NOTES
+++ b/repoman/RELEASE-NOTES
@@ -1,6 +1,24 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+repoman-2.3.2
+==================================
+* Bug Fixes:
+ - Bug 544938 add dev-qt/linguist-tools to RDEPEND.suspect set
+ - Bug 602002 make unused local USE flags an error
+ - Bug 533554 add HOMEPAGE.missingurischeme check
+ - Bug 610414 use regular expression to detect line continuations
+ - Bug 610954 Warn about stale CVS keywords in ebuild header
+ - Bug 611296 Don't update years in non-Gentoo copyright lines
+* Add virtual/linuxtv-dvb-headers to RDEPEND.suspect set
+* Add virtual/os-headers to RDEPEND.suspect set
+* Add gentoo to remote-id type
+* Define long for python3 Fixes: 006b168c1bb6
+* Commit footer improvements
+* Check for empty files in filesdir
+* Deprecate gpe.eclass, confutils.eclass
+
+
repoman-2.3.1
==================================
* Bug Fixes:
diff --git a/repoman/setup.py b/repoman/setup.py
index 1c148c634..aaf76eab1 100755
--- a/repoman/setup.py
+++ b/repoman/setup.py
@@ -447,7 +447,7 @@ def get_manpages():
setup(
name = 'repoman',
- version = '2.3.1',
+ version = '2.3.2',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',