Changes Report

Release History

Version Date Description
1.1.3 2016-07-08 Warns if key alias is duplicit in keystore
1.1.2 2016-06-11 Minor bug fixes
1.1.1 2016-06-01 Minor bug fixes
1.1 2016-04-24 Accept diacritics in key alias
1.0 2016-02-23 First release

Release 1.1.3 – 2016-07-08

Type Changes By
Add If the key alias appears multiple times in the keystore, PDFMU prints a warning. filip.bartek

Release 1.1.2 – 2016-06-11

Type Changes By
Fix If keystore type is set to "pkcs12", keystore password is given and no key password is given, attempt to use the keystore password as the key password. filip.bartek
Fix Close the keystore file consistently. filip.bartek
Add If a required argument value is missing, pdfmu returns the exit status 15. filip.bartek
Add Recognize the exception "unknown tag" in PDF signing. filip.bartek
Add Add some unit and integration tests. filip.bartek

Release 1.1.1 – 2016-06-01

Type Changes By
Add If some required arguments are missing, pdfmu returns the exit status 14. filip.bartek
Fix Close input and output files consistently. Only write to the output file if the operation succeeds. The Operation objects may now be reused, which is useful in tests. filip.bartek
Add Add some tests along with Surefire and JaCoCo reports. filip.bartek

Release 1.1 – 2016-04-24

Type Changes By
Fix Added support for key aliases with non-ASCII characters in Windows certificate strore. filip.bartek

Release 1.0 – 2016-02-23

Type Changes By
Add Created the first release version. filip.bartek