commit: 9ce78a6455cda58646694a61a287bf6f33704676
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 27 04:05:37 2019 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Nov 27 04:05:51 2019 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=9ce78a64
repoman: Update for a repoman-2.3.19 release
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
repoman/RELEASE-NOTES | 7 +++++++
repoman/setup.py | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/repoman/RELEASE-NOTES b/repoman/RELEASE-NOTES
index dd6b1c6ac..eaba6a1d7 100644
--- a/repoman/RELEASE-NOTES
+++ b/repoman/RELEASE-NOTES
@@ -1,6 +1,13 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+repoman-2.3.19
+==================================
+* Bug Fixes:
+ - Bug 667432 Rename DCO_SIGNED_OFF_BY config variable to SIGNED_OFF_BY.
+ - Bug 700456 Add --include-profiles=PROFILES
+
+
repoman-2.3.18
==================================
* Bug Fixes:
diff --git a/repoman/setup.py b/repoman/setup.py
index fef1e9450..c265dbe75 100755
--- a/repoman/setup.py
+++ b/repoman/setup.py
@@ -450,7 +450,7 @@ def get_manpages():
setup(
name = 'repoman',
- version = '2.3.18',
+ version = '2.3.19',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',