Bump version, update NEWS

This commit is contained in:
Přemysl Eric Janouch 2020-09-06 05:16:24 +02:00
parent af6a937033
commit a5176b5bbb
Signed by: p
GPG Key ID: A0420B94F92B9493
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@ -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) 1.1 (2020-09-05)
* Make it possible to change the signature reservation with an option * Make it possible to change the signature reservation with an option

View File

@ -1,5 +1,5 @@
project('pdf-simple-sign', 'cpp', default_options : ['cpp_std=c++11'], project('pdf-simple-sign', 'cpp', default_options : ['cpp_std=c++11'],
version : '1.1') version : '1.1.1')
conf = configuration_data() conf = configuration_data()
conf.set('PROJECT_NAME', '"' + meson.project_name() + '"') conf.set('PROJECT_NAME', '"' + meson.project_name() + '"')