diff --git a/WHATSNEW b/WHATSNEW index a67ce2d8d..137221276 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 diff --git a/manual/Tasks/tar.html b/manual/Tasks/tar.html index 78cd966d2..4794d63df 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