commit: 9f4bd7f3a37600687438c13e728071975a3f6756
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 1 20:57:40 2019 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Sep 1 20:57:51 2019 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=9f4bd7f3
Updates for portage-2.3.75 release
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
RELEASE-NOTES | 9 +++++++++
setup.py | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 5282d55a6..24f824054 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,15 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.75
+==================================
+* Bug Fixes:
+ - Bug 235970 glsa-check: add --reverse option
+ - Bug 692134 glsa-check: fix truncated CVE ids in listmode
+ - Bug 692746 missed virtual/libmysqlclient update
+ - Bug 693242 premature backtracking termination
+
+
portage-2.3.74
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index c13edd791..380ea7341 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.74',
+ version = '2.3.75',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',