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 297431396D1 for ; Mon, 7 Aug 2017 23:48:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51F80E0D09; Mon, 7 Aug 2017 23:48:33 +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 30CC8E0D09 for ; Mon, 7 Aug 2017 23:48:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 549BF341856 for ; Mon, 7 Aug 2017 23:48:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C165B75F7 for ; Mon, 7 Aug 2017 23:48:30 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1502145465.e91166809a3ce9b2b57028909c06ee6215178429.monsieurp@gentoo> Subject: [gentoo-commits] proj/javatoolkit:master commit in: / X-VCS-Repository: proj/javatoolkit X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: e91166809a3ce9b2b57028909c06ee6215178429 X-VCS-Branch: master Date: Mon, 7 Aug 2017 23:48:30 +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: d8774393-cfc3-4b14-9250-d818c715a442 X-Archives-Hash: 4b179f5e63cb519c3a68651aed5bd28e commit: e91166809a3ce9b2b57028909c06ee6215178429 Author: Patrice Clement gentoo org> AuthorDate: Mon Aug 7 22:37:45 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Aug 7 22:37:45 2017 +0000 URL: https://gitweb.gentoo.org/proj/javatoolkit.git/commit/?id=e9116680 add entry to NEWS NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 8f80573..b6a842a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +javatoolkit-0.4.0 (07 Aug 2017) +=============================== + - Port to Python 3. + javatoolkit-0.3.0 (19 Jun 2008) =============================== - Files reorganised into a tidier structure.