diff options
author | Werner Koch <[email protected]> | 2004-02-17 17:26:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-02-17 17:26:20 +0000 |
commit | 91d3e5aa57bd9a75e77ddbd4753897b6a372c323 (patch) | |
tree | c15ce77f929f69dcbb165711bdf206ac20a73426 /NEWS | |
parent | * gpgme.texi (Key Listing Mode): Doc KEYLIST_MODE_VALIDATE. (diff) | |
download | gpgme-91d3e5aa57bd9a75e77ddbd4753897b6a372c323.tar.gz gpgme-91d3e5aa57bd9a75e77ddbd4753897b6a372c323.zip |
* gpgsm/t-import.c (check_result): gpgsm does now return info in
the result->imports; adjust for that.
* gpgsm/Makefile.am (TESTS_ENVIRONMENT): Reset the GPG_AGENT_INFO.
* gpg/t-keylist-sig.c (main): s/class/sig_class/.
* gpg/t-signers.c (check_result): Ditto.
* gpg/t-sign.c (check_result): Ditto.
* gpg/t-encrypt-sign.c (check_result): Ditto.
* gpgsm/t-sign.c (check_result): Ditto.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -54,11 +54,15 @@ Noteworthy changes in version 0.4.5 (unreleased) needed. Still, it is there if necessary. If in doubt, contact us and we will give our advise for your specific situation. + * A new key listing mode for validation of the key has been added. + See the manual. + * Interface changes relative to the 0.4.4 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_data_seek_cb_t CHANGED: off_t is now a largefile type. gpgme_data_seek CHANGED: off_t is now a largefile type. gpgme_data_new_from_filepart CHANGED: off_t is now a largefile type. +GPGME_KEYLIST_MODE_VALIDATE NEW. Noteworthy changes in version 0.4.4 (2004-01-12) |