aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2022-11-02 11:37:46 +0000
committerSimon Steiner <ssteiner@apache.org>2022-11-02 11:37:46 +0000
commitfdbc060cbf906aef2324acfc9b5811dbe038cd58 (patch)
tree62ae02a34a918aa647810aae40709908e6ed1390
parentec425f78168667d7b4432735a552b50b67e710ef (diff)
downloadxmlgraphics-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--README12
-rw-r--r--pom.xml2
2 files changed, 13 insertions, 1 deletions
diff --git a/README b/README
index bccac7406..351ddd97d 100644
--- a/README
+++ b/README
@@ -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
===========
diff --git a/pom.xml b/pom.xml
index 846278026..45f63975c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>