Skip to content

Commit 6698dc8

Browse files
committed
Update Version to 2.0.5
1 parent 51cd040 commit 6698dc8

File tree

7 files changed

+45
-11
lines changed

7 files changed

+45
-11
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ and bugreports to this GitHub repository.
1818

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

21-
## OpenPDF version 2.0.4 released 2025-05-20
21+
## OpenPDF version 2.0.5 released 2025-05-26
2222

23-
Get version 2.0.4 here: https://github.com/LibrePDF/OpenPDF/releases/tag/2.0.4
23+
Get version 2.0.5 here: https://github.com/LibrePDF/OpenPDF/releases/tag/2.0.5
2424

2525
Please note: Repositories like Maven Central and others may take a few days to update.
2626

@@ -53,7 +53,7 @@ Add this to your pom.xml file to use the latest version of OpenPDF:
5353
<dependency>
5454
<groupId>com.github.librepdf</groupId>
5555
<artifactId>openpdf</artifactId>
56-
<version>2.0.4</version>
56+
<version>2.0.5</version>
5757
</dependency>
5858
```
5959

@@ -104,11 +104,12 @@ OpenPDF ancestors in GitHub (in fork order):
104104
4. [@ymasory](https://github.com/ymasory) / [iText-4.2.0](https://github.com/ymasory/iText-4.2.0) -
105105
original parent on GitHub
106106

107-
108107
## Security Notice
109108

110-
It is the responsibility of the application developer to ensure that all input passed into OpenPDF is trusted, sanitized, and safe.
111-
OpenPDF does not perform input validation or enforce sandboxing. For important security guidelines and common risks, please read our [Security Policy](Security.md).
109+
It is the responsibility of the application developer to ensure that all input passed into OpenPDF is trusted,
110+
sanitized, and safe.
111+
OpenPDF does not perform input validation or enforce sandboxing. For important security guidelines and common risks,
112+
please read our [Security Policy](Security.md).
112113

113114
## Android
114115

changelogs/2.0.5.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<a name="2.0.5"></a>
2+
3+
## [2.0.5] - 2025-05-26
4+
5+
### Fixes
6+
7+
- Fix for reading very small PDF files (#1334)
8+
- Fix indentation in Image class.
9+
- Revert "Fix indentation in Image class."
10+
- Revert "Refactor OpenPDF for Improved Code Maintainability: Encapsulation, Factory Method, and Utility Class
11+
Extraction (#1241)"
12+
- Revert "Update Image.java"
13+
- Security documentation proposal (#1328)
14+
15+
### Changes
16+
17+
- Mockito cleanup and upgrade (#1324)
18+
- Refactor OpenPDF for Improved Code Maintainability: Encapsulation, Factory Method, and Utility Class Extraction (
19+
#1241)
20+
- Remove hamcrest dependency (#1322)
21+
- Solve sonarcloud issues
22+
- Update Image.java
23+
- Update of LargePdfTest
24+
- Update README.md
25+
- Update Version to 2.0.5
26+
27+
### Updates
28+
29+
- Bump com.puppycrawl.tools:checkstyle from 10.23.1 to 10.24.0 (#1327)
30+
- Bump org.jfree:jfreechart from 1.5.5 to 1.5.6 (#1326)
31+
- Bump org.pitest:pitest-junit5-plugin from 1.2.2 to 1.2.3 (#1321)
32+
33+
[2.0.5]: https://github.com/LibrePDF/OpenPDF/compare/2.0.4...2.0.5

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>2.0.5-SNAPSHOT</version>
8+
<version>2.0.5</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
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.librepdf</groupId>
88
<artifactId>openpdf-parent</artifactId>
9-
<version>2.0.5-SNAPSHOT</version>
9+
<version>2.0.5</version>
1010
</parent>
1111

1212
<artifactId>openpdf</artifactId>

pdf-swing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.librepdf</groupId>
88
<artifactId>openpdf-parent</artifactId>
9-
<version>2.0.5-SNAPSHOT</version>
9+
<version>2.0.5</version>
1010
</parent>
1111

1212
<artifactId>pdf-swing</artifactId>

pdf-toolbox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.librepdf</groupId>
88
<artifactId>openpdf-parent</artifactId>
9-
<version>2.0.5-SNAPSHOT</version>
9+
<version>2.0.5</version>
1010
</parent>
1111

1212
<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>2.0.5-SNAPSHOT</version> <!-- artifact.version -->
8+
<version>2.0.5</version> <!-- artifact.version -->
99
<packaging>pom</packaging>
1010

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

0 commit comments

Comments
 (0)