Author: ssteiner Date: Thu Oct 24 09:31:40 2019 New Revision: 1868860 URL: http://svn.apache.org/viewvc?rev=1868860&view=rev Log: Prepare for a release
Modified: xmlgraphics/fop/trunk/NOTICE xmlgraphics/fop/trunk/README xmlgraphics/fop/trunk/fop/build.xml Modified: xmlgraphics/fop/trunk/NOTICE URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/NOTICE?rev=1868860&r1=1868859&r2=1868860&view=diff ============================================================================== --- xmlgraphics/fop/trunk/NOTICE (original) +++ xmlgraphics/fop/trunk/NOTICE Thu Oct 24 09:31:40 2019 @@ -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/). Modified: xmlgraphics/fop/trunk/README URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/README?rev=1868860&r1=1868859&r2=1868860&view=diff ============================================================================== --- xmlgraphics/fop/trunk/README (original) +++ xmlgraphics/fop/trunk/README Thu Oct 24 09:31:40 2019 @@ -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 Modified: xmlgraphics/fop/trunk/fop/build.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/build.xml?rev=1868860&r1=1868859&r2=1868860&view=diff ============================================================================== --- xmlgraphics/fop/trunk/fop/build.xml (original) +++ xmlgraphics/fop/trunk/fop/build.xml Thu Oct 24 09:31:40 2019 @@ -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"/> --------------------------------------------------------------------- To unsubscribe, e-mail: fop-commits-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-commits-h...@xmlgraphics.apache.org