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