commit: b0f115a58930207646b3bb53dcc1a314cb184d17
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 03:31:39 2019 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 03:31:50 2019 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b0f115a5
Updates for portage-2.3.69 release
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
RELEASE-NOTES | 10 ++++++++++
setup.py | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 8cec50a3c..82768bebc 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,16 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.69
+==================================
+* Bug Fixes:
+ - Bug 642604 handle empty EPREFIX, ROOT, SYSROOT, etc settings
+ - Bug 680810 ebuild.sh: suppress export error messages for eix-update
+ - Bug 689072 default repo.conf sync-openpgp-keyserver to
+ hkps://keys.gentoo.org in order to prevent key poisoning
+ - Bug 689506 default repos.conf sync-webrsync-verify-signature
+
+
portage-2.3.68
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index b9f674d7b..69e90a68d 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.68',
+ version = '2.3.69',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',