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 0FE2D1382C5 for ; Sat, 27 Feb 2021 08:16:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F9C7E08EF; Sat, 27 Feb 2021 08:16:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4A55AE08EF for ; Sat, 27 Feb 2021 08:16:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2D86E340E71 for ; Sat, 27 Feb 2021 08:16:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EF7653 for ; Sat, 27 Feb 2021 08:16:29 +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: <1614413229.6832c716526c369b846745537851e0a18aa2a457.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: 6832c716526c369b846745537851e0a18aa2a457 X-VCS-Branch: master Date: Sat, 27 Feb 2021 08:16:29 +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: 59ab48b3-f7cb-4234-942c-a696a0ae566c X-Archives-Hash: f9ffd53cd6932436d91f2b1a9da99320 commit: 6832c716526c369b846745537851e0a18aa2a457 Author: Zac Medico gentoo org> AuthorDate: Sat Feb 27 08:06:58 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Feb 27 08:07:09 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=6832c716 Updates for portage-3.0.16 release Signed-off-by: Zac Medico gentoo.org> NEWS | 3 +++ RELEASE-NOTES | 9 +++++++++ setup.py | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 99839807c..84299e0a2 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ News (mainly features/major bug fixes) +portage-3.0.16 +-------------- +* emirrordist supports the content-hash distfiles mirror layout. portage-3.0.15 -------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ced60eec2..87af750dd 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,15 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-3.0.16 +================================== +* Bug Fixes: + - Bug 721680 Add emirrordist shelve dump/restore + - Bug 749333 PORTAGE_REPOSITORIES: don't override repos with aliases + - Bug 756778 emirrordist --content-db for content-hash layout support + - Bug 772785 don't enable binpkg-multi-instance for existing installs + - Bug 772806 prevent infinite loop after empty os.path.dirname result + portage-3.0.15 ================================== * Bug Fixes: diff --git a/setup.py b/setup.py index 2617c10ad..96d9932e0 100755 --- a/setup.py +++ b/setup.py @@ -655,7 +655,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '3.0.15', + version = '3.0.16', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',