summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2018-08-07 21:04:19 -0700
committerZac Medico <zmedico@gentoo.org>2018-08-07 21:04:19 -0700
commitc9cd57da216f21de49f8a57a4a692f8116d27ead (patch)
tree5e0129432d5895271893874fb44388124432fc47
parentbin/install-qa-check.d: add new 90bad-bin-group-write QA check. (diff)
downloadportage-c9cd57da216f21de49f8a57a4a692f8116d27ead.tar.gz
portage-c9cd57da216f21de49f8a57a4a692f8116d27ead.tar.bz2
portage-c9cd57da216f21de49f8a57a4a692f8116d27ead.zip
Updates for portage-2.3.45 releaseportage-2.3.45
-rw-r--r--RELEASE-NOTES11
-rwxr-xr-xsetup.py2
2 files changed, 12 insertions, 1 deletions
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 = 'dev-portage@gentoo.org',