aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2005-10-01 21:39:42 +0000
committerMarcus Brinkmann <[email protected]>2005-10-01 21:39:42 +0000
commit6e5762d67b8058f84ab7607869f0d42dde21224d (patch)
tree2310798b2d3d1c866ef7a58c3b18551c3e3c5b1a
parent2005-10-01 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-6e5762d67b8058f84ab7607869f0d42dde21224d.tar.gz
gpgme-6e5762d67b8058f84ab7607869f0d42dde21224d.zip
Fix typo.gpgme-1-1-0
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 635d096f..6d7a2d0b 100644
--- a/NEWS
+++ b/NEWS
@@ -33,7 +33,7 @@ Noteworthy changes in version 1.1.0 (2005-10-01)
to local government regulations.
* You can associate a filename with a data object using the new
- function gpgme_data_set_filename(). This filename will be stored
+ function gpgme_data_set_file_name(). 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.
@@ -53,7 +53,8 @@ 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
+gpgme_data_get_file_name NEW
+gpgme_data_set_file_name NEW
gpgme_sig_notation_flags_t NEW
GPGME_SIG_NOTATION_HUMAN_READABLE NEW
GPGME_SIG_NOTATAION_CRITICAL NEW