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/530e59db Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/530e59db Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/530e59db Branch: refs/heads/master Commit: 530e59dbd94cfdbd96b78bc46ee425e2f3de6717 Parents: a928452 d5bd3b4 Author: Stefan Bodewig <[email protected]> Authored: Thu Feb 2 11:08:44 2017 +0100 Committer: Stefan Bodewig <[email protected]> Committed: Thu Feb 2 11:08:44 2017 +0100 ---------------------------------------------------------------------- WHATSNEW | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/530e59db/WHATSNEW ---------------------------------------------------------------------- diff --cc WHATSNEW index 4af3746,664a0e9..11e5bab --- a/WHATSNEW +++ b/WHATSNEW @@@ -8,18 -8,14 +8,24 @@@ Fixed bugs integration. Bugzilla Report 60582 + * the wrapper script still didn't work on Solaris 10, but worked on + Solaris 11. + The "fixed" script should work in most cases but will not preserve + newlines present in command line arguments. + Bugzilla Report 60562 + -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: -------------------------------------------
