summaryrefslogtreecommitdiff
path: root/PORTING
diff options
context:
space:
mode:
authorJeffrey Stedfast <jestedfa@microsoft.com>2017-02-19 09:00:21 -0500
committerJeffrey Stedfast <jestedfa@microsoft.com>2017-02-19 09:00:21 -0500
commit6d3f5fc61e44062e6678d73618a4a60c2e2ba98b (patch)
treecae7517f76513ec017bfb4a2f5547af5acd5796d /PORTING
parent9c9bed8f3a715826bef1f5f18cb3d6d730b99fcc (diff)
downloadgmime-6d3f5fc61e44062e6678d73618a4a60c2e2ba98b.tar.gz
Updated PORTING
Diffstat (limited to 'PORTING')
-rw-r--r--PORTING4
1 files changed, 4 insertions, 0 deletions
diff --git a/PORTING b/PORTING
index 19e3ef1e..2d2e8e8e 100644
--- a/PORTING
+++ b/PORTING
@@ -90,6 +90,10 @@ Porting from GMime 2.6 to GMime 3.0
- GMimeCryptoContext's encrypt, decrypt, and verify methods now all take a flags argument
that can enable additional features (see above examples).
+- g_mime_crypto_context_sign() now takes a boolean 'detach' argument that specifies whether
+ or not to generate a detached signature. To get the old behavior, pass TRUE as the
+ detach argument.
+
- g_mime_crypto_context_decrypt_session() has been merged with
g_mime_crypto_context_decrypt() and so the decryot method now takes a session_key
argument that is allowed to be NULL.