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 <[email protected]> Authored: Thu Apr 23 21:25:23 2015 +0200 Committer: YOUR NAME <[email protected]> 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 <untar> 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".</p> inside the tar file. For a list of possible values see the <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/intl/encoding.doc.html">Supported Encodings</a>.<br/> Defaults to the platform's default character encoding. - <em>Since Ant 1.9.4</em> + <em>Since Ant 1.9.5</em> <td align="center" valign="top">No</td> </tr> </table>
