diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-09-06 05:16:24 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-09-06 05:16:40 +0200 |
commit | a5176b5bbb1c38869fe4009eb73ecc23a4e18909 (patch) | |
tree | 36b302c4a3c1ee6f92477015d9ff80f46024f969 | |
parent | af6a9370336a94147c5f93eef0978c34ab504482 (diff) | |
download | pdf-simple-sign-1.1.1.tar.gz pdf-simple-sign-1.1.1.tar.xz pdf-simple-sign-1.1.1.zip |
Bump version, update NEWSv1.1.1
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +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 diff --git a/meson.build b/meson.build index 469d726..b9d18ad 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pdf-simple-sign', 'cpp', default_options : ['cpp_std=c++11'], - version : '1.1') + version : '1.1.1') conf = configuration_data() conf.set('PROJECT_NAME', '"' + meson.project_name() + '"') |