You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gi...@apache.org on 2018/08/13 08:11:05 UTC

ant git commit: Update WHATSNEW

Repository: ant
Updated Branches:
  refs/heads/master c1265b4b7 -> bd58cb294


Update WHATSNEW

Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/bd58cb29
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/bd58cb29
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/bd58cb29

Branch: refs/heads/master
Commit: bd58cb2941c8ca419d89e348b9a616b4c95cc063
Parents: c1265b4
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Mon Aug 13 09:57:59 2018 +0200
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Mon Aug 13 10:10:05 2018 +0200

----------------------------------------------------------------------
 WHATSNEW | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/bd58cb29/WHATSNEW
----------------------------------------------------------------------
diff --git a/WHATSNEW b/WHATSNEW
index 096cd34..5522a08 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -1,6 +1,13 @@
 Changes from Ant 1.10.5 TO Ant 1.10.6
 =====================================
 
+Changes that could break older environments:
+-------------------------------------------
+
+ * image task no longer works on Java 9+ because internal classes
+   supporting Java Advanced Imaging are removed; imageio task (based on
+   ImageIO and AWT) is provided as a replacement.
+
 Other changes:
 --------------
  * generatekey task now supports SubjectAlternativeName during key
@@ -9,6 +16,9 @@ Other changes:
  * the <modified> selector has a new built-in algorithm 'lastmodified'
    which computes a value based upon the lastmodified time of the file.
 
+ * junitlauncher task now supports forking and can be used with JaCoCo
+   (see https://github.com/jacoco/jacoco/issues/673).
+
 Changes from Ant 1.10.4 TO Ant 1.10.5
 =====================================
 
@@ -165,7 +175,7 @@ Other changes:
    Github Pull Request #57
 
  * when running on Java 11+ rmic will fail early if iiop or idl are
-   requested. Java11 removes support for CORBA and the switches have
+   requested. Java 11 removes support for CORBA and the switches have
    been removed from the rmic tool.
 
  * A new junitlauncher task which support JUnit 5 test framework.