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 EFEBE1382C5 for ; Sat, 19 Jun 2021 19:12:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00581E081A; Sat, 19 Jun 2021 19:12:25 +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 DB544E081A for ; Sat, 19 Jun 2021 19:12: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 6EE3D340B77 for ; Sat, 19 Jun 2021 19:12:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2E817AA for ; Sat, 19 Jun 2021 19:12:21 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1624129924.a895d73cd1878adc3726eb04c119e883d2c6ef97.fordfrog@gentoo> Subject: [gentoo-commits] proj/javatoolkit:master commit in: / X-VCS-Repository: proj/javatoolkit X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: a895d73cd1878adc3726eb04c119e883d2c6ef97 X-VCS-Branch: master Date: Sat, 19 Jun 2021 19:12:21 +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: 66882f3f-e7af-48b9-9986-9e413ceaa3d3 X-Archives-Hash: 09a41a9be502fceac35c678670cd63fd commit: a895d73cd1878adc3726eb04c119e883d2c6ef97 Author: Miroslav Šulc gentoo org> AuthorDate: Sat Jun 19 19:12:04 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Jun 19 19:12:04 2021 +0000 URL: https://gitweb.gentoo.org/proj/javatoolkit.git/commit/?id=a895d73c release 0.6.7 Signed-off-by: Miroslav Šulc gentoo.org> NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index d00015d..8e37a2f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +0.6.7 (19 Jun 2021) +- Correctly handling Java versions in class-version-verify.py. + 0.6.6 (15 Jun 2021) - Fix bug #742935.