summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE-NOTES9
-rwxr-xr-xsetup.py2
2 files changed, 10 insertions, 1 deletions
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-portage@gentoo.org',