summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2018-01-29 22:10:49 -0800
committerZac Medico <zmedico@gentoo.org>2018-01-29 22:10:58 -0800
commit90c230e11567f87a9b8d4d3e3b2b550436c831a2 (patch)
tree2536c89df3ca51fa541c4bd544df284b12b31387
parentemerge: add --changed-deps-report option (bug 645780) (diff)
downloadportage-2.3.21.tar.gz
portage-2.3.21.tar.bz2
portage-2.3.21.zip
Updates for portage-2.3.21 releaseportage-2.3.21
-rw-r--r--RELEASE-NOTES9
-rwxr-xr-xsetup.py2
2 files changed, 10 insertions, 1 deletions
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 = 'dev-portage@gentoo.org',