commit: 52681b48125abb38cc2f16e52ece2955c24682d1
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 12 01:29:35 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Apr 12 01:29:44 2020 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=52681b48
Updates for portage-2.3.99 release
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
RELEASE-NOTES | 6 ++++++
setup.py | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index f3dc78ef9..b09808926 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,12 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.99
+==================================
+* Bug Fixes:
+ - Bug 717140 dev-libs/libgit2 upgrade/downgrade loop triggered by
+ dev-libs/libgit2-glib dependency on <dev-libs/libgit2-1:0=[ssh]
+
portage-2.3.98
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index b64646b15..ed616f732 100755
--- a/setup.py
+++ b/setup.py
@@ -657,7 +657,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.98',
+ version = '2.3.99',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',