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 4FFBD138350 for ; Wed, 19 Feb 2020 05:44:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76943E092F; Wed, 19 Feb 2020 05:44:48 +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 DA2BAE092F for ; Wed, 19 Feb 2020 05:44:46 +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 7BBC734ED12 for ; Wed, 19 Feb 2020 05:44:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F02B5129 for ; Wed, 19 Feb 2020 05:44:42 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1582091063.3f97d7a554f40882a1b58f6d89b78cb04e38c76c.mgorny@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: / X-VCS-Repository: proj/gentoolkit X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3f97d7a554f40882a1b58f6d89b78cb04e38c76c X-VCS-Branch: master Date: Wed, 19 Feb 2020 05:44:42 +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: 5021adec-e4cf-4fbf-a106-58a6035ab1de X-Archives-Hash: bd68758f90719f3ba5f80a0f1f6d59f3 commit: 3f97d7a554f40882a1b58f6d89b78cb04e38c76c Author: Michał Górny gentoo org> AuthorDate: Sun Jan 26 15:21:32 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 19 05:44:23 2020 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=3f97d7a5 Cherry-pick v0.4.7 Accidentally failed to push it to master. Signed-off-by: Michał Górny gentoo.org> NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index a2c73fa..fc6919f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ News (new features/major bug fixes) +gentoolkit-0.4.7 +---------------- + * eshowkw: Add alpha to ~arch-only arches + * Fixed deprecation warnings + gentoolkit-0.4.6 ---------------- * glsa-check moved to portage repository (bug 463952)