summaryrefslogtreecommitdiff
path: root/PORTING
diff options
context:
space:
mode:
authorJeffrey Stedfast <jestedfa@microsoft.com>2017-02-05 17:29:38 -0500
committerJeffrey Stedfast <jestedfa@microsoft.com>2017-02-05 17:29:38 -0500
commit34771f58fd2340c46b63c193b367fa86d376b3c4 (patch)
tree093c5c5eaa98a339c0e9d6633cb77feac382d88a /PORTING
parentd7a13ea35de99806dd6bea7fa3c2132efcdd8c33 (diff)
downloadgmime-34771f58fd2340c46b63c193b367fa86d376b3c4.tar.gz
Moved get/set_always_trust to GMimeCryptoContext
Diffstat (limited to 'PORTING')
-rw-r--r--PORTING3
1 files changed, 3 insertions, 0 deletions
diff --git a/PORTING b/PORTING
index a413bc5e..dcdee3ff 100644
--- a/PORTING
+++ b/PORTING
@@ -47,6 +47,9 @@ Porting from GMime 2.6 to GMime 3.0
- g_mime_stream_write_to_stream(), g_mime_stream_writev(), and g_mime_stream_printf()
now return a gint64.
+- Renamed g_mime_gpg_context_[get,set]_always_trust() to
+ g_mime_crypto_context_[get,set]_always_trust().
+
Porting from GMime 2.4 to GMime 2.6
-----------------------------------