summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE-NOTES10
-rwxr-xr-xsetup.py2
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 = 'dev-portage@gentoo.org',