diff options
author | Werner Koch <[email protected]> | 2002-04-27 12:16:48 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-04-27 12:16:48 +0000 |
commit | 1ac21c55c879b687a5d2148597a497353ef983ac (patch) | |
tree | ff7568670d87f22437ebb9fea2d936a259486aff /NEWS | |
parent | 2002-04-27 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-1ac21c55c879b687a5d2148597a497353ef983ac.tar.gz gpgme-1ac21c55c879b687a5d2148597a497353ef983ac.zip |
* gpgme.h (GpgmeData_Encoding): New.
* data.c (gpgme_data_get_encoding,gpgme_data_set_encoding): New.
* engine-gpgsm.c (map_input_enc): New. Use it in all local
functions where the INPUT command gets send.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_get_passphrase_cb NEW gpgme_get_progress_cb NEW +GpgmeDataEncoding NEW +gpgme_data_set_encoding NEW +gpgme_data_get_encoding NEW ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Noteworthy changes in version 0.3.5 (2002-04-01) |