diff options
author | Werner Koch <[email protected]> | 2010-03-12 18:03:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-03-12 18:03:02 +0000 |
commit | 6e3602b556b6ac4dc32877a2f800e3322294976d (patch) | |
tree | ba5e229df9c1e7ed75d1eb6785f7a75bc517c783 /src/ChangeLog | |
parent | Hack to start the agent as a side-effect of a secret key listing (diff) | |
download | gpgme-6e3602b556b6ac4dc32877a2f800e3322294976d.tar.gz gpgme-6e3602b556b6ac4dc32877a2f800e3322294976d.zip |
Detect old gpg versions not featuring the --passwd command.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2582893e..887fbc5a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2010-03-12 Werner Koch <[email protected]> + + * passwd.c (op_data_t): New. + (passwd_start): Setup OPD. + (passwd_status_handler): Return GPG_ERR_NOT_SUPPORTED if needed. + * context.h (OPDATA_PASSWD): New. + * gpgme.h (GPGME_STATUS_SUCCESS): New. + 2010-03-09 Werner Koch <[email protected]> * engine-gpgsm.c (gpgsm_keylist): Try to start the agent. |