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 6D9AA138334 for ; Sat, 22 Sep 2018 09:44:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 947A3E08A2; Sat, 22 Sep 2018 09:44:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6A0F1E08A2 for ; Sat, 22 Sep 2018 09:44:54 +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 8F1D3335CF2 for ; Sat, 22 Sep 2018 09:44:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 939A73E0 for ; Sat, 22 Sep 2018 09:44:49 +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: <1537607299.b84246ed16c7a2fe96075f456f64839d0536ae8f.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: b84246ed16c7a2fe96075f456f64839d0536ae8f X-VCS-Branch: master Date: Sat, 22 Sep 2018 09:44:49 +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: 4905bb9b-d3e8-4c80-aa59-92876733889e X-Archives-Hash: 42cc56875c4eb9f185dead9248bd5daf commit: b84246ed16c7a2fe96075f456f64839d0536ae8f Author: Zac Medico gentoo org> AuthorDate: Sat Sep 22 09:08:19 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Sep 22 09:08:19 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b84246ed repoman: Update for a repoman-2.3.11 release repoman/RELEASE-NOTES | 11 +++++++++++ repoman/setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/repoman/RELEASE-NOTES b/repoman/RELEASE-NOTES index 47efd34bb..920174ecf 100644 --- a/repoman/RELEASE-NOTES +++ b/repoman/RELEASE-NOTES @@ -1,6 +1,17 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +repoman-2.3.11 +================================== +* Bug Fixes: + - Bug 666330 support new 'Gentoo Authors' copyright policy and + automatically apply the new policy when updating copyright headers. + Earlier versions of repoman will report an ebuild.badheader warning + for the new copyright headers. Users of earlier versions of repoman + should be advised to simply ignore the ebuild.badheader warning, or + else upgrade to the latest version of repoman. + + repoman-2.3.10 ================================== * Bug Fixes: diff --git a/repoman/setup.py b/repoman/setup.py index 23b106807..a18d6d0e3 100755 --- a/repoman/setup.py +++ b/repoman/setup.py @@ -450,7 +450,7 @@ def get_manpages(): setup( name = 'repoman', - version = '2.3.10', + version = '2.3.11', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',