Browse Source

wrong version number detected by @PascalSchumacher

master
YOUR NAME 10 years ago
parent
commit
039a348aa3
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      WHATSNEW
  2. +1
    -1
      manual/Tasks/tar.html

+ 1
- 1
WHATSNEW View File

@@ -84,7 +84,7 @@ Fixed bugs:
* TarEntry's constructor with a File and a String arg didn't * TarEntry's constructor with a File and a String arg didn't
normalize the name. 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. names using the platform's default encoding rather than as ASCII.
This has been a breaking change that has never been marked as such This has been a breaking change that has never been marked as such
(in fact it went unnoticed). In order to allow <untar> and (in fact it went unnoticed). In order to allow <untar> and


+ 1
- 1
manual/Tasks/tar.html View File

@@ -152,7 +152,7 @@ or "bzip2".</p>
inside the tar file. For a list of possible values see the <a 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/> 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. 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> <td align="center" valign="top">No</td>
</tr> </tr>
</table> </table>


Loading…
Cancel
Save