commit:     5c7222dab4d262754ac282ead8d88dd5b83505b6
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 06:46:24 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 06:48:17 2020 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=5c7222da

Updates for portage-3.0.5 release

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

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

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

Reply via email to