diff options
author | Simon Steiner <ssteiner@apache.org> | 2019-10-24 09:31:40 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2019-10-24 09:31:40 +0000 |
commit | 8c4f88f9156ca5767f1b6482e6317b31598536ba (patch) | |
tree | b645f77f082273cd00b084832421f1fccf8abd99 | |
parent | d4f54f1333334328b2c1fd3178178f28fcb63206 (diff) | |
download | xmlgraphics-fop-8c4f88f9156ca5767f1b6482e6317b31598536ba.tar.gz xmlgraphics-fop-8c4f88f9156ca5767f1b6482e6317b31598536ba.zip |
Prepare for a release
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1868860 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | NOTICE | 2 | ||||
-rw-r--r-- | README | 15 | ||||
-rw-r--r-- | fop/build.xml | 2 |
3 files changed, 16 insertions, 3 deletions
@@ -1,5 +1,5 @@ Apache FOP -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/). @@ -107,7 +107,20 @@ under the ./fop sub-directory. RELEASE NOTES ============================================================================== -Version 2.3 (Forthcoming) +Version 2.4 +=========== + +Major Changes in Version 2.4 +---------------------------- + +* Require Java 7 or later +* Drop dependency on Avalon-Framework +* Add change bar generation +* Add support for Khmer complex script + +This release also contains a number of bug fixes. + +Version 2.3 =========== Major Changes in Version 2.3 diff --git a/fop/build.xml b/fop/build.xml index 39106d81f..3928f93ce 100644 --- a/fop/build.xml +++ b/fop/build.xml @@ -155,7 +155,7 @@ list of possible build targets. <property name="name" value="fop"/> <property name="NAME" value="FOP"/> <property name="version" value="2.4.0-SNAPSHOT"/> - <property name="year" value="1999-2018"/> + <property name="year" value="1999-2019"/> <property name="javac.debug" value="on"/> <property name="javac.optimize" value="off"/> <property name="javac.deprecation" value="on"/> |