commit: d94f4b3ba75519f6de87131786fff54852933052
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 02:33:49 2019 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 02:34:04 2019 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d94f4b3b
Updates for portage-2.3.63 release
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
RELEASE-NOTES | 10 ++++++++++
setup.py | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index b817561ef..d1767888f 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,16 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.63
+==================================
+* Bug Fixes:
+ - Bug 672540 enable SIGINT in emerge exception handler
+ - Bug 674932 document BDEPEND in ebuild(5) man page
+ - Bug 680810 optimize bash IUSE checks by not using regexp
+ - Bug 680908 repos.conf: add sync-openpgp-keyserver option
+ - Bug 683040 fix distcc/network-sandbox-proxy socket permission
+
+
portage-2.3.62
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 1fbbffd5e..70df333f8 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.62',
+ version = '2.3.63',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',