diff options
author | Marcus Brinkmann <[email protected]> | 2002-03-03 17:37:34 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-03-03 17:37:34 +0000 |
commit | 3c9959368e0099af4ef8c27953d7fc3c3d4cea29 (patch) | |
tree | ba67c576c0aaa1bead0298133cd22dba7b1ca07d /doc/ChangeLog | |
parent | doc/ (diff) | |
download | gpgme-3c9959368e0099af4ef8c27953d7fc3c3d4cea29.tar.gz gpgme-3c9959368e0099af4ef8c27953d7fc3c3d4cea29.zip |
doc/
2002-03-03 Marcus Brinkmann <[email protected]>
* gpgme.texi (Information About Keys): Document GPGME_ATTR_EXPIRE.
gpgme/
2002-03-03 Marcus Brinkmann <[email protected]>
* passphrase.c (_gpgme_passphrase_status_handler): Also set the
error No_Passphrase if only a bad passphrase was provided.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 88d4fbf9..a4c733ea 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,9 @@ 2002-03-03 Marcus Brinkmann <[email protected]> + * gpgme.texi (Information About Keys): Document GPGME_ATTR_EXPIRE. + +2002-03-03 Marcus Brinkmann <[email protected]> + * gpgme.texi (Verify): Document verification of normal and cleartext signatures. |