]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Prepare for release
authorSimon Steiner <ssteiner@apache.org>
Wed, 6 Jan 2016 13:51:04 +0000 (13:51 +0000)
committerSimon Steiner <ssteiner@apache.org>
Wed, 6 Jan 2016 13:51:04 +0000 (13:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1723323 13f79535-47bb-0310-9956-ffa450edef68

NOTICE
README
build.xml

diff --git a/NOTICE b/NOTICE
index ccd444ffb2422167c80ad5a2b0d54a0e0047e3f2..2fb1d9fdabd519b2da2a1d0001478ca39bfd91bd 100644 (file)
--- 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 4151d8bace6a5eb9e122243796c7121a2c322a37..13c050bdc1c7f7a50de76805c52c2a05e48e155c 100644 (file)
--- 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
 ===========
 
index 0deab0899cc29d36afc2a2885137be0c3ec50ff6..66117b8fac18a0a0d59a2dea48c2cbb40ecf106b 100644 (file)
--- 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"/>