summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2020-03-14 18:16:16 -0700
committerZac Medico <zmedico@gentoo.org>2020-03-14 18:16:32 -0700
commit568f762c56da834194d08e31b5935fb5b59ae747 (patch)
tree5792428498901b912c3893cecc448219ba7f7f69
parent_prepare_workdir: apply PORTAGE_WORKDIR_MODE to PORTAGE_BUILDDIR (bug 692492) (diff)
downloadportage-568f762c56da834194d08e31b5935fb5b59ae747.tar.gz
portage-568f762c56da834194d08e31b5935fb5b59ae747.tar.bz2
portage-568f762c56da834194d08e31b5935fb5b59ae747.zip
Updates for portage-2.3.94 releaseportage-2.3.94
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-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',