You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by ss...@apache.org on 2019/02/01 09:57:04 UTC

svn commit: r1852690 - in /xmlgraphics/batik/trunk: CHANGES NOTICE build.xml

Author: ssteiner
Date: Fri Feb  1 09:57:04 2019
New Revision: 1852690

URL: http://svn.apache.org/viewvc?rev=1852690&view=rev
Log:
Release notes

Modified:
    xmlgraphics/batik/trunk/CHANGES
    xmlgraphics/batik/trunk/NOTICE
    xmlgraphics/batik/trunk/build.xml

Modified: xmlgraphics/batik/trunk/CHANGES
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/CHANGES?rev=1852690&r1=1852689&r2=1852690&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/CHANGES (original)
+++ xmlgraphics/batik/trunk/CHANGES Fri Feb  1 09:57:04 2019
@@ -4,8 +4,17 @@ Change Log
 The following log records some of the most important changes.
 Bug fixing is an ongoing task, so it is implied in all sub-releases.
 
-1.9 -> 1.10pre
---------------
+1.10 -> 1.11pre
+---------------
+
+BATIK-1232: Zip release should use mvn jars
+BATIK-1233: Add policy file for batik-rasterizer
+BATIK-1234: Tools cannot be run using java -jar xxx.jar when built with Maven
+BATIK-1240: Java 11 compile error
+BATIK-1249: Fix Java 11 module error
+
+1.9 -> 1.10
+-----------
 
 BATIK-906: Should never use Error to report runtime errors
 BATIK-1123: Missing import of ImportInfo class

Modified: xmlgraphics/batik/trunk/NOTICE
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/NOTICE?rev=1852690&r1=1852689&r2=1852690&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/NOTICE (original)
+++ xmlgraphics/batik/trunk/NOTICE Fri Feb  1 09:57:04 2019
@@ -1,5 +1,5 @@
 Apache Batik
-Copyright 1999-2018 The Apache Software Foundation
+Copyright 1999-2019 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: xmlgraphics/batik/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/build.xml?rev=1852690&r1=1852689&r2=1852690&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/build.xml (original)
+++ xmlgraphics/batik/trunk/build.xml Fri Feb  1 09:57:04 2019
@@ -82,7 +82,7 @@ To display the available targets type:
     </tstamp>
     <property name="Project"            value="Apache Batik" />
     <property name="project"            value="batik" />
-    <property name="year"               value="2018" />
+    <property name="year"               value="2019" />
     <property name="version"            value="1.11.0-SNAPSHOT" />
     <property name="revisionType"       value="" />
     <property name="revisionNumber"     value="" />