aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-02-17 17:26:20 +0000
committerWerner Koch <[email protected]>2004-02-17 17:26:20 +0000
commit91d3e5aa57bd9a75e77ddbd4753897b6a372c323 (patch)
treec15ce77f929f69dcbb165711bdf206ac20a73426 /NEWS
parent* gpgme.texi (Key Listing Mode): Doc KEYLIST_MODE_VALIDATE. (diff)
downloadgpgme-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--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 067cae68..5812dcfc 100644
--- a/NEWS
+++ b/NEWS
@@ -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)