aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-04-10 09:47:19 +0000
committerWerner Koch <[email protected]>2014-04-10 09:48:20 +0000
commit77931a9a1468b0cfbaafd4153867d90764a6d258 (patch)
tree4d04e5b7d055b6bf1f8b931bc573603cd805ad65 /NEWS
parentRemove compiler warning from test (diff)
downloadgpgme-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--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8f9127e0..f625ab95 100644
--- a/NEWS
+++ b/NEWS
@@ -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)