diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-04-15 19:33:49 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-04-15 19:34:04 -0700 |
commit | d94f4b3ba75519f6de87131786fff54852933052 (patch) | |
tree | 5302761875cc2c32394a3e78cc8f2d9370814dc3 | |
parent | AsyncioEventLoop: enable SIGINT in exception handler (bug 672540) (diff) | |
download | portage-2.3.63.tar.gz portage-2.3.63.tar.bz2 portage-2.3.63.zip |
Updates for portage-2.3.63 releaseportage-2.3.63
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r-- | RELEASE-NOTES | 10 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 11 insertions, 1 deletions
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: @@ -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 = 'dev-portage@gentoo.org', |