diff options
author | Marcus Brinkmann <[email protected]> | 2009-11-10 14:49:35 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2009-11-10 14:49:35 +0000 |
commit | cda07b9ab4f09ac87bc1aebbbe113f125eedeb02 (patch) | |
tree | 53b0a5bc6d03bbea4b0fce70ea3454777907ad4c /src/ChangeLog | |
parent | 2009-11-10 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-cda07b9ab4f09ac87bc1aebbbe113f125eedeb02.tar.gz gpgme-cda07b9ab4f09ac87bc1aebbbe113f125eedeb02.zip |
2009-11-10 Marcus Brinkmann <[email protected]>
* gpgme.h.in (gpgme_get_sub_protocol): Add prototype.
* gpgme.def, libgpgme.vers: Add gpgme_get_sub_protocol.
* context.h (struct gpgme_context): New member sub_protocol.
* gpgme.c (gpgme_set_sub_protocol): Set CTX->sub_protocol.
(gpgme_get_sub_protocol): New function.
* op-support.c (_gpgme_op_reset): Set sub protocol.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b758b7ba..91ea9da0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,12 @@ 2009-11-10 Marcus Brinkmann <[email protected]> + * gpgme.h.in (gpgme_get_sub_protocol): Add prototype. + * gpgme.def, libgpgme.vers: Add gpgme_get_sub_protocol. + * context.h (struct gpgme_context): New member sub_protocol. + * gpgme.c (gpgme_set_sub_protocol): Set CTX->sub_protocol. + (gpgme_get_sub_protocol): New function. + * op-support.c (_gpgme_op_reset): Set sub protocol. + * Makefile.am (uiserver_components): New variable. (main_sources): Add it. * ops.h, key.c (_gpgme_key_append_name): Take CONVERT argument, |