commit:     568f762c56da834194d08e31b5935fb5b59ae747
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 15 01:16:16 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Mar 15 01:16:32 2020 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=568f762c

Updates for portage-2.3.94 release

Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 RELEASE-NOTES | 7 +++++++
 setup.py      | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

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 = '[email protected]',

Reply via email to