commit: 90c230e11567f87a9b8d4d3e3b2b550436c831a2
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 06:10:49 2018 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 06:10:58 2018 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=90c230e1
Updates for portage-2.3.21 release
RELEASE-NOTES | 9 +++++++++
setup.py | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index d19a8c7bb..4ea143c7b 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.21
+==================================
+* Bug Fixes:
+ - Bug 612972 fix global scope DISTDIR setting to be consistent
+ - Bug 645416 dep_zapdeps: fix virtual/rust handling
+ - Bug 645780 add --changed-deps-report option
+* Rync tree verification with gemato and gentoo-keys
+
+
portage-2.3.20
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 59012a061..ee60f8465 100755
--- a/setup.py
+++ b/setup.py
@@ -663,7 +663,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.20',
+ version = '2.3.21',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',