Bump version, update NEWS
This commit is contained in:
parent
a75f990565
commit
3ce08d33f6
16
NEWS
16
NEWS
|
@ -1,3 +1,19 @@
|
||||||
|
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)
|
1.0 (2018-08-03)
|
||||||
|
|
||||||
* Initial release
|
* Initial release
|
||||||
|
|
|
@ -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.0')
|
version : '1.1')
|
||||||
|
|
||||||
conf = configuration_data()
|
conf = configuration_data()
|
||||||
conf.set('PROJECT_NAME', '"' + meson.project_name() + '"')
|
conf.set('PROJECT_NAME', '"' + meson.project_name() + '"')
|
||||||
|
|
Loading…
Reference in New Issue