summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',