diff options
author | Werner Koch <[email protected]> | 2002-05-03 19:49:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-05-03 19:49:04 +0000 |
commit | 203a4778b60ac3bf4fc369bc8107f382eb5e99cf (patch) | |
tree | 20cf67b0a0ab268997a7f9f20bedab66b0331989 /NEWS | |
parent | * gpgme.texi (Manipulating Data Buffers): Changed some data types (diff) | |
download | gpgme-203a4778b60ac3bf4fc369bc8107f382eb5e99cf.tar.gz gpgme-203a4778b60ac3bf4fc369bc8107f382eb5e99cf.zip |
released 0.3.6V0-3-6
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -1,8 +1,13 @@ - * The signature verfication functions are extended. Instead of - always returning GPGME_SIG_STATUS_GOOD, the functions return more - specific codes for expired signatures. 2 new functions may be used - to retrieve more specific information like the signature expiartion - time and a validut information of the key without looking up the key. +Noteworthy changes in version 0.3.6 (2002-05-03) +------------------------------------------------ + + * All error outout of the gpgsm backend is send to the bit bucket. + + * The signature verification functions are extended. Instead of + always returning GPGME_SIG_STATUS_GOOD, the functions new codes for + expired signatures. 2 new functions may be used to retrieve more + detailed information like the signature expiration time and a + validity information of the key without an extra key looking. * The current passphrase callback and progress meter callback can be retrieved with the new functions gpgme_get_passphrase_cb and |