commit:     b55ec19cd72f3d70d04f340ce583439125b9cd0e
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 23 06:47:01 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 06:48:22 2020 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=b55ec19c

Updates for portage-2.3.85 release

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

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

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index f1c748e3c..b07febc36 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.85
+==================================
+* Bug Fixes:
+    - Bug 615594 dosym: revert deprecated prefix compat
+    - Bug 704256 emerge-webrsync: chmod 755 temp dir
+    - Bug 704320 Add QA check for unresolved soname dependencies
+    - Bug 704848 doebuild: export SANDBOX_LOG=${T}/sandbox.log
+    - Bug 705986 solve pypy / pypy-exe dependency cycle
+
 portage-2.3.84
 ==================================
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index 96bdf28e9..9cba3834e 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
 
 setup(
        name = 'portage',
-       version = '2.3.84',
+       version = '2.3.85',
        url = 'https://wiki.gentoo.org/wiki/Project:Portage',
        author = 'Gentoo Portage Development Team',
        author_email = 'dev-port...@gentoo.org',

Reply via email to