blob: 610609f689e0622be3ec2222fcf575f4d716a48e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
  |