diff options
author | Marcus Brinkmann <[email protected]> | 2004-04-29 21:18:40 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-04-29 21:18:40 +0000 |
commit | 715da14d23bc5200888d9711dba28499a0c68dcb (patch) | |
tree | 984cc32f9d1a9553f015f2b548857e08206157e3 | |
parent | Add item about key fields. (diff) | |
download | gpgme-715da14d23bc5200888d9711dba28499a0c68dcb.tar.gz gpgme-715da14d23bc5200888d9711dba28499a0c68dcb.zip |
Add Albrecht Dress, because he was helpful.
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,9 +4,12 @@ Noteworthy changes in version 0.4.7 * Correctly initialize the fields expired, revoked, invalid, and disabled in the gpgme_key_t structures. + * A bug fix: The flag wrong_key_usage of gpgme_signature_t was + accidently of type int instead unsigned int. + * Interface changes relative to the 0.4.5 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -(none so far) +gpgme_signature_t CHANGED: wrong_key_usage is unsigned int now. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Noteworthy changes in version 0.4.6 (2004-04-06) |