commit: d32a4c1c24ff2de33b4ca8303eef4cd812d17834
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 3 03:26:49 2018 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Feb 3 03:27:10 2018 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d32a4c1c
Updates for portage-2.3.24 release
RELEASE-NOTES | 8 ++++++++
setup.py | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 27f9a1381..593e67aaf 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,14 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.24
+==================================
+* Bug Fixes:
+ - Bug 645002 dep_zapdeps: sort by new_slot_count for DNF only
+ - Bug 645780 emerge: disable --changed-deps-report by default
+ - Bug 646458 emerge: enable --dynamic-deps=y by default once again
+
+
portage-2.3.23
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 67b983cdf..e3ca7f4c3 100755
--- a/setup.py
+++ b/setup.py
@@ -663,7 +663,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.23',
+ version = '2.3.24',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',