Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsteiner1984 committed Aug 14, 2023
1 parent 58b58b6 commit 0a02463
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 9 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PDF image support for Apache FOP
Copyright 2012-2022 The Apache Software Foundation
Copyright 2012-2023 The Apache Software Foundation
Copyright 2007-2012 Jeremias Maerki and contributors.

This product includes software developed at
Expand Down
22 changes: 18 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ Requirements

This plug-in has the following requirements:
- Apache PDFBox 2.0 or later
- Apache XML Graphics Commons 2.8 or later (for the image converter)
- Apache XML FOP 2.8 or later (for the FOP functionality)
- Apache XML Graphics Commons 2.9 or later (for the image converter)
- Apache XML FOP 2.9 or later (for the FOP functionality)
- Java 1.8 or later

Note: for some problems related to the PDF plug-in, Apache FOP 2.8 or later
Note: for some problems related to the PDF plug-in, Apache FOP 2.9 or later
is required. A number of bugs had to be fixed in FOP's PDF library.


Expand Down Expand Up @@ -140,12 +140,13 @@ Known Issues
Contributors
---------------

- Jeremias M�rki (original author)
- Jeremias Maerki (original author)
- Krister Wicksell
- Vincent Hennebert
- Simon Steiner
- Luis Bernardo
- Athanasios-Dimitrios Giannimaras
- Dave Roxburgh

Versions prior to 2.1 (i.e. prior to the move to the Apache XML Graphics
project) can be downloaded from here:
Expand All @@ -156,6 +157,19 @@ http://www.jeremias-maerki.ch/development/fop/index.html
RELEASE NOTES
==============================================================================

Version 2.9
=========================

Changes:
FOP-3107: Update to PDFBox 2.0.27
FOP-3108: Gradient component not displayed correctly after scaling
FOP-3112: Rotate annotations
FOP-3123: Modified stream should be used in the cache key
FOP-3124: Subrs data missing from font merging
FOP-3136: Softmask dictionary preserved
FOP-3138: NPE when no fields
FOP-3140: Merge form fields

Version 2.8
=========================

Expand Down
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version=2.8.0.SNAPSHOT
version=2.9.0.SNAPSHOT
vendor=The Apache Software Foundation (http://xmlgraphics.apache.org)
year=2007-2022
year=2007-2023

javac.debug=on
javac.deprecation=on
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.apache.fop.render.pdf.pdfbox</groupId>
<artifactId>fop-pdf-images</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>PDF image support for Apache FOP</description>
<url>https://xmlgraphics.apache.org/fop/fop-pdf-images.html</url>
Expand Down
2 changes: 1 addition & 1 deletion xmlgraphics-pdfimages-pom-template.pom
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop</artifactId>
<version>2.8</version>
<version>2.9</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
Expand Down

0 comments on commit 0a02463

Please sign in to comment.