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 6B523138334 for ; Fri, 6 Dec 2019 07:55:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD9EBE070D; Fri, 6 Dec 2019 07:55:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 91B16E070D for ; Fri, 6 Dec 2019 07:55:50 +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 A951934D830 for ; Fri, 6 Dec 2019 07:55:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF1B08AD for ; Fri, 6 Dec 2019 07:55:47 +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: <1575617764.a1bdfbffd155baa4b946d2ce52ffb2021f903b23.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: repoman/ X-VCS-Repository: proj/portage X-VCS-Files: repoman/RELEASE-NOTES repoman/setup.py X-VCS-Directories: repoman/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: a1bdfbffd155baa4b946d2ce52ffb2021f903b23 X-VCS-Branch: master Date: Fri, 6 Dec 2019 07:55:47 +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: 6ee68737-d6c1-4ecd-a07b-92f8095bec85 X-Archives-Hash: f2cdedfafd6da7ef173b32ed0c1dd99a commit: a1bdfbffd155baa4b946d2ce52ffb2021f903b23 Author: Zac Medico gentoo org> AuthorDate: Fri Dec 6 07:35:57 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Dec 6 07:36:04 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=a1bdfbff repoman-2.3.20 Signed-off-by: Zac Medico gentoo.org> repoman/RELEASE-NOTES | 7 +++++++ repoman/setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/repoman/RELEASE-NOTES b/repoman/RELEASE-NOTES index eaba6a1d7..849cf6a42 100644 --- a/repoman/RELEASE-NOTES +++ b/repoman/RELEASE-NOTES @@ -1,6 +1,13 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +repoman-2.3.20 +================================== +* Bug Fixes: + - Bug 541076 repoman commit: ignore unadded hidden files + - Bug 702100 repoman: support profiles/package.deprecated + + repoman-2.3.19 ================================== * Bug Fixes: diff --git a/repoman/setup.py b/repoman/setup.py index c265dbe75..d8cf68a99 100755 --- a/repoman/setup.py +++ b/repoman/setup.py @@ -450,7 +450,7 @@ def get_manpages(): setup( name = 'repoman', - version = '2.3.19', + version = '2.3.20', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',