aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2008-01-28 19:41:26 +0000
committerMarcus Brinkmann <[email protected]>2008-01-28 19:41:26 +0000
commitef430d7828d5d9724fa787685662afbd5e248ebb (patch)
treeca4477137c466c67e8f59c13f2107e9dd0a0dcc4 /NEWS
parent2008-01-28 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-ef430d7828d5d9724fa787685662afbd5e248ebb.tar.gz
gpgme-ef430d7828d5d9724fa787685662afbd5e248ebb.zip
2008-01-28 Marcus Brinkmann <[email protected]>
* gpgme.texi: Document that data encoding affects some output data objects now.
Diffstat (limited to '')
-rw-r--r--NEWS17
1 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4d420325..84550917 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,25 @@
Noteworthy changes in version 1.1.7 (unreleased)
------------------------------------------------
- *
+ * The encoding of gpgme_data_t objects can affect the output encoding
+ of export, sign and encrypt operations now (the same operations
+ that are also affected by the ASCII mode switch). We believe this
+ change in the ABI is innocent enough not to break existing
+ applications (it only affects the S/MIME backend on certain
+ operations).
* Interface changes relative to the 1.1.6 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+gpgme_op_encrypt CHANGED: Output encoding can affect result.
+gpgme_op_encrypt_start CHANGED: Output encoding can affect result.
+gpgme_op_encrypt_sign CHANGED: Output encoding can affect result.
+gpgme_op_encrypt_sign_start CHANGED: Output encoding can affect result.
+gpgme_op_sign CHANGED: Output encoding can affect result.
+gpgme_op_sign_start CHANGED: Output encoding can affect result.
+gpgme_op_export CHANGED: Output encoding can affect result.
+gpgme_op_export_start CHANGED: Output encoding can affect result.
+gpgme_op_export_ext CHANGED: Output encoding can affect result.
+gpgme_op_export_ext_start CHANGED: Output encoding can affect result.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~