diff options
author | Werner Koch <[email protected]> | 2015-08-26 07:28:32 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-08-26 08:06:00 +0000 |
commit | 107bff70edb611309f627058dd4777a5da084b1a (patch) | |
tree | bfa7485739eb79853cbaeec4213ac648fcaed28c /NEWS | |
parent | Make use of GPGRT macros is available. (diff) | |
download | gpgme-1.6.0.tar.gz gpgme-1.6.0.zip |
Release 1.6.0gpgme-1.6.0
* configure.ac: Set LT version to C25/A14/R0.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | NEWS | 31 |
1 files changed, 30 insertions, 1 deletions
@@ -1,6 +1,35 @@ -Noteworthy changes in version 1.6.0 (unreleased) [C24/A13/R_] +Noteworthy changes in version 1.6.0 (2015-08-26) [C25/A14/R0] ------------------------------------------------ + * Added gpgme_set_offline to do a key listinging w/o requiring CRL. + + * Added gpgme_set_status_cb to allow a user to see some status + messages. + + * Added an export mode for secret keys. + + * More precise error codes are returned if GnuPG >= 2.1.8 is used. + + * The passphrase handler for the loopback mode has been improved and may + also be used with genkey. + + * [w32] The standard GnuPG 2.1 install directory is now seached for + gpgconf.exe before a registry specified directory and the Gpg4win + install directory. + + * [w32] gpgme-w32spawn.exe will now only be searched in the gpgme DLL + directory. + + * Interface changes relative to the 1.5.1 release: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + gpgme_set_offline NEW. + gpgme_get_offline NEW. + gpgme_set_status_cb NEW. + gpgme_get_status_cb NEW. + GPGME_EXPORT_MODE_SECRET NEW + GPGME_EXPORT_MODE_RAW NEW. + GPGME_EXPORT_MODE_PKCS12 NEW. + Noteworthy changes in version 1.5.5 (2015-06-08) [C24/A13/R4] ------------------------------------------------ |