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 139151396D0 for ; Mon, 7 Aug 2017 23:48:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 367C8E0D4E; Mon, 7 Aug 2017 23:48:35 +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 1550AE0D4E for ; Mon, 7 Aug 2017 23:48:35 +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 1C479341843 for ; Mon, 7 Aug 2017 23:48:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 525E975FE for ; Mon, 7 Aug 2017 23:48:31 +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: <1502149248.582b1ddbc506695702d1e742f0278ecd99ebc670.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: 582b1ddbc506695702d1e742f0278ecd99ebc670 X-VCS-Branch: master Date: Mon, 7 Aug 2017 23:48:31 +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: 3640c435-c301-496f-b2a9-f0f1c8fa67dd X-Archives-Hash: 8575bffbf845d6f46f9dfb2bedea33bc commit: 582b1ddbc506695702d1e742f0278ecd99ebc670 Author: Patrice Clement gentoo org> AuthorDate: Mon Aug 7 23:40:48 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Aug 7 23:40:48 2017 +0000 URL: https://gitweb.gentoo.org/proj/javatoolkit.git/commit/?id=582b1ddb add entry to NEWS file NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index b6a842a..3c5be57 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +javatoolkit-0.5.0 (08 Aug 2017) +=============================== + - Fix imports with Python 3. + - More cleanup. + javatoolkit-0.4.0 (07 Aug 2017) =============================== - Port to Python 3.