diff options
author | Werner Koch <[email protected]> | 2014-04-10 09:47:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-04-10 09:48:20 +0000 |
commit | 77931a9a1468b0cfbaafd4153867d90764a6d258 (patch) | |
tree | 4d04e5b7d055b6bf1f8b931bc573603cd805ad65 /NEWS | |
parent | Remove compiler warning from test (diff) | |
download | gpgme-77931a9a1468b0cfbaafd4153867d90764a6d258.tar.gz gpgme-77931a9a1468b0cfbaafd4153867d90764a6d258.zip |
Add gpgme_get_dirinfo.
* src/dirinfo.c (gpgme_get_dirinfo): New.
* tests/t-engine-info.c (main): Print results from that function.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -5,10 +5,13 @@ Noteworthy changes in version 1.5.0 (unreleased) located via the envvar PATH. All configuration options to set the name of the engines for configure run are removed. - * If GPGME find the gpgconf binary it defaults to using gpg2 or + * If GPGME finds the gpgconf binary it defaults to using gpg2 or whatever gpgconf tells as name for the OpenPGP engine. If gpgconf is not found, GPGME looks for an engine named "gpg". + * Interface changes relative to the 1.4.3 release: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + gpgme_get_dirinfo NEW. Noteworthy changes in version 1.4.3 (2013-08-12) |