Files
openpdf/openpdf.changes

170 lines
6.8 KiB
Plaintext
Raw Permalink Normal View History

-------------------------------------------------------------------
Thu Mar 27 21:54:45 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Fix javadoc generation with javadoc:aggregate
-------------------------------------------------------------------
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
-------------------------------------------------------------------
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
-------------------------------------------------------------------
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.
Accepting request 1138419 from home:urbic:branches:Java:packages - 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. - Upgrade to version 1.3.35 * 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 - 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 - Upgrade to version 1.3.33 * What's New in OpenPDF 1.3.33 + Bump bouncycastle.version from 1.76 to 1.77 + Errors in indentation and tab positions + Fixed issue reported by bsanchezb which in certain cases would overwr… + 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 to 3.6.2 + example code and test case for #591: FopGlyphProcessor.convertToBytesWithGlyphs() + Bump com.puppycrawl.tools:checkstyle from 10.12.4 to 10.12.5 + garbled CJK Unified Ideographs Extension text test and fix - 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 + Add PDF/A-1b example + 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 - Added patch: * openpdf-bc175.patch + allow building with bouncycastle 1.75+ - Reproducible builds: use SOURCE_DATE_EPOCH for timestamp - Enumerate all non-transitive dependencies - Initial packaging with v1.3.30 OBS-URL: https://build.opensuse.org/request/show/1138419 OBS-URL: https://build.opensuse.org/package/show/Java:packages/openpdf?expand=0&rev=11
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.
Accepting request 1135360 from home:urbic:branches:Java:packages - Upgrade to version 1.3.35 * 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 - 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 - Upgrade to version 1.3.33 * What's New in OpenPDF 1.3.33 + Bump bouncycastle.version from 1.76 to 1.77 + Errors in indentation and tab positions + Fixed issue reported by bsanchezb which in certain cases would overwr… + 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 to 3.6.2 + example code and test case for #591: FopGlyphProcessor.convertToBytesWithGlyphs() + Bump com.puppycrawl.tools:checkstyle from 10.12.4 to 10.12.5 + garbled CJK Unified Ideographs Extension text test and fix - 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 + Add PDF/A-1b example + 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 - Added patch: * openpdf-bc175.patch + allow building with bouncycastle 1.75+ - Reproducible builds: use SOURCE_DATE_EPOCH for timestamp - Enumerate all non-transitive dependencies - Initial packaging with v1.3.30 OBS-URL: https://build.opensuse.org/request/show/1135360 OBS-URL: https://build.opensuse.org/package/show/Java:packages/openpdf?expand=0&rev=10
2024-01-08 05:33:49 +00:00
-------------------------------------------------------------------
Wed Dec 27 17:13:29 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
Accepting request 1138419 from home:urbic:branches:Java:packages - 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. - Upgrade to version 1.3.35 * 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 - 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 - Upgrade to version 1.3.33 * What's New in OpenPDF 1.3.33 + Bump bouncycastle.version from 1.76 to 1.77 + Errors in indentation and tab positions + Fixed issue reported by bsanchezb which in certain cases would overwr… + 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 to 3.6.2 + example code and test case for #591: FopGlyphProcessor.convertToBytesWithGlyphs() + Bump com.puppycrawl.tools:checkstyle from 10.12.4 to 10.12.5 + garbled CJK Unified Ideographs Extension text test and fix - 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 + Add PDF/A-1b example + 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 - Added patch: * openpdf-bc175.patch + allow building with bouncycastle 1.75+ - Reproducible builds: use SOURCE_DATE_EPOCH for timestamp - Enumerate all non-transitive dependencies - Initial packaging with v1.3.30 OBS-URL: https://build.opensuse.org/request/show/1138419 OBS-URL: https://build.opensuse.org/package/show/Java:packages/openpdf?expand=0&rev=11
2024-01-15 12:17:31 +00:00
- Upgrade to version 1.3.35
Accepting request 1135360 from home:urbic:branches:Java:packages - Upgrade to version 1.3.35 * 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 - 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 - Upgrade to version 1.3.33 * What's New in OpenPDF 1.3.33 + Bump bouncycastle.version from 1.76 to 1.77 + Errors in indentation and tab positions + Fixed issue reported by bsanchezb which in certain cases would overwr… + 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 to 3.6.2 + example code and test case for #591: FopGlyphProcessor.convertToBytesWithGlyphs() + Bump com.puppycrawl.tools:checkstyle from 10.12.4 to 10.12.5 + garbled CJK Unified Ideographs Extension text test and fix - 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 + Add PDF/A-1b example + 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 - Added patch: * openpdf-bc175.patch + allow building with bouncycastle 1.75+ - Reproducible builds: use SOURCE_DATE_EPOCH for timestamp - Enumerate all non-transitive dependencies - Initial packaging with v1.3.30 OBS-URL: https://build.opensuse.org/request/show/1135360 OBS-URL: https://build.opensuse.org/package/show/Java:packages/openpdf?expand=0&rev=10
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
-------------------------------------------------------------------
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
Accepting request 1135360 from home:urbic:branches:Java:packages - Upgrade to version 1.3.35 * 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 - 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 - Upgrade to version 1.3.33 * What's New in OpenPDF 1.3.33 + Bump bouncycastle.version from 1.76 to 1.77 + Errors in indentation and tab positions + Fixed issue reported by bsanchezb which in certain cases would overwr… + 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 to 3.6.2 + example code and test case for #591: FopGlyphProcessor.convertToBytesWithGlyphs() + Bump com.puppycrawl.tools:checkstyle from 10.12.4 to 10.12.5 + garbled CJK Unified Ideographs Extension text test and fix - 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 + Add PDF/A-1b example + 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 - Added patch: * openpdf-bc175.patch + allow building with bouncycastle 1.75+ - Reproducible builds: use SOURCE_DATE_EPOCH for timestamp - Enumerate all non-transitive dependencies - Initial packaging with v1.3.30 OBS-URL: https://build.opensuse.org/request/show/1135360 OBS-URL: https://build.opensuse.org/package/show/Java:packages/openpdf?expand=0&rev=10
2024-01-08 05:33:49 +00:00
+ Bump bouncycastle.version from 1.76 to 1.77
+ Errors in indentation and tab positions
+ Fixed issue reported by bsanchezb which in certain cases
Accepting request 1135360 from home:urbic:branches:Java:packages - Upgrade to version 1.3.35 * 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 - 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 - Upgrade to version 1.3.33 * What's New in OpenPDF 1.3.33 + Bump bouncycastle.version from 1.76 to 1.77 + Errors in indentation and tab positions + Fixed issue reported by bsanchezb which in certain cases would overwr… + 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 to 3.6.2 + example code and test case for #591: FopGlyphProcessor.convertToBytesWithGlyphs() + Bump com.puppycrawl.tools:checkstyle from 10.12.4 to 10.12.5 + garbled CJK Unified Ideographs Extension text test and fix - 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 + Add PDF/A-1b example + 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 - Added patch: * openpdf-bc175.patch + allow building with bouncycastle 1.75+ - Reproducible builds: use SOURCE_DATE_EPOCH for timestamp - Enumerate all non-transitive dependencies - Initial packaging with v1.3.30 OBS-URL: https://build.opensuse.org/request/show/1135360 OBS-URL: https://build.opensuse.org/package/show/Java:packages/openpdf?expand=0&rev=10
2024-01-08 05:33:49 +00:00
would overwr…
+ 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
Accepting request 1135360 from home:urbic:branches:Java:packages - Upgrade to version 1.3.35 * 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 - 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 - Upgrade to version 1.3.33 * What's New in OpenPDF 1.3.33 + Bump bouncycastle.version from 1.76 to 1.77 + Errors in indentation and tab positions + Fixed issue reported by bsanchezb which in certain cases would overwr… + 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 to 3.6.2 + example code and test case for #591: FopGlyphProcessor.convertToBytesWithGlyphs() + Bump com.puppycrawl.tools:checkstyle from 10.12.4 to 10.12.5 + garbled CJK Unified Ideographs Extension text test and fix - 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 + Add PDF/A-1b example + 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 - Added patch: * openpdf-bc175.patch + allow building with bouncycastle 1.75+ - Reproducible builds: use SOURCE_DATE_EPOCH for timestamp - Enumerate all non-transitive dependencies - Initial packaging with v1.3.30 OBS-URL: https://build.opensuse.org/request/show/1135360 OBS-URL: https://build.opensuse.org/package/show/Java:packages/openpdf?expand=0&rev=10
2024-01-08 05:33:49 +00:00
to 3.6.2
+ example code and test case for #591:
Accepting request 1135360 from home:urbic:branches:Java:packages - Upgrade to version 1.3.35 * 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 - 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 - Upgrade to version 1.3.33 * What's New in OpenPDF 1.3.33 + Bump bouncycastle.version from 1.76 to 1.77 + Errors in indentation and tab positions + Fixed issue reported by bsanchezb which in certain cases would overwr… + 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 to 3.6.2 + example code and test case for #591: FopGlyphProcessor.convertToBytesWithGlyphs() + Bump com.puppycrawl.tools:checkstyle from 10.12.4 to 10.12.5 + garbled CJK Unified Ideographs Extension text test and fix - 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 + Add PDF/A-1b example + 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 - Added patch: * openpdf-bc175.patch + allow building with bouncycastle 1.75+ - Reproducible builds: use SOURCE_DATE_EPOCH for timestamp - Enumerate all non-transitive dependencies - Initial packaging with v1.3.30 OBS-URL: https://build.opensuse.org/request/show/1135360 OBS-URL: https://build.opensuse.org/package/show/Java:packages/openpdf?expand=0&rev=10
2024-01-08 05:33:49 +00:00
FopGlyphProcessor.convertToBytesWithGlyphs()
+ Bump com.puppycrawl.tools:checkstyle from 10.12.4 to 10.12.5
Accepting request 1135360 from home:urbic:branches:Java:packages - Upgrade to version 1.3.35 * 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 - 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 - Upgrade to version 1.3.33 * What's New in OpenPDF 1.3.33 + Bump bouncycastle.version from 1.76 to 1.77 + Errors in indentation and tab positions + Fixed issue reported by bsanchezb which in certain cases would overwr… + 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 to 3.6.2 + example code and test case for #591: FopGlyphProcessor.convertToBytesWithGlyphs() + Bump com.puppycrawl.tools:checkstyle from 10.12.4 to 10.12.5 + garbled CJK Unified Ideographs Extension text test and fix - 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 + Add PDF/A-1b example + 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 - Added patch: * openpdf-bc175.patch + allow building with bouncycastle 1.75+ - Reproducible builds: use SOURCE_DATE_EPOCH for timestamp - Enumerate all non-transitive dependencies - Initial packaging with v1.3.30 OBS-URL: https://build.opensuse.org/request/show/1135360 OBS-URL: https://build.opensuse.org/package/show/Java:packages/openpdf?expand=0&rev=10
2024-01-08 05:33:49 +00:00
+ garbled CJK Unified Ideographs Extension text test and fix
-------------------------------------------------------------------
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
Accepting request 1135360 from home:urbic:branches:Java:packages - Upgrade to version 1.3.35 * 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 - 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 - Upgrade to version 1.3.33 * What's New in OpenPDF 1.3.33 + Bump bouncycastle.version from 1.76 to 1.77 + Errors in indentation and tab positions + Fixed issue reported by bsanchezb which in certain cases would overwr… + 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 to 3.6.2 + example code and test case for #591: FopGlyphProcessor.convertToBytesWithGlyphs() + Bump com.puppycrawl.tools:checkstyle from 10.12.4 to 10.12.5 + garbled CJK Unified Ideographs Extension text test and fix - 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 + Add PDF/A-1b example + 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 - Added patch: * openpdf-bc175.patch + allow building with bouncycastle 1.75+ - Reproducible builds: use SOURCE_DATE_EPOCH for timestamp - Enumerate all non-transitive dependencies - Initial packaging with v1.3.30 OBS-URL: https://build.opensuse.org/request/show/1135360 OBS-URL: https://build.opensuse.org/package/show/Java:packages/openpdf?expand=0&rev=10
2024-01-08 05:33:49 +00:00
+ Add PDF/A-1b example
+ 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
-------------------------------------------------------------------
Wed Oct 18 19:23:36 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Added patch:
* openpdf-bc175.patch
+ allow building with bouncycastle 1.75+
-------------------------------------------------------------------
Wed Sep 13 04:47:42 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
-------------------------------------------------------------------
Wed Aug 23 17:15:26 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Enumerate all non-transitive dependencies
-------------------------------------------------------------------
Sun Aug 6 08:00:28 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
- Initial packaging with v1.3.30