diff options
| author | Werner Koch <[email protected]> | 2005-12-20 21:22:19 +0100 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2005-12-20 21:22:19 +0100 |
| commit | 6da0dd817eb6153eaf4404147c2332f1298ddba0 (patch) | |
| tree | 6428e4cc3dc00d4bb4cfd1f7650bcbda20098f16 /trunk/NEWS | |
| parent | * Fixed a bug in that the fingerprints of subkeys are not available. (diff) | |
| download | gpgme-6da0dd817eb6153eaf4404147c2332f1298ddba0.tar.gz gpgme-6da0dd817eb6153eaf4404147c2332f1298ddba0.zip | |
Basic PKA support.
Diffstat (limited to 'trunk/NEWS')
| -rw-r--r-- | trunk/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -19,11 +19,19 @@ Noteworthy changes in version 1.1.1 (unreleased) compatibility is provided. In other words: If free() worked for you before, it will keep working. + * New status codes GPGME_PKA_TRUST_GOOD and GPGME_PKA_TRUST_BAD. + They are analyzed by the verify handlers and made available in the + new PKA_TRUST field of the signature result structure. + + * Interface changes relative to the 1.1.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_key_sig_t EXTENDED: New field notations. GPGME_KEYLIST_MODE_SIG_NOTATIONS NEW gpgme_free NEW +GPGME_STATUS_PKA_TRUST_BAD NEW +GPGME_STATUS_PKA_TRUST_GOOD NEW +gpgme_signature_t EXTENDED: New field pka_trust. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
