summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE-NOTES7
-rwxr-xr-xsetup.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 68964120c..816e4750f 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,13 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.94
+==================================
+* Bug Fixes:
+ - Bug 692492 secure ebuild ${D} permissions
+ - Bug 710444 omit zstd --long=31 for decompress on 32-bit arch
+ - Bug 712298 respect emerge --deep=<depth> with --update
+
portage-2.3.93
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index ce4deff1d..492dd4ab3 100755
--- a/setup.py
+++ b/setup.py
@@ -657,7 +657,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.93',
+ version = '2.3.94',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-portage@gentoo.org',