commit:     8c779546ab998932016e669f614e3da199a8db3b
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 22:45:54 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 05:21:54 2020 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=8c779546

Updates for portage-3.0.8 release

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

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

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index a594d7d4f..efcba5808 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,17 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-3.0.8
+==================================
+* Bug Fixes:
+    - Bug 404157 emerge: --keep-going support pkg_pretend failures
+    - Bug 644246 Add mercurial sync support
+    - Bug 710432 emerge: Enable parallel-fetch during pkg_pretend
+    - Bug 743115 emerge: Fix slot conflict backtracking to group similar
+      missed updates into a single backtracking try
+    - Bug 743631 emerge: Fix slot conflict backtracking to prefer
+      choices that satisfy all dependencies
+
 portage-3.0.7
 ==================================
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index 681fed079..1efe8c65b 100755
--- a/setup.py
+++ b/setup.py
@@ -655,7 +655,7 @@ class build_ext(_build_ext):
 
 setup(
        name = 'portage',
-       version = '3.0.7',
+       version = '3.0.8',
        url = 'https://wiki.gentoo.org/wiki/Project:Portage',
        author = 'Gentoo Portage Development Team',
        author_email = '[email protected]',

Reply via email to