2025-03-27 21:57:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 27 21:54:45 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Fix javadoc generation with javadoc:aggregate
|
|
|
|
|
2024-06-14 16:03:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 13 17:37:31 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
- Upgrade to version 1.4.2
|
|
|
|
* What's Changed
|
|
|
|
+ Use UTF-8 in .getBytes(), and force running Tests with UTF-8
|
|
|
|
+ Provide PDF/A conform annotations (backport 1.4)
|
|
|
|
+ Merge/1.3 in 1.4
|
|
|
|
|
2024-05-21 14:02:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 14 12:36:06 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
- Upgrade to version 1.4.1 - Java 11 compatible
|
|
|
|
* What's Changed
|
|
|
|
+ lift TrueTypeFontUnicode.includeCidSet flag up to BaseFont to
|
|
|
|
make it publicly accessible (#1041)
|
|
|
|
+ #837 Modified PdfPTable add cell method to return cell
|
|
|
|
(Breaking Changes)
|
|
|
|
+ Fix for issues #1047
|
|
|
|
+ Build with Java 11
|
|
|
|
+ #1062: Call LayoutProcessor.disable() after Test-Runs
|
|
|
|
+ 1062 layout processor fix 1.4
|
|
|
|
- Upgrade to version 1.3.41
|
|
|
|
* What's Changed
|
|
|
|
+ lift TrueTypeFontUnicode.includeCidSet flag up to BaseFont to
|
|
|
|
make it publicly accessible (#1041)
|
|
|
|
+ #837 Modified PdfPTable add cell method to return cell
|
|
|
|
(Breaking Changes)
|
|
|
|
+ Fix for issues #1047
|
|
|
|
+ [#1053] [#1033] [#1034] Restored java8 compatibility
|
|
|
|
+ Build with target JDK 8, GPG activated again
|
|
|
|
+ #1062: Call LayoutProcessor.disable() after Test-Runs
|
|
|
|
- Upgrade to version 1.3.40
|
|
|
|
* What's New in OpenPDF 1.3.40
|
|
|
|
+ Add TrueTypeFontUnicode.includeCidSet flag (#1041)
|
|
|
|
+ Added Codacy
|
|
|
|
+ Bump org.assertj:assertj-core from 3.25.1 to 3.25.2
|
|
|
|
+ Bump com.puppycrawl.tools:checkstyle from 10.12.7 to 10.13.0
|
|
|
|
+ Bump org.assertj:assertj-core from 3.25.2 to 3.25.3
|
|
|
|
+ Bump junit.version from 5.10.1 to 5.10.2
|
|
|
|
|
2024-01-29 06:10:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 27 15:10:02 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
- Upgrade to version 1.3.39
|
|
|
|
* What's Changed in OpenPDF 1.3.39
|
|
|
|
+ Fix NullPointerException on null rows in table
|
|
|
|
* What's Changed in OpenPDF 1.3.38
|
|
|
|
+ Fix issue #1024: newline (or other control char below 0x20)
|
|
|
|
should not switch font
|
|
|
|
+ Fix row height calculation for tables with locked width
|
|
|
|
* What's Changed in OpenPDF 1.3.37
|
|
|
|
+ Java 11 or later is required to use OpenPDF.
|
|
|
|
+ 32 methods and fields marked with Deprecated annotation which
|
|
|
|
were already commented as deprecated.
|
|
|
|
|
2024-01-15 12:17:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 13 02:35:53 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
- Upgrade to version 1.3.36
|
|
|
|
* What's new in OpenPDF 1.3.36
|
|
|
|
+ Bump org.assertj:assertj-core from 3.24.2 to 3.25.0
|
|
|
|
+ Bump com.puppycrawl.tools:checkstyle from 10.12.6 to 10.12.7
|
|
|
|
+ Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to
|
|
|
|
3.3.2
|
|
|
|
+ Bump org.assertj:assertj-core from 3.25.0 to 3.25.1
|
|
|
|
+ Fix performance for rowspan height distribution
|
|
|
|
+ Java 9 or later is required.
|
|
|
|
|
2024-01-08 05:33:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 27 17:13:29 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
2024-01-15 12:17:31 +00:00
|
|
|
- Upgrade to version 1.3.35
|
2024-01-08 05:33:49 +00:00
|
|
|
* What's new in OpenPDF 1.3.35
|
|
|
|
+ Bump com.ibm.icu:icu4j from 74.1 to 74.2
|
|
|
|
+ Bump org.apache.maven.plugins:maven-compiler-plugin from
|
|
|
|
3.11.0 to 3.12.0
|
|
|
|
+ Bump org.apache.maven.plugins:maven-compiler-plugin from
|
|
|
|
3.12.0 to 3.12.1
|
|
|
|
+ Remove reflection use from MappedRandomAccessFile #1008
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 23 12:14:20 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
- Upgrade to version 1.3.34
|
|
|
|
* What's new in OpenPDF 1.3.34
|
|
|
|
+ Disable External Entities in XmlParser #999
|
|
|
|
+ Bump commons-io:commons-io from 2.15.0 to 2.15.1
|
|
|
|
+ Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2
|
|
|
|
to 3.6.3
|
|
|
|
+ Bump com.puppycrawl.tools:checkstyle from 10.12.5 to 10.12.6
|
|
|
|
+ Fixed several form flattening issues
|
|
|
|
+ Fixed issues discussed in #992
|
|
|
|
|
2023-11-02 14:00:06 +00:00
|
|
|
-------------------------------------------------------------------
|
2023-11-29 14:30:05 +00:00
|
|
|
Tue Nov 28 20:04:16 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
- Upgrade to version 1.3.33
|
|
|
|
* What's New in OpenPDF 1.3.33
|
2024-01-08 05:33:49 +00:00
|
|
|
+ Bump bouncycastle.version from 1.76 to 1.77
|
|
|
|
+ Errors in indentation and tab positions
|
2023-11-29 14:30:05 +00:00
|
|
|
+ Fixed issue reported by bsanchezb which in certain cases
|
2024-01-08 05:33:49 +00:00
|
|
|
would overwr…
|
2023-11-29 14:30:05 +00:00
|
|
|
+ Bump junit.version from 5.10.0 to 5.10.1 in #983
|
|
|
|
+ Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0
|
2024-01-08 05:33:49 +00:00
|
|
|
to 3.6.2
|
2023-11-29 14:30:05 +00:00
|
|
|
+ example code and test case for #591:
|
2024-01-08 05:33:49 +00:00
|
|
|
FopGlyphProcessor.convertToBytesWithGlyphs()
|
2023-11-29 14:30:05 +00:00
|
|
|
+ Bump com.puppycrawl.tools:checkstyle from 10.12.4 to 10.12.5
|
2024-01-08 05:33:49 +00:00
|
|
|
+ garbled CJK Unified Ideographs Extension text test and fix
|
2023-11-29 14:30:05 +00:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2023-11-02 14:00:06 +00:00
|
|
|
Thu Nov 2 13:51:22 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Upgrade to version 1.3.32
|
|
|
|
* Changes of 1.3.32
|
|
|
|
+ Speed up loading fonts from JAR
|
|
|
|
+ Nullsafe equals in XfaForm when processing template
|
|
|
|
+ Fix height calculation for table rows with rowspan
|
|
|
|
+ Added AutoCloseable annotations on classes, that already
|
|
|
|
implement the close method
|
|
|
|
+ Fixing umlauts in form fields
|
|
|
|
+ Skipping eliminateSharedStreams() method call.
|
|
|
|
+ Add flag to inhibit FOP glyph substitution
|
|
|
|
+ Align /ID entry creation with 14.4 File Identifiers
|
|
|
|
* Changes of 1.3.31
|
|
|
|
+ Add optional metadata/info update in a sequential revision
|
|
|
|
+ Add CIDSet for font subset to ensure PDF/A compliance
|
|
|
|
+ Fix table rendering in footers
|
|
|
|
+ Throw InvalidPdfException in PdfReader.rebuildXref if no
|
|
|
|
trailer is found
|
|
|
|
+ [SECURITY] Fix Temporary File Information Disclosure
|
|
|
|
Vulnerability
|
|
|
|
+ Enable kerning and ligatures for LayoutProcessor
|
2024-01-08 05:33:49 +00:00
|
|
|
+ Add PDF/A-1b example
|
2023-11-02 14:00:06 +00:00
|
|
|
+ Fix for localgoto in pdf/a-1b documents
|
|
|
|
+ PDF/A conformance and StructElem Type
|
|
|
|
+ Issue676: references in tag structure tree are incorrect
|
|
|
|
+ set FLAGS_PRINT flag in annotation for action chunks
|
|
|
|
- Removed patch:
|
|
|
|
* openpdf-bc175.patch
|
|
|
|
+ not needed with this version
|
|
|
|
|
2023-10-18 19:24:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 18 19:23:36 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Added patch:
|
2023-10-19 06:49:07 +00:00
|
|
|
* openpdf-bc175.patch
|
2023-10-18 19:24:19 +00:00
|
|
|
+ allow building with bouncycastle 1.75+
|
|
|
|
|
2023-09-13 04:48:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 13 04:47:42 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
|
|
|
|
|
2023-08-23 17:15:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 23 17:15:26 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Enumerate all non-transitive dependencies
|
|
|
|
|
2023-08-06 10:10:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 6 08:00:28 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
- Initial packaging with v1.3.30
|