From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA8A5139694 for ; Wed, 1 Mar 2017 22:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A85621C03C; Wed, 1 Mar 2017 22:45:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B3EF21C03C for ; Wed, 1 Mar 2017 22:45:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBA6A3416DE for ; Wed, 1 Mar 2017 22:45:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A399591F for ; Wed, 1 Mar 2017 22:45:15 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1488407957.676190c08cde6887ac7d5d34eafaed7986292b93.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: RELEASE-NOTES setup.py X-VCS-Directories: / X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 676190c08cde6887ac7d5d34eafaed7986292b93 X-VCS-Branch: master Date: Wed, 1 Mar 2017 22:45:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 54c56c53-d693-40c5-8cea-4b57da446dd5 X-Archives-Hash: 5b537ff75430adc8f2b853951546cd09 commit: 676190c08cde6887ac7d5d34eafaed7986292b93 Author: Brian Dolbec gentoo org> AuthorDate: Wed Mar 1 22:38:56 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Wed Mar 1 22:39:17 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=676190c0 Portage: Updates for a release RELEASE-NOTES | 35 +++++++++++++++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 47f4fbaba..574441f9c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,41 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-2.3.4 +================================== +* Bug Fixes: + - Bug 575178 emaint typo fix + - Bug 602964 slot_conflict_handler: report packages that can't be rebuilt + - Bug 598080 LinkageMapELF: compute multilib category for preserved libs + - Bug 603826 binarytree._read_metadata: return empty strings for undefined values + - Bug 602854 depgraph: clarify "update has been skipped" message + - Bug 604164 portageq: allow disabling regex matching of maintainer emails + - Bug 554070 _dep_check_composite_db: select highest in slot conflict + - Bug 532100 env-update: call ldconfig if found in EROOT + - Bug 604474 bin/socks5-server.py: convert address from bytes to str + - Bug 583962 __multijob_init: work around Cygwin FIFO shortcoming + - Bug 400763 glsa-check: Apply list only affected versions + - Bug 606464 depgraph: fix 'SonameAtom' object is not subscriptable + - Bug 567478 emaint: exit with non-zero status code when module fails + - Bug 605612 Properly retrieve the count attribute and adjust logic to + properly support both GLSA formats + - Bug 606832 env-update: skip os.access call when ldconfig is None + - Bug 606588 action_sync: fix TypeError: 'int' object is not subscriptable + - Bug 607236 emerge: fix error handling for clean_logs + - Bug 582098 spawn: instantiate userpriv_groups before fork + - Bug 607418 Fix Python 3.6 "DeprecationWarning: invalid escape sequence" warnings + - Bug 607922 SyncManager: rename async method to sync_async + - Bug 608594 PopenProcess: suppress ResourceWarning subprocess "still running" + - Bug 610328 emerge: sync given repos even if auto-sync is false + - Bug 609462 compression_probe: support zstandard (zstd) decompression + - Bug 552814 repos.conf: rename sync-depth option to clone-depth + - Bug 544440 etc-update: fix hang when using_editor is set + - Bug 610670 grabfile_package: support -* in profile "packages" files + - Bug 610708 GitSync: fix spurious "sync-depth is deprecated" messages + - Bug 567478, 576282, 601054 sync.py: validate repos in _get_repos() + - Bug 610852 sync.py: recognize repo aliases when updating repositories + + portage-2.3.3 ================================== * Bug Fixes: diff --git a/setup.py b/setup.py index 2e86855c1..a346bd419 100755 --- a/setup.py +++ b/setup.py @@ -646,7 +646,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '2.3.3', + version = '2.3.4', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',