diff options
author | Werner Koch <[email protected]> | 2016-08-16 16:53:42 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-08-16 16:53:42 +0000 |
commit | 8c09dd9989bcd434a8cb5997770cb8414b96bd5c (patch) | |
tree | 165b40484f5182676f32356b2f6b26c81723a2ca /NEWS | |
parent | core: Simplify setting of dummy versions. (diff) | |
download | gpgme-8c09dd9989bcd434a8cb5997770cb8414b96bd5c.tar.gz gpgme-8c09dd9989bcd434a8cb5997770cb8414b96bd5c.zip |
core: New global flag "require-gnupg".
* src/gpgme.c (gpgme_set_global_flag): Add flag.
* src/engine.c (engine_minimal_version): New variable.
(_gpgme_set_engine_minimal_version): New function.
(gpgme_get_engine_info): Check that flag.
* tests/run-keylist.c (main): New option --require-gnupg.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ Noteworthy changes in version 1.7.0 (unreleased) [C25/A14/R_] * Bindings for Python 3 are now included. + * New global flag "require-gnupg" to set a minimal gnupg version. + * Interface changes relative to the 1.6.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_pubkey_algo_string NEW. |