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 67F901396D0 for ; Fri, 8 Sep 2017 22:18:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC7991FC0C0; Fri, 8 Sep 2017 22:18:00 +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 8A0DF1FC0C0 for ; Fri, 8 Sep 2017 22:18:00 +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 C5C5734175E for ; Fri, 8 Sep 2017 22:17:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72C859048 for ; Fri, 8 Sep 2017 22:17:58 +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: <1504909078.87803a665cb03c370ab02ff86f085311aef4bdb0.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: 87803a665cb03c370ab02ff86f085311aef4bdb0 X-VCS-Branch: master Date: Fri, 8 Sep 2017 22:17:58 +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: 160dc5b9-e387-4743-a850-87cfbed43f65 X-Archives-Hash: a896d34d298a93ce4152184f12941dab commit: 87803a665cb03c370ab02ff86f085311aef4bdb0 Author: Patrice Clement gentoo org> AuthorDate: Fri Sep 8 22:17:58 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Sep 8 22:17:58 2017 +0000 URL: https://gitweb.gentoo.org/proj/javatoolkit.git/commit/?id=87803a66 add entry to NEWS NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 0258d94..60c8871 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +javatoolkit-0.6.0 (10 Aug 2017) +=============================== + - Port to Python 3 complete (hopefully). + javatoolkit-0.5.1 (10 Aug 2017) =============================== - xml-rewrite-2.py, xml-rewrite-2.py, SaxRewriter.py: fix encoding and string related issues.