diff options
author | Simon Steiner <ssteiner@apache.org> | 2022-11-02 11:37:46 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2022-11-02 11:37:46 +0000 |
commit | fdbc060cbf906aef2324acfc9b5811dbe038cd58 (patch) | |
tree | 62ae02a34a918aa647810aae40709908e6ed1390 | |
parent | ec425f78168667d7b4432735a552b50b67e710ef (diff) | |
download | xmlgraphics-fop-fdbc060cbf906aef2324acfc9b5811dbe038cd58.tar.gz xmlgraphics-fop-fdbc060cbf906aef2324acfc9b5811dbe038cd58.zip |
Update for a release
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1904999 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | README | 12 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -107,6 +107,18 @@ under the ./fop sub-directory. RELEASE NOTES ============================================================================== +Version 2.8 +=========== + +Major Changes in Version 2.8 +---------------------------- + +* Require Java 8 or later +* Transparency color support +* Light weight line breaking option + +This release also contains a number of bug fixes. + Version 2.7 =========== @@ -13,7 +13,7 @@ <properties> <ant.version>1.9.15</ant.version> <antrun.plugin.version>1.8</antrun.plugin.version> - <batik.version>1.15.0-SNAPSHOT</batik.version> + <batik.version>1.16.0-SNAPSHOT</batik.version> <build.helper.plugin.version>1.9.1</build.helper.plugin.version> <checkstyle.plugin.version>2.14</checkstyle.plugin.version> <commons.io.version>2.11.0</commons.io.version> |