aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2018-05-01 19:03:12 -0700
committerZac Medico <zmedico@gentoo.org>2018-05-01 19:31:37 -0700
commitbdc8a7bf8bcb7facf8b1a1dd5f338d6717c52f89 (patch)
tree147ecd97a3e7fbfbe1e7e68499916e1fec0dd178
parentsetup.py: fix sdist bztar format default for python3.6 (diff)
downloadportage-bdc8a7bf.tar.gz
portage-bdc8a7bf.tar.bz2
portage-bdc8a7bf.zip
Updates for portage-2.3.33 releaseportage-2.3.33
-rw-r--r--RELEASE-NOTES7
-rwxr-xr-xsetup.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 45a7df50b..f89b02991 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,13 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.33
+==================================
+* Bug Fixes:
+ - Bug 317337 fix best/has_version -b for cross-prefix
+ - Bug 654456 allow empty BINPKG_COMPRESS to disable compression
+
+
portage-2.3.32
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 86fd62470..d09ca1690 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.32',
+ version = '2.3.33',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-portage@gentoo.org',