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 2EB9F138359 for ; Thu, 17 Sep 2020 08:31:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33833E088C; Thu, 17 Sep 2020 08:31:25 +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 D8F2FE088C for ; Thu, 17 Sep 2020 08:31:24 +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 9A25533D3C2 for ; Thu, 17 Sep 2020 08:31:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A49A32C for ; Thu, 17 Sep 2020 08:31:22 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1600331463.c60df122475e7fa6b70deac800aecd182a80ad15.gyakovlev@gentoo> Subject: [gentoo-commits] proj/eselect-java:master commit in: / X-VCS-Repository: proj/eselect-java X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: c60df122475e7fa6b70deac800aecd182a80ad15 X-VCS-Branch: master Date: Thu, 17 Sep 2020 08:31: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: c4c46a4a-c245-4ab9-a494-3d9d5a087125 X-Archives-Hash: 35294405d5d1f71a1faf37e0af8f1200 commit: c60df122475e7fa6b70deac800aecd182a80ad15 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Sep 17 08:29:51 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Sep 17 08:31:03 2020 +0000 URL: https://gitweb.gentoo.org/proj/eselect-java.git/commit/?id=c60df122 NEWS: update Signed-off-by: Georgy Yakovlev gentoo.org> NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 6895cbc..a8e33f1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +0.4.2: + * Install more tool symlinks (#742335) + jcmd jdeprscan jdeps jfr jhsdb jimage + jjs jlink jmod jshell unpack200 0.4.0: * Don't emit (unset) or (not a symlink) on stderr (#549498)