commit: c352c8742ae24e09b2b513aa4f168b44e4eabeb9
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 28 06:58:17 2018 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Jul 28 06:58:17 2018 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c352c874
Updates for portage-2.3.44 release
RELEASE-NOTES | 9 +++++++++
setup.py | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 79d27ef1a..b03d0ae3f 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,15 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.44
+==================================
+* Bug Fixes:
+ - Bug 630292 parallel pngfix
+ - Bug 661834 rsync: fix _commit_download to drop privileges
+ - Bug 661838 webrsync: support sync-openpgp-key-path
+ - Bug 661906 git: fix key refresh failure to trigger abort
+
+
portage-2.3.43
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index b45a29628..52cda62d0 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.43',
+ version = '2.3.44',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',