Skip to content

Commit

Permalink
1.3.38-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasrosdal committed Jan 17, 2024
1 parent a2838bc commit 73d7480
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 27 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ and bugreports to this GitHub repository.

[![Join the chat at https://gitter.im/LibrePDF/OpenPDF](https://badges.gitter.im/LibrePDF/OpenPDF.svg)](https://gitter.im/LibrePDF/OpenPDF)

## OpenPDF version 1.3.36 released 2024-01-09 ##
## OpenPDF version 1.3.37 released 2024-01-17 ##

Get version 1.3.36 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.3.36
Get version 1.3.37 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.3.37

- [Previous releases](https://github.com/LibrePDF/OpenPDF/releases)

Expand All @@ -27,7 +27,7 @@ Add this to your pom.xml file to use the latest version of OpenPDF:
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf</artifactId>
<version>1.3.36</version>
<version>1.3.37</version>
</dependency>
```

Expand Down Expand Up @@ -103,7 +103,6 @@ only contain code that you have written yourself. GPL or AGPL licensed code will

### Required Dependencies: ###

- Java 9 or later is required to use OpenPDF versions up to 1.3.36. We will consider the need for more Java 9+ compatible maintenance releases.
- Java 11 or later is required to use OpenPDF versions 1.3.37 and later. All versions Java 11 to Java OpenJDK 21 have been tested to work. We are working on modernizing the OpenPDF library for Java 11+.


Expand Down
20 changes: 2 additions & 18 deletions changelogs/1.3.37.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
# 1.3.32
# 1.3.37

## Changes
* Speed up loading fonts from JAR (#955 #954)
* Bump commons-io:commons-io from 2.13.0 to 2.15.0 (#967)
* Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.0 to 3.3.1 (#966)
* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0
* Bump com.puppycrawl.tools:checkstyle from 10.12.3 to 10.12.4 (#958)
* Nullsafe equals in XfaForm when processing template (#959)
* Fix height calculation for table rows with rowspan @fellmann (#865)
* Added AutoCloseable annotations on classes, that already implement the close method @SirLefti (#831)
* Fixing umlauts in form fields @antonleliuk (#847)
* Skipping eliminateSharedStreams() method call. @netmackan (#772)
* Add flag to inhibit FOP glyph substitution @dadza (#904)
* Refactorings by @Lonzak Part I (#853)
* Align /ID entry creation with 14.4 File Identifiers @bsanchezb (#876)
* Bump com.ibm.icu:icu4j from 73.2 to 74.1 (#976)
* Bump org.pitest:pitest-junit5-plugin from 1.2.0 to 1.2.1 (#975)
* Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2
* Bump org.apache.maven.plugins:maven-checkstyle-plugin (#978)
* OpenPDF 1.3.37 requires Java 11.
2 changes: 1 addition & 1 deletion openpdf-fonts-extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<version>1.3.37-SNAPSHOT</version>
<version>1.3.38-SNAPSHOT</version>
</parent>

<artifactId>openpdf-fonts-extra</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openpdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<version>1.3.37-SNAPSHOT</version>
<version>1.3.38-SNAPSHOT</version>
</parent>

<artifactId>openpdf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pdf-swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<version>1.3.37-SNAPSHOT</version>
<version>1.3.38-SNAPSHOT</version>
</parent>

<artifactId>pdf-swing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pdf-toolbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<version>1.3.37-SNAPSHOT</version>
<version>1.3.38-SNAPSHOT</version>
</parent>

<artifactId>pdf-toolbox</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<version>1.3.37-SNAPSHOT</version> <!-- artifact.version -->
<version>1.3.38-SNAPSHOT</version> <!-- artifact.version -->
<packaging>pom</packaging>

<!-- please run mvn tidy:pom once in a while -->
Expand Down

0 comments on commit 73d7480

Please sign in to comment.