Browse Source

Update for a release

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1904999 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-2_8
Simon Steiner 1 year ago
parent
commit
fdbc060cbf
2 changed files with 13 additions and 1 deletions
  1. 12
    0
      README
  2. 1
    1
      pom.xml

+ 12
- 0
README View File

@@ -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
===========


+ 1
- 1
pom.xml View File

@@ -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>

Loading…
Cancel
Save