Repository: ant Updated Branches: refs/heads/1.9.x 8d03bfd67 -> d5bd3b4cb
document PR 60562 as fixed Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/d5bd3b4c Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/d5bd3b4c Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/d5bd3b4c Branch: refs/heads/1.9.x Commit: d5bd3b4cb30e666fc20e99bb9b5fb9078cf58022 Parents: 8d03bfd Author: Stefan Bodewig <[email protected]> Authored: Thu Feb 2 11:07:10 2017 +0100 Committer: Stefan Bodewig <[email protected]> Committed: Thu Feb 2 11:07:10 2017 +0100 ---------------------------------------------------------------------- WHATSNEW | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/d5bd3b4c/WHATSNEW ---------------------------------------------------------------------- diff --git a/WHATSNEW b/WHATSNEW index b8b10d2..664a0e9 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -8,6 +8,12 @@ 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 ===================================
