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 AA21B138359 for ; Thu, 5 Nov 2020 21:46:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E784DE0826; Thu, 5 Nov 2020 21:46:43 +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 CB6B0E0819 for ; Thu, 5 Nov 2020 21:46:43 +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 0D196335D3B for ; Thu, 5 Nov 2020 21:46:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A6633BC for ; Thu, 5 Nov 2020 21:46:40 +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: <1604612772.5bca71500f32195796c441daf1c7b96155ac52c1.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: 5bca71500f32195796c441daf1c7b96155ac52c1 X-VCS-Branch: master Date: Thu, 5 Nov 2020 21:46:40 +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: c02528f6-cf37-4344-ab79-9aba6f6e13dc X-Archives-Hash: 51f0d81fe8651b595276a49b4337c251 commit: 5bca71500f32195796c441daf1c7b96155ac52c1 Author: Patrice Clement gentoo org> AuthorDate: Thu Nov 5 21:43:11 2020 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 5 21:46:12 2020 +0000 URL: https://gitweb.gentoo.org/proj/javatoolkit.git/commit/?id=5bca7150 update NEWS Signed-off-by: Patrice Clement gentoo.org> NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS b/NEWS index 60c8871..b0b0042 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +javatoolkit-0.6.3 (15 Jul 2020) +=============================== + - xml-rewrite-2.py: add back os.chdir() function call. + +javatoolkit-0.6.2 (29 Oct 2019) +=============================== + - Fix bug #667590. + +javatoolkit-0.6.1 (29 Oct 2019) +=============================== + - Fix bug #698686. + javatoolkit-0.6.0 (10 Aug 2017) =============================== - Port to Python 3 complete (hopefully).