diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -0,0 +1,29 @@ +1.1.1 (2020-09-06) + + * Fix a dysfunctional example in the manual + + * Go: write the xref table in a deterministic order + + * Add a trivial test suite, based on pdfsig from poppler-utils + + +1.1 (2020-09-05) + + * Make it possible to change the signature reservation with an option + + * Return errors rather than mangle documents in some cases, + notably with pre-existing PDF forms + + * Avoid downgrading the document's PDF version to 1.6 + + * A few fixes for PDF parsing and serialisation + + * Add an instructive man page + + * Add a native Go port of the utility, also usable as a library + + +1.0 (2018-08-03) + + * Initial release + |