summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2020-08-30 23:46:24 -0700
committerZac Medico <zmedico@gentoo.org>2020-08-30 23:48:17 -0700
commit5c7222dab4d262754ac282ead8d88dd5b83505b6 (patch)
tree46fc94d63e5f2d5b3d80cc950d6bc43aedd5e345
parentUse cached portage.getpid() function (bug 739540) (diff)
downloadportage-3.0.5.tar.gz
portage-3.0.5.tar.bz2
portage-3.0.5.zip
Updates for portage-3.0.5 releaseportage-3.0.5
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--RELEASE-NOTES8
-rwxr-xr-xsetup.py2
2 files changed, 9 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 1e2239007..9279b11ef 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,14 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-3.0.5
+==================================
+* Bug Fixes:
+ - Bug 439688 dephgraph: Allow elimination of highest version after
+ slot conflict, which prevents unecessary rebuilds for dev-lang/go
+ after backtracking for a missed update
+ - Bug 739540 Use cached portage.getpid() function to avoid syscalls
+
portage-3.0.4
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index b9b956523..d1e25bd6f 100755
--- a/setup.py
+++ b/setup.py
@@ -655,7 +655,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '3.0.4',
+ version = '3.0.5',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-portage@gentoo.org',