Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochen Stärk authored and Jochen Stärk committed Sep 10, 2018
1 parent 2271190 commit f3579c5
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
0.5.0
=====
2018-09-10
Non-16931 profiles are no longer automatically (but still can be manually) checked,
now writing a log file, attempt to find out which toolkit created that particular file (issue #2),
fixing that XML could not be extracted from certain valid PDF/A-3 files (issue #9),
added --action parameter (has to be validate), -f option changes to "-o -z", added APL license,
added possibility to check XML files only, fixing issues with files that contained a
UTF8 BOM in the XML content ("Content not allowed in prolog"),
Upgraded VeraPDF-validation from 1.10.5 to 1.12.1

0.4.3
=====
2018-03-19

Java 8 capability (fixes issue #8)

0.4.2
=====
2018-03-11
POJO embedding VeraPDF: unable to solve some severe deployment issues


0.4.1
=====
2018-02-12
ZUGFeRD 2 public preview EN16931 validation using the schematron files the CEN had
published under APL


0.3.0
=====
2017-07-24
First release as VeraPDF plugin
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.zugferd</groupId>
<artifactId>ZUV</artifactId>
<packaging>jar</packaging>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>

<repositories>
<repository>
Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>org.verapdf</groupId>
<artifactId>validation-model</artifactId>
<version>1.10.5</version>
<version>1.12.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.helger/ph-schematron -->
<dependency>
Expand Down

0 comments on commit f3579c5

Please sign in to comment.