Skip to content

Commit 0c9c4ca

Browse files
committed
Set version to 1.3.30
1 parent cc3fd97 commit 0c9c4ca

File tree

8 files changed

+37
-8
lines changed

8 files changed

+37
-8
lines changed

Contributors.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ In GitHub User alphabetical order.
1919
* [@applikationsprogramvara](https://github.com/applikationsprogramvara)
2020
* [@armin-weber](https://github.com/armin-weber)
2121
* [@bradh](https://github.com/bradh) - Brad Hards
22+
* [@Brooklyn-0](https://github.com/Brooklyn-0)
2223
* [@bsanchezb](https://github.com/bsanchezb) - Aleksandr Beliakov
2324
* [@bsmelo](https://github.com/bsmelo) - Bruno Melo
2425
* [@chappyer](https://github.com/chappyer) - Shuwei CAO
@@ -33,6 +34,7 @@ In GitHub User alphabetical order.
3334
* [@jherkel](https://github.com/jherkel) - Jakub Herkel
3435
* [@jknight](https://github.com/jknight) - Jeffrey Knight
3536
* [@jokimaki](https://github.com/jokimaki) - Juha Jokimäki
37+
* [@jukkaharkki](https://github.com/jukkaharkki)
3638
* [@karolbe](https://github.com/karolbe) - Karol Bryd
3739
* [@kaufmann1](https://github.com/kaufmann1) - Till Kaufmann
3840
* [@Kindrat](https://github.com/Kindrat) - Oleksii
@@ -45,6 +47,7 @@ In GitHub User alphabetical order.
4547
* [@mahdilamb](https://github.com/mahdilamb) - Mahdi Lamb
4648
* [@MartinKocour](https://github.com/MartinKocour) - Martin Kocour
4749
* [@MichaelBiesmann](https://github.com/MichaelBiesmann) - Michael Biesmann
50+
* [@mkl-public](https://github.com/mkl-public)
4851
* [@mluppi](https://github.com/mluppi) - Matthias Luppi
4952
* [@moritzfl](https://github.com/moritzfl) - Moritz
5053
* [@mppperez](https://github.com/mppperez) - Marco Postigo Perez
@@ -60,6 +63,7 @@ In GitHub User alphabetical order.
6063
* [@rammetzger](https://github.com/rammetzger)
6164
* [@RangerMak](https://github.com/RangerMak)
6265
* [@razilein](https://github.com/razilein) - Sita Geßner
66+
* [@renoth](https://github.com/renoth) - Johannes Renoth
6367
* [@salsolatragus](https://github.com/salsolatragus) - Sven Amann
6468
* [@sa-sh](https://github.com/sa-sh)
6569
* [@sixdouglas](https://github.com/sixdouglas) - Douglas Six

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ and bugreports to this GitHub repository.
1212

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

15-
## OpenPDF version 1.3.29 released 2022-07-09 ##
15+
## OpenPDF version 1.3.30 released 2022-09-19 ##
1616

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

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

@@ -27,7 +27,7 @@ Add this to your pom.xml file to use the latest version of OpenPDF:
2727
<dependency>
2828
<groupId>com.github.librepdf</groupId>
2929
<artifactId>openpdf</artifactId>
30-
<version>1.3.29</version>
30+
<version>1.3.30</version>
3131
</dependency>
3232
```
3333

changelogs/1.3.30.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# 1.3.30
2+
3+
## Changes
4+
5+
- add method to extract ownerPasswordUsed value
6+
- Ensure deterministic behavior on protected PDF signature
7+
- Fix #747: wrong layout of generating a table with alignment setting
8+
- Fix #781: wrong deletion of chunks in HeaderFooter
9+
- fix slow or OutOfMemory in SmartCopy with some pdfs
10+
- fix style issues
11+
- Resolves #375 + #655: Implemented password based AES256 (ISO 32000-2) support, see issue #375
12+
- Resolves #619: add support for rowspan
13+
- Resolves #737: Simplify merging pdfs from java
14+
- RTL support for List Items - adding run direction at List Item level
15+
- Support for embedded images in HTMLWorker
16+
17+
## Updated dependencies:
18+
- Bump bouncycastle from 1.71 to 1.71.1
19+
- Bump checkstyle from 10.3 to 10.3.3
20+
- Bump junit from 5.8.2 to 5.9.0
21+
- Bump maven-bundle-plugin from 5.1.6 to 5.1.8
22+
- Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0
23+
- Bump maven-javadoc-plugin from 3.4.0 to 3.4.1
24+
- Bump maven-jxr-plugin from 3.2.0 to 3.3.0
25+
- Bump mockito-core from 4.6.1 to 4.8.0

openpdf-fonts-extra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.librepdf</groupId>
77
<artifactId>openpdf-parent</artifactId>
8-
<version>1.3.30-SNAPSHOT</version>
8+
<version>1.3.30</version>
99
</parent>
1010

1111
<artifactId>openpdf-fonts-extra</artifactId>

openpdf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.librepdf</groupId>
77
<artifactId>openpdf-parent</artifactId>
8-
<version>1.3.30-SNAPSHOT</version>
8+
<version>1.3.30</version>
99
</parent>
1010

1111
<artifactId>openpdf</artifactId>

pdf-swing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.librepdf</groupId>
77
<artifactId>openpdf-parent</artifactId>
8-
<version>1.3.30-SNAPSHOT</version>
8+
<version>1.3.30</version>
99
</parent>
1010

1111
<artifactId>pdf-swing</artifactId>

pdf-toolbox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.librepdf</groupId>
77
<artifactId>openpdf-parent</artifactId>
8-
<version>1.3.30-SNAPSHOT</version>
8+
<version>1.3.30</version>
99
</parent>
1010

1111
<artifactId>pdf-toolbox</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.librepdf</groupId>
77
<artifactId>openpdf-parent</artifactId>
8-
<version>1.3.30-SNAPSHOT</version> <!-- artifact.version -->
8+
<version>1.3.30</version> <!-- artifact.version -->
99
<packaging>pom</packaging>
1010

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

0 commit comments

Comments
 (0)