aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NOTICE2
-rw-r--r--README15
-rw-r--r--fop/build.xml2
3 files changed, 16 insertions, 3 deletions
diff --git a/NOTICE b/NOTICE
index 5be314157..4efc253f5 100644
--- a/NOTICE
+++ b/NOTICE
@@ -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/).
diff --git a/README b/README
index af630eb84..b9d522b6b 100644
--- a/README
+++ b/README
@@ -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"/>