File tree 13 files changed +29
-14
lines changed
13 files changed +29
-14
lines changed Original file line number Diff line number Diff line change 1
1
Apache FOP
2
- Copyright 1999-2024 The Apache Software Foundation
2
+ Copyright 1999-2025 The Apache Software Foundation
3
3
4
4
This product includes software developed at
5
5
The Apache Software Foundation (http://www.apache.org/).
Original file line number Diff line number Diff line change @@ -107,6 +107,21 @@ under the ./fop sub-directory.
107
107
RELEASE NOTES
108
108
==============================================================================
109
109
110
+ Version 2.11
111
+ ============
112
+
113
+ Major Changes in Version 2.11
114
+ -----------------------------
115
+
116
+ * Upgrade to PDFBox 3
117
+ * Add support for PDF object streams
118
+ * Add option to lazy load fonts for PNG/TIFF/PCL output
119
+ * Add option to combine AFP page groups
120
+ * Add option to convert image to CMYK
121
+ * Add option for static content structure element per page
122
+
123
+ This release also contains a number of bug fixes.
124
+
110
125
Version 2.10
111
126
============
112
127
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >org.apache.xmlgraphics</groupId >
12
12
<artifactId >fop-parent</artifactId >
13
- <version >2.10 .0-SNAPSHOT</version >
13
+ <version >2.11 .0-SNAPSHOT</version >
14
14
</parent >
15
15
16
16
<properties >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >org.apache.xmlgraphics</groupId >
12
12
<artifactId >fop-parent</artifactId >
13
- <version >2.10 .0-SNAPSHOT</version >
13
+ <version >2.11 .0-SNAPSHOT</version >
14
14
</parent >
15
15
16
16
<dependencies >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >org.apache.xmlgraphics</groupId >
12
12
<artifactId >fop-parent</artifactId >
13
- <version >2.10 .0-SNAPSHOT</version >
13
+ <version >2.11 .0-SNAPSHOT</version >
14
14
</parent >
15
15
16
16
<dependencies >
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.apache.xmlgraphics</groupId >
13
13
<artifactId >fop-parent</artifactId >
14
- <version >2.10 .0-SNAPSHOT</version >
14
+ <version >2.11 .0-SNAPSHOT</version >
15
15
</parent >
16
16
17
17
<dependencies >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >org.apache.xmlgraphics</groupId >
12
12
<artifactId >fop-parent</artifactId >
13
- <version >2.10 .0-SNAPSHOT</version >
13
+ <version >2.11 .0-SNAPSHOT</version >
14
14
</parent >
15
15
16
16
<dependencies >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >org.apache.xmlgraphics</groupId >
12
12
<artifactId >fop-parent</artifactId >
13
- <version >2.10 .0-SNAPSHOT</version >
13
+ <version >2.11 .0-SNAPSHOT</version >
14
14
</parent >
15
15
16
16
<dependencies >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >org.apache.xmlgraphics</groupId >
12
12
<artifactId >fop-parent</artifactId >
13
- <version >2.10 .0-SNAPSHOT</version >
13
+ <version >2.11 .0-SNAPSHOT</version >
14
14
</parent >
15
15
16
16
<dependencies >
Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ list of possible build targets.
89
89
<property name =" Name" value =" Apache FOP" />
90
90
<property name =" name" value =" fop" />
91
91
<property name =" NAME" value =" FOP" />
92
- <property name =" version" value =" 2.10 .0-SNAPSHOT" />
93
- <property name =" year" value =" 1999-2024 " />
92
+ <property name =" version" value =" 2.11 .0-SNAPSHOT" />
93
+ <property name =" year" value =" 1999-2025 " />
94
94
<property name =" javac.debug" value =" on" />
95
95
<property name =" javac.optimize" value =" off" />
96
96
<property name =" javac.deprecation" value =" on" />
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >org.apache.xmlgraphics</groupId >
12
12
<artifactId >fop-parent</artifactId >
13
- <version >2.10 .0-SNAPSHOT</version >
13
+ <version >2.11 .0-SNAPSHOT</version >
14
14
</parent >
15
15
16
16
<dependencies >
Original file line number Diff line number Diff line change 18
18
<project basedir =" ." name =" fop" >
19
19
20
20
<property name =" name" value =" fop" />
21
- <property name =" version" value =" 2.10 .0-SNAPSHOT" />
21
+ <property name =" version" value =" 2.11 .0-SNAPSHOT" />
22
22
<property name =" dist.bin.dir" value =" ${basedir}/dist-bin" />
23
23
<property name =" dist.src.dir" value =" ${basedir}/dist-src" />
24
24
<property name =" dist.bin.result.dir" value =" ${dist.bin.dir}/${name}-${version}" />
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.apache.xmlgraphics</groupId >
6
6
<artifactId >fop-parent</artifactId >
7
- <version >2.10 .0-SNAPSHOT</version >
7
+ <version >2.11 .0-SNAPSHOT</version >
8
8
<name >Apache FOP Parent</name >
9
9
<description >XML Graphics Format Object Processor</description >
10
10
<packaging >pom</packaging >
30
30
<surefire .plugin.version>2.18.1</surefire .plugin.version>
31
31
<war .plugin.version>3.3.2</war .plugin.version>
32
32
<xml .plugin.version>1.0.1</xml .plugin.version>
33
- <xmlgraphics .commons.version>2.10 .0-SNAPSHOT</xmlgraphics .commons.version>
33
+ <xmlgraphics .commons.version>2.11 .0-SNAPSHOT</xmlgraphics .commons.version>
34
34
<xmlunit .version>1.2</xmlunit .version>
35
35
<jdk .path>${env.JAVA_HOME} </jdk .path>
36
36
</properties >
You can’t perform that action at this time.
0 commit comments