aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2016-01-06 13:51:04 +0000
committerSimon Steiner <ssteiner@apache.org>2016-01-06 13:51:04 +0000
commitecb28195404e2bf474b1f2a2cdf88f07698da8d0 (patch)
treee29a1c400aed63095c50b40fe506af7886bae6cd
parent51f22319512e0a50b6f2c0e63da01b79a392275c (diff)
downloadxmlgraphics-fop-ecb28195404e2bf474b1f2a2cdf88f07698da8d0.tar.gz
xmlgraphics-fop-ecb28195404e2bf474b1f2a2cdf88f07698da8d0.zip
Prepare for release
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1723323 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--NOTICE2
-rw-r--r--README17
-rw-r--r--build.xml2
3 files changed, 19 insertions, 2 deletions
diff --git a/NOTICE b/NOTICE
index ccd444ffb..2fb1d9fda 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
Apache FOP
-Copyright 1999-2015 The Apache Software Foundation
+Copyright 1999-2016 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 4151d8bac..13c050bdc 100644
--- a/README
+++ b/README
@@ -93,6 +93,23 @@ http://xmlgraphics.apache.org/fop/stable/running.html
RELEASE NOTES
==============================================================================
+Version 2.1
+===========
+
+Major Changes in Version 2.1
+----------------------------
+
+* Add PreloaderRawPNG to handle images ImageIO cant
+* Support Barcode4J page number
+* Support CMYK JPEG in AFP
+* Support IPD change on last page
+* Support PDF/UA
+* Support TrueType fonts in PCL
+* Support Truetype for AFP
+* Support for PDF/A-3
+
+This release also contains a number of bug fixes.
+
Version 2.0
===========
diff --git a/build.xml b/build.xml
index 0deab0899..66117b8fa 100644
--- a/build.xml
+++ b/build.xml
@@ -151,7 +151,7 @@ list of possible build targets.
<property name="name" value="fop"/>
<property name="NAME" value="FOP"/>
<property name="version" value="svn-trunk"/>
- <property name="year" value="1999-2015"/>
+ <property name="year" value="1999-2016"/>
<property name="javac.debug" value="on"/>
<property name="javac.optimize" value="off"/>
<property name="javac.deprecation" value="on"/>