Merge branch '1.9.x'
Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/f64dbc05 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/f64dbc05 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/f64dbc05 Branch: refs/heads/master Commit: f64dbc053813d0d908b1e2a8219f20d79d913d3e Parents: fae6f19 1348ebb Author: Stefan Bodewig <[email protected]> Authored: Fri Jan 13 06:55:12 2017 +0100 Committer: Stefan Bodewig <[email protected]> Committed: Fri Jan 13 06:55:12 2017 +0100 ---------------------------------------------------------------------- WHATSNEW | 7 +++++++ src/main/org/apache/tools/ant/types/Path.java | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/f64dbc05/WHATSNEW ---------------------------------------------------------------------- diff --cc WHATSNEW index 540bc1c,b8b10d2..be10fa7 --- a/WHATSNEW +++ b/WHATSNEW @@@ -1,18 -1,15 +1,25 @@@ -Changes from Ant 1.9.8 TO Ant 1.9.9 -=================================== +Changes from Ant 1.10.0 TO Ant 1.10.1 +===================================== + Fixed bugs: + ----------- + + * Ant 1.9.8 made Path#systemClasspath final which broke the Eclipse + integration. + Bugzilla Report 60582 + -Changes from Ant 1.9.7 TO Ant 1.9.8 -=================================== +Other changes: +-------------- + + * new tasks <xz> and <unxz> and resource <xzresource> for XZ + compression. Also the compression attribute of <tar>/<untar> now + accepts "xz" as valid value. + The tasks and type are contained in the new ant-xz.jar and require + the library XZ for Java to be on the CLASSPATH. + Bugzilla Report 60350 + +Changes from Ant 1.9.7 TO Ant 1.10.0 +==================================== Changes that could break older environments: -------------------------------------------
