|
I have diffed the old and new upstream distribution packages and found
that on 2025-05-24, upstream has rebuilt the package with no changes
except for a minimal CI configuration change:
--- "old/resources/packs/pack-veraPDF Validation model" 2025-04-27 12:01:28.000000000 +0200
+++ "new/resources/packs/pack-veraPDF Validation model" 2025-05-24 21:56:02.000000000 +0200
@@ -40,6 +40,7 @@
- name: JDK setup
uses: actions/setup-java@v4
continue-on-error: true
+
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
@@ -79,6 +80,8 @@
if: github.repository == 'veraPDF/veraPDF-model'
runs-on: ubuntu-latest
+ continue-on-error: true
+
strategy:
fail-fast: false
matrix:
@@ -93,6 +96,7 @@
- name: JDK setup
uses: actions/setup-java@v4
continue-on-error: true
+
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
--- "old/resources/packs/pack-veraPDF Documentation" 2025-04-27 12:01:28.000000000 +0200
+++ "new/resources/packs/pack-veraPDF Documentation" 2025-05-24 21:56:04.000000000 +0200
@@ -143,7 +143,7 @@
### Applications
- updated izpack to version 5.2.4
--
+
### Validation
- (PDF/UA-1,2, WTPDF-1, ISO 32005) added rules to require Marked=true entry in MarkInfo dictionary
- (PDF/UA-2, WTPDF-1, ISO 32005) fixed parent-child rules for NonStruct, Part and Div
|