Skip to content

Commit

Permalink
release FlyingSaucer 9.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Sep 16, 2024
1 parent 671d438 commit e4615cc
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 10 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog

## 9.9.3 (under construction) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/19
## 9.9.4 (under construction) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/20
*

## 9.9.3 (16.09.2024) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/19?closed=1
* #385 avoid using memory-mapped files for reading fonts (#388)
* #385 expose a public method `ITextFontResolver.addFont(BaseFont,...)` (#386)
* support `@page` property `size` with 3 values (e.g. "size: 40mm 20mm landscape") - thanks to @jelinj8 (#383)
* add details to all thrown exceptions - see commit 6aa47916
* remove unused classes Handler and DataURLConnection - see commit 65cd001b
* Bump org.apache.logging.log4j:log4j-core from 2.23.1 to 2.24.0 (#384)

## 9.9.2 (released 04.09.2024) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/18?closed=1
* #377 Add automatic module name to MANIFEST.MF files - thanks to @Openhelios (#378)

Expand Down
2 changes: 1 addition & 1 deletion flying-saucer-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-parent</artifactId>
<version>9.9.3-SNAPSHOT</version>
<version>9.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion flying-saucer-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-parent</artifactId>
<version>9.9.3-SNAPSHOT</version>
<version>9.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion flying-saucer-fop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-parent</artifactId>
<version>9.9.3-SNAPSHOT</version>
<version>9.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion flying-saucer-log4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-parent</artifactId>
<version>9.9.3-SNAPSHOT</version>
<version>9.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion flying-saucer-pdf-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-parent</artifactId>
<version>9.9.3-SNAPSHOT</version>
<version>9.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion flying-saucer-pdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-parent</artifactId>
<version>9.9.3-SNAPSHOT</version>
<version>9.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion flying-saucer-swt-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-parent</artifactId>
<version>9.9.3-SNAPSHOT</version>
<version>9.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion flying-saucer-swt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-parent</artifactId>
<version>9.9.3-SNAPSHOT</version>
<version>9.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-parent</artifactId>
<version>9.9.3-SNAPSHOT</version>
<version>9.9.3</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit e4615cc

Please sign in to comment.