diff options
-rw-r--r-- | NOTICE | 2 | ||||
-rw-r--r-- | README | 15 | ||||
-rw-r--r-- | fop-core/pom.xml | 2 | ||||
-rw-r--r-- | fop-events/pom.xml | 2 | ||||
-rw-r--r-- | fop-sandbox/pom.xml | 2 | ||||
-rw-r--r-- | fop-servlet/pom.xml | 2 | ||||
-rw-r--r-- | fop-transcoder-allinone/pom.xml | 2 | ||||
-rw-r--r-- | fop-transcoder/pom.xml | 2 | ||||
-rw-r--r-- | fop-util/pom.xml | 2 | ||||
-rw-r--r-- | fop/build.xml | 4 | ||||
-rw-r--r-- | fop/pom.xml | 2 | ||||
-rw-r--r-- | fop/releasedist.xml | 2 | ||||
-rw-r--r-- | pom.xml | 4 |
13 files changed, 29 insertions, 14 deletions
@@ -1,5 +1,5 @@ Apache FOP -Copyright 1999-2024 The Apache Software Foundation +Copyright 1999-2025 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). @@ -107,6 +107,21 @@ under the ./fop sub-directory. RELEASE NOTES ============================================================================== +Version 2.11 +============ + +Major Changes in Version 2.11 +----------------------------- + +* Upgrade to PDFBox 3 +* Add support for PDF object streams +* Add option to lazy load fonts for PNG/TIFF/PCL output +* Add option to combine AFP page groups +* Add option to convert image to CMYK +* Add option for static content structure element per page + +This release also contains a number of bug fixes. + Version 2.10 ============ diff --git a/fop-core/pom.xml b/fop-core/pom.xml index b8f4f73a7..9d0877f41 100644 --- a/fop-core/pom.xml +++ b/fop-core/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.apache.xmlgraphics</groupId> <artifactId>fop-parent</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.11.0-SNAPSHOT</version> </parent> <properties> diff --git a/fop-events/pom.xml b/fop-events/pom.xml index 8ca329584..6c07294b9 100644 --- a/fop-events/pom.xml +++ b/fop-events/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.apache.xmlgraphics</groupId> <artifactId>fop-parent</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.11.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/fop-sandbox/pom.xml b/fop-sandbox/pom.xml index c91327821..c879b111b 100644 --- a/fop-sandbox/pom.xml +++ b/fop-sandbox/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.apache.xmlgraphics</groupId> <artifactId>fop-parent</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.11.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/fop-servlet/pom.xml b/fop-servlet/pom.xml index 512d01fc5..2144bd5e5 100644 --- a/fop-servlet/pom.xml +++ b/fop-servlet/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.apache.xmlgraphics</groupId> <artifactId>fop-parent</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.11.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/fop-transcoder-allinone/pom.xml b/fop-transcoder-allinone/pom.xml index 8a3a4f863..1f4736e0c 100644 --- a/fop-transcoder-allinone/pom.xml +++ b/fop-transcoder-allinone/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.apache.xmlgraphics</groupId> <artifactId>fop-parent</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.11.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/fop-transcoder/pom.xml b/fop-transcoder/pom.xml index f5f926f4c..ca7006454 100644 --- a/fop-transcoder/pom.xml +++ b/fop-transcoder/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.apache.xmlgraphics</groupId> <artifactId>fop-parent</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.11.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/fop-util/pom.xml b/fop-util/pom.xml index dfced8806..173cd792d 100644 --- a/fop-util/pom.xml +++ b/fop-util/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.apache.xmlgraphics</groupId> <artifactId>fop-parent</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.11.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/fop/build.xml b/fop/build.xml index c514c9593..0b752cd1f 100644 --- a/fop/build.xml +++ b/fop/build.xml @@ -89,8 +89,8 @@ list of possible build targets. <property name="Name" value="Apache FOP"/> <property name="name" value="fop"/> <property name="NAME" value="FOP"/> - <property name="version" value="2.10.0-SNAPSHOT"/> - <property name="year" value="1999-2024"/> + <property name="version" value="2.11.0-SNAPSHOT"/> + <property name="year" value="1999-2025"/> <property name="javac.debug" value="on"/> <property name="javac.optimize" value="off"/> <property name="javac.deprecation" value="on"/> diff --git a/fop/pom.xml b/fop/pom.xml index 52192b5ee..e992716a6 100644 --- a/fop/pom.xml +++ b/fop/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.apache.xmlgraphics</groupId> <artifactId>fop-parent</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.11.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/fop/releasedist.xml b/fop/releasedist.xml index 61f89cecf..1af703aae 100644 --- a/fop/releasedist.xml +++ b/fop/releasedist.xml @@ -18,7 +18,7 @@ <project basedir="." name="fop"> <property name="name" value="fop"/> - <property name="version" value="2.10.0-SNAPSHOT"/> + <property name="version" value="2.11.0-SNAPSHOT"/> <property name="dist.bin.dir" value="${basedir}/dist-bin"/> <property name="dist.src.dir" value="${basedir}/dist-src"/> <property name="dist.bin.result.dir" value="${dist.bin.dir}/${name}-${version}"/> @@ -4,7 +4,7 @@ <groupId>org.apache.xmlgraphics</groupId> <artifactId>fop-parent</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.11.0-SNAPSHOT</version> <name>Apache FOP Parent</name> <description>XML Graphics Format Object Processor</description> <packaging>pom</packaging> @@ -30,7 +30,7 @@ <surefire.plugin.version>2.18.1</surefire.plugin.version> <war.plugin.version>3.3.2</war.plugin.version> <xml.plugin.version>1.0.1</xml.plugin.version> - <xmlgraphics.commons.version>2.10.0-SNAPSHOT</xmlgraphics.commons.version> + <xmlgraphics.commons.version>2.11.0-SNAPSHOT</xmlgraphics.commons.version> <xmlunit.version>1.2</xmlunit.version> <jdk.path>${env.JAVA_HOME}</jdk.path> </properties> |