diff options
-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"/> |