Skip to content

Commit

Permalink
Set version to 1.3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
asturio committed Sep 19, 2022
1 parent cc3fd97 commit 0c9c4ca
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 8 deletions.
4 changes: 4 additions & 0 deletions Contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ In GitHub User alphabetical order.
* [@applikationsprogramvara](https://github.com/applikationsprogramvara)
* [@armin-weber](https://github.com/armin-weber)
* [@bradh](https://github.com/bradh) - Brad Hards
* [@Brooklyn-0](https://github.com/Brooklyn-0)
* [@bsanchezb](https://github.com/bsanchezb) - Aleksandr Beliakov
* [@bsmelo](https://github.com/bsmelo) - Bruno Melo
* [@chappyer](https://github.com/chappyer) - Shuwei CAO
Expand All @@ -33,6 +34,7 @@ In GitHub User alphabetical order.
* [@jherkel](https://github.com/jherkel) - Jakub Herkel
* [@jknight](https://github.com/jknight) - Jeffrey Knight
* [@jokimaki](https://github.com/jokimaki) - Juha Jokimäki
* [@jukkaharkki](https://github.com/jukkaharkki)
* [@karolbe](https://github.com/karolbe) - Karol Bryd
* [@kaufmann1](https://github.com/kaufmann1) - Till Kaufmann
* [@Kindrat](https://github.com/Kindrat) - Oleksii
Expand All @@ -45,6 +47,7 @@ In GitHub User alphabetical order.
* [@mahdilamb](https://github.com/mahdilamb) - Mahdi Lamb
* [@MartinKocour](https://github.com/MartinKocour) - Martin Kocour
* [@MichaelBiesmann](https://github.com/MichaelBiesmann) - Michael Biesmann
* [@mkl-public](https://github.com/mkl-public)
* [@mluppi](https://github.com/mluppi) - Matthias Luppi
* [@moritzfl](https://github.com/moritzfl) - Moritz
* [@mppperez](https://github.com/mppperez) - Marco Postigo Perez
Expand All @@ -60,6 +63,7 @@ In GitHub User alphabetical order.
* [@rammetzger](https://github.com/rammetzger)
* [@RangerMak](https://github.com/RangerMak)
* [@razilein](https://github.com/razilein) - Sita Geßner
* [@renoth](https://github.com/renoth) - Johannes Renoth
* [@salsolatragus](https://github.com/salsolatragus) - Sven Amann
* [@sa-sh](https://github.com/sa-sh)
* [@sixdouglas](https://github.com/sixdouglas) - Douglas Six
Expand Down
6 changes: 3 additions & 3 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.29 released 2022-07-09 ##
## OpenPDF version 1.3.30 released 2022-09-19 ##

Get version 1.3.29 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.3.29
Get version 1.3.30 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.3.30

- [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.29</version>
<version>1.3.30</version>
</dependency>
```

Expand Down
25 changes: 25 additions & 0 deletions changelogs/1.3.30.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 1.3.30

## Changes

- add method to extract ownerPasswordUsed value
- Ensure deterministic behavior on protected PDF signature
- Fix #747: wrong layout of generating a table with alignment setting
- Fix #781: wrong deletion of chunks in HeaderFooter
- fix slow or OutOfMemory in SmartCopy with some pdfs
- fix style issues
- Resolves #375 + #655: Implemented password based AES256 (ISO 32000-2) support, see issue #375
- Resolves #619: add support for rowspan
- Resolves #737: Simplify merging pdfs from java
- RTL support for List Items - adding run direction at List Item level
- Support for embedded images in HTMLWorker

## Updated dependencies:
- Bump bouncycastle from 1.71 to 1.71.1
- Bump checkstyle from 10.3 to 10.3.3
- Bump junit from 5.8.2 to 5.9.0
- Bump maven-bundle-plugin from 5.1.6 to 5.1.8
- Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0
- Bump maven-javadoc-plugin from 3.4.0 to 3.4.1
- Bump maven-jxr-plugin from 3.2.0 to 3.3.0
- Bump mockito-core from 4.6.1 to 4.8.0
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.30-SNAPSHOT</version>
<version>1.3.30</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.30-SNAPSHOT</version>
<version>1.3.30</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.30-SNAPSHOT</version>
<version>1.3.30</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.30-SNAPSHOT</version>
<version>1.3.30</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.30-SNAPSHOT</version> <!-- artifact.version -->
<version>1.3.30</version> <!-- artifact.version -->
<packaging>pom</packaging>

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

0 comments on commit 0c9c4ca

Please sign in to comment.