Return-Path: X-Original-To: apmail-ant-notifications-archive@minotaur.apache.org Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E57DC177FF for ; Thu, 23 Apr 2015 19:27:06 +0000 (UTC) Received: (qmail 81250 invoked by uid 500); 23 Apr 2015 19:27:06 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 81209 invoked by uid 500); 23 Apr 2015 19:27:06 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 81200 invoked by uid 99); 23 Apr 2015 19:27:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Apr 2015 19:27:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 89B40E051A; Thu, 23 Apr 2015 19:27:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bodewig@apache.org To: notifications@ant.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ant git commit: wrong version number detected by @PascalSchumacher Date: Thu, 23 Apr 2015 19:27:06 +0000 (UTC) Repository: ant Updated Branches: refs/heads/master f22352a18 -> 039a348aa wrong version number detected by @PascalSchumacher Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/039a348a Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/039a348a Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/039a348a Branch: refs/heads/master Commit: 039a348aa362c6b299c70b4ad632e9919903f600 Parents: f22352a Author: YOUR NAME Authored: Thu Apr 23 21:25:23 2015 +0200 Committer: YOUR NAME Committed: Thu Apr 23 21:25:23 2015 +0200 ---------------------------------------------------------------------- WHATSNEW | 2 +- manual/Tasks/tar.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/039a348a/WHATSNEW ---------------------------------------------------------------------- diff --git a/WHATSNEW b/WHATSNEW index a67ce2d..1372212 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -84,7 +84,7 @@ Fixed bugs: * TarEntry's constructor with a File and a String arg didn't normalize the name. - * Between 1.8.4 and 1.9.5 TarInputStream started to parse file + * Between 1.8.4 and 1.9.0 TarInputStream started to parse file names using the platform's default encoding rather than as ASCII. This has been a breaking change that has never been marked as such (in fact it went unnoticed). In order to allow and http://git-wip-us.apache.org/repos/asf/ant/blob/039a348a/manual/Tasks/tar.html ---------------------------------------------------------------------- diff --git a/manual/Tasks/tar.html b/manual/Tasks/tar.html index 78cd966..4794d63 100644 --- a/manual/Tasks/tar.html +++ b/manual/Tasks/tar.html @@ -152,7 +152,7 @@ or "bzip2".

inside the tar file. For a list of possible values see the Supported Encodings.
Defaults to the platform's default character encoding. - Since Ant 1.9.4 + Since Ant 1.9.5 No