diff options
author | Werner Koch <[email protected]> | 2008-05-07 15:41:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-05-07 15:41:14 +0000 |
commit | b72c0012830eb8904678e18cc80ceb74a03e152c (patch) | |
tree | 09ca9adc94f23676c06f118528ccbbdf8b6bbf54 /NEWS | |
parent | Allow for engine version lines with a suffix. (diff) | |
download | gpgme-b72c0012830eb8904678e18cc80ceb74a03e152c.tar.gz gpgme-b72c0012830eb8904678e18cc80ceb74a03e152c.zip |
Support --locate-keys feature of gpg.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ Noteworthy changes in version 1.1.7 (unreleased) ------------------------------------------------ + * Using GPGME_KEYLIST_MODE_LOCAL combined with + GPGME_KEYLIST_MODE_EXTERN is now supported; it uses the + --locate-keys feature of gpg (>= 2.0.10). + * The encoding of gpgme_data_t objects can affect the output encoding of export, sign and encrypt operations now (the same operations that are also affected by the ASCII mode switch). We believe this |