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 20D44138334 for ; Mon, 1 Apr 2019 01:51:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00854E088A; Mon, 1 Apr 2019 01:51:26 +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 CA620E088A for ; Mon, 1 Apr 2019 01:51:25 +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 EF59E335D1F for ; Mon, 1 Apr 2019 01:51:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 450974F6 for ; Mon, 1 Apr 2019 01:51:22 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1554083002.7e1e18aeb7e6ab7528dbe09af73c6922cceee091.vdupras@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: / X-VCS-Repository: proj/gentoolkit X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 7e1e18aeb7e6ab7528dbe09af73c6922cceee091 X-VCS-Branch: master Date: Mon, 1 Apr 2019 01:51:22 +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: 9ff33ee7-791b-4947-a37a-3ea19f463e3c X-Archives-Hash: 424d664aff1f43afdac7cef4f8c14b35 commit: 7e1e18aeb7e6ab7528dbe09af73c6922cceee091 Author: Virgil Dupras gentoo org> AuthorDate: Mon Apr 1 01:42:44 2019 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Mon Apr 1 01:43:22 2019 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=7e1e18ae Updated NEWS for v0.4.{1,2,3} Signed-off-by: Virgil Dupras gentoo.org> NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NEWS b/NEWS index 9309ab8..7eacb10 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,22 @@ News (new features/major bug fixes) +gentoolkit-0.4.3 +---------------- + * epkginfo: Add 'reverse' display option for equery + * Speed up "equery depends" by a great deal + * Fix broken test suite and add new tests + * Add tox config + +gentoolkit-0.4.2 +---------------- + * Improve keyword grouping and sorting in eshowkw + * Bug fixes in eshowkw + +gentoolkit-0.4.1 +---------------- + * ekeyword: Support sorting keywords without additional changes + * Bug fixes in revdep_rebuild, equery, eclean + gentoolkit-0.4.0 ---------------- * Merge ekeyword, ebump, imlate tools from gentoolkit-dev