aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-09-06 05:16:24 +0200
committerPřemysl Eric Janouch <p@janouch.name>2020-09-06 05:16:40 +0200
commita5176b5bbb1c38869fe4009eb73ecc23a4e18909 (patch)
tree36b302c4a3c1ee6f92477015d9ff80f46024f969
parentaf6a9370336a94147c5f93eef0978c34ab504482 (diff)
downloadpdf-simple-sign-a5176b5bbb1c38869fe4009eb73ecc23a4e18909.tar.gz
pdf-simple-sign-a5176b5bbb1c38869fe4009eb73ecc23a4e18909.tar.xz
pdf-simple-sign-a5176b5bbb1c38869fe4009eb73ecc23a4e18909.zip
Bump version, update NEWSv1.1.1
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1bcae4a..610609f 100644
--- a/NEWS
+++ b/NEWS
@@ -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() + '"')