From 039a348aa362c6b299c70b4ad632e9919903f600 Mon Sep 17 00:00:00 2001
From: YOUR NAME
Date: Thu, 23 Apr 2015 21:25:23 +0200
Subject: [PATCH] wrong version number detected by @PascalSchumacher
---
WHATSNEW | 2 +-
manual/Tasks/tar.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 |