summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--RELEASE-NOTES17
-rwxr-xr-xsetup.py2
3 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index eced7bf58..a568ae00c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
News (mainly features/major bug fixes)
+portage-2.3.20
+----------------
+* Support RESTRICT=network-sandbox in ebuilds.
+
portage-2.3.17
----------------
* The doins ebuild helper has been rewritten in python for performance, and
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 59a1be012..d19a8c7bb 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,23 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.20
+==================================
+* Bug Fixes:
+ - Bug 642672 fix preserve-libs for symlinks to other dirs
+ - Bug 642632 doins: implement install -p option
+ - Bug 643974 prefer || dep choices that install a new package in order
+ to allow upgrade of another package
+ - Bug 645002 fix perl-cleaner || dep handling for catalyst stage1
+ - Bug 645190 fix dev-manager || dep handling for catalyst stage1
+* The emerge --dynamic-deps option is now disabled by default. Any problems
+ that this may case can be avoided by adding either --dynamic-deps=y or
+ --changed-deps=y to the emerge options. Refer to `man emerge` for details
+ about these options.
+* Repository metadata/layout.conf default "manifest-hashes = BLAKE2B SHA512"
+ setting, consistent with gentoo repository.
+
+
portage-2.3.19
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 39b9a0640..59012a061 100755
--- a/setup.py
+++ b/setup.py
@@ -663,7 +663,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.19',
+ version = '2.3.20',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-portage@gentoo.org',