From: Marcus Brinkmann Date: Mon, 4 Aug 2003 21:13:49 +0000 (+0000) Subject: Add info about bug fix. X-Git-Tag: gpgme-0-4-3~40 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=52ee4708a011839d6a920e894e11ea95859cfee3;p=gpgme.git Add info about bug fix. --- diff --git a/NEWS b/NEWS index 3311841..bfc4c8b 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,9 @@ Noteworthy changes in version 0.4.3 (unreleased) * gpgme_key_t and gpgme_subkey_t have a new field, can_authenticate, that indicates if the key can be used for authentication. + * gpgme_signature_t's status field is now correctly set to an error + with error code GPG_ERR_NO_PUBKEY if public key is not found. + * Interface changes relative to the 0.4.3 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_get_key CHANGED: Fails correctly if key ID not unique.