commit: c9cd57da216f21de49f8a57a4a692f8116d27ead
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 8 04:04:19 2018 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Aug 8 04:04:19 2018 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c9cd57da
Updates for portage-2.3.45 release
RELEASE-NOTES | 11 +++++++++++
setup.py | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index b03d0ae3f..bda514fdb 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,17 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.45
+==================================
+* Bug Fixes:
+ - Bug 373209 FEATURES=test/USE=test mapping via USE_ORDER
+ - Bug 629398 QA Notice for executables writable by non-root user
+ - Bug 634980 zstd --long=31 binary package decompression support
+ - Bug 662388 asyncio.create_subprocess_exec support for python2
+ - Bug 662668 emerge --keep-going AttributeError
+ - Bug 663022 FileNotFoundError with FEATURES=metadata-transfer
+
+
portage-2.3.44
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 52cda62d0..7cb4e2eb7 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.44',
+ version = '2.3.45',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',