aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2019-07-10 20:31:39 -0700
committerZac Medico <zmedico@gentoo.org>2019-07-10 20:31:50 -0700
commitb0f115a58930207646b3bb53dcc1a314cb184d17 (patch)
treed455ba437abd7118b16dc7b303080d43f9be4583
parentrepos.conf: default sync-webrsync-verify-signature (diff)
downloadgentoo-portage-b0f115a58930207646b3bb53dcc1a314cb184d17.tar.xz
gentoo-portage-b0f115a58930207646b3bb53dcc1a314cb184d17.zip
Updates for portage-2.3.69 releaseportage-2.3.69
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--RELEASE-NOTES10
-rwxr-xr-xsetup.py2
2 files changed, 11 insertions, 1 deletions
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 = 'dev-portage@gentoo.org',