You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2017/02/02 10:09:06 UTC

[1/2] ant git commit: document PR 60562 as fixed

Repository: ant
Updated Branches:
  refs/heads/master a92845215 -> 530e59dbd


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/master
Commit: d5bd3b4cb30e666fc20e99bb9b5fb9078cf58022
Parents: 8d03bfd
Author: Stefan Bodewig <bo...@apache.org>
Authored: Thu Feb 2 11:07:10 2017 +0100
Committer: Stefan Bodewig <bo...@apache.org>
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
 ===================================
 


[2/2] ant git commit: Merge branch '1.9.x'

Posted by bo...@apache.org.
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 <bo...@apache.org>
Authored: Thu Feb 2 11:08:44 2017 +0100
Committer: Stefan Bodewig <bo...@apache.org>
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:
  -------------------------------------------