commit: 0e676fb7fddb63f7b5d407be7ec94b83a4e45dd6
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 03:42:17 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 03:46:13 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=0e676fb7
Updates for portage-2.3.12 release
RELEASE-NOTES | 10 ++++++++--
setup.py | 2 +-
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 749322aaa..417f5bcfd 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -4,8 +4,14 @@ Features/major bugfixes are listed in NEWS
portage-2.3.12
==================================
* Bug Fixes:
- - Bug 634210 optimize portdbapi performance to handle large numbers
- of repositories (Daniel Robbins)
+ - Bug 455232 fix ignored LDFLAGS check, enabled by adding
+ "-Wl,--defsym=__gentoo_check_ldflags__=0" to LDFLAGS
+ - Bug 630132 remove trailer when decompressing binary packages
+ - Bug 633842 PORTAGE_LOG_FILE KeyError
+ - Bug 634210 optimize portdbapi performance to handle large numbers of
+ repositories (Daniel Robbins)
+ - Bug 634378 use debugedit from rpm if necessary
+
portage-2.3.11
==================================
diff --git a/setup.py b/setup.py
index 256c5e354..baa8e1fef 100755
--- a/setup.py
+++ b/setup.py
@@ -659,7 +659,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.11',
+ version = '2.3.12',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',