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 6193C1382C5 for ; Mon, 25 May 2020 00:24:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FCDDE08F4; Mon, 25 May 2020 00:24:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79784E08F4 for ; Mon, 25 May 2020 00:24:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3BC0B34EFB8 for ; Mon, 25 May 2020 00:24:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 340CA242 for ; Mon, 25 May 2020 00:24:30 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1590365444.fca63726444590cd77bfc40a3dedf19e27068410.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS RELEASE-NOTES setup.py X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: fca63726444590cd77bfc40a3dedf19e27068410 X-VCS-Branch: master Date: Mon, 25 May 2020 00:24:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d8377cc3-a6aa-4e5b-94d4-69fae229fe32 X-Archives-Hash: 04ba58855848b18da0ff1a3ff35da9fc commit: fca63726444590cd77bfc40a3dedf19e27068410 Author: Zac Medico gentoo org> AuthorDate: Mon May 25 00:10:35 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon May 25 00:10:44 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=fca63726 Updates for portage-2.3.100 release Signed-off-by: Zac Medico gentoo.org> NEWS | 5 +++++ RELEASE-NOTES | 9 +++++++++ setup.py | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ac11504b1..4392f4c44 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ News (mainly features/major bug fixes) +portage-2.3.100 +-------------- +* New BINPKG_COMPRESS=zstd default (does not apply to installed systems + using the old bzip2 default). + portage-2.3.97 -------------- * Support for the PORTAGE_LOG_FILTER_FILE_CMD variable has been diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b09808926..cf4a04c29 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.100 +================================== +* Bug Fixes: + - Bug 715108 Change default BINPKG_COMPRESS to zstd + - Bug 719456 Add dependency on app-arch/zstd + - Bug 720866 Do not set PKG_CONFIG_PATH + - Bug 721402 Hostname UnicodeEncodeError surrogates not allowed + - Bug 721516 Suppress precompressed QA notice for docompress -x + portage-2.3.99 ================================== * Bug Fixes: diff --git a/setup.py b/setup.py index ed616f732..7d8cdcd04 100755 --- a/setup.py +++ b/setup.py @@ -657,7 +657,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '2.3.99', + version = '2.3.100', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',