aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2005-09-30 14:17:47 +0000
committerMarcus Brinkmann <[email protected]>2005-09-30 14:17:47 +0000
commitc6ee58ef5578162d49f6a674116cb9b84f9906ed (patch)
tree8e1655d1d3e49e8dae17c00ce10a638e9d7da67d /NEWS
parentdoc/ (diff)
downloadgpgme-c6ee58ef5578162d49f6a674116cb9b84f9906ed.tar.gz
gpgme-c6ee58ef5578162d49f6a674116cb9b84f9906ed.zip
doc/
2005-09-30 Marcus Brinkmann <[email protected]> * gpgme.texi (Data Buffer I/O Operations, Data Buffer Meta-Data): New subsections. gpgme/ 2005-09-30 Marcus Brinkmann <[email protected]> * data.h (struct gpgme_data): New member file_name. * data.c (gpgme_data_set_filename): New function. (_gpgme_data_release): Free DH->filename if necessary. (gpgme_data_get_filename): New function. * rungpg.c (gpg_encrypt): Set filename option. (gpg_encrypt_sign): Likewise. (gpg_sign): Likewise. * libgpgme.vers (GPGME_1.1): Add gpgme_data_set_file_name and gpgme_data_get_file_name. tests/ 2005-09-30 Marcus Brinkmann <[email protected]> * gpg/Makefile.am (TESTS): Add t-filename. * gpg/t-filename.c: New file.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index df6a5dcc..44eeca79 100644
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,11 @@ Noteworthy changes in version 1.1.0 (unreleased)
indicates if a key can be used for qualified signatures according
to local government regulations.
+ * You can associate a filename with a data object using the new
+ gpgme_data_set_filename() function. This filename will be stored
+ in the output when encrypting or signing the data and will be
+ returned when decrypting or verifying the output data.
+
* Interface changes relative to the 1.0.3 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_set_engine_info NEW
@@ -40,11 +45,12 @@ gpgme_ctx_set_engine_info NEW
gpgme_recipient_t NEW
gpgme_decrypt_result_t EXTENDED: New field recipients.
gpgme_verify_result_t EXTENDED: New fields pubkey_algo, hash_algo.
-gpgme_decrypt_result_t EXTENDED: New field file_name.
-gpgme_verify_result_t EXTENDED: New field file_name.
+gpgme_decrypt_result_t EXTENDED: New field plaintext_filename.
+gpgme_verify_result_t EXTENDED: New field plaintext_filename.
GPGME_STATUS_PLAINTEXT NEW
gpgme_key_t EXTENDED: New field is_qualified.
gpgme_subkey_t EXTENDED: New field is_qualified.
+gpgme_data_set_filename NEW
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~