summaryrefslogtreecommitdiff
path: root/doc/cha-upgrade.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-26 10:18:33 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-07-10 07:40:18 +0000
commitb4aed16ee30f76211c13b075149bb87c012f9bf6 (patch)
tree30f74421f9502515d2778e2ade140003cb45a3af /doc/cha-upgrade.texi
parentfd9cc393ba5fba46c2d98c2cb8470863039e75e2 (diff)
downloadgnutls-b4aed16ee30f76211c13b075149bb87c012f9bf6.tar.gz
Documented use gnutls_priority_set2().
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'doc/cha-upgrade.texi')
-rw-r--r--doc/cha-upgrade.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/cha-upgrade.texi b/doc/cha-upgrade.texi
index 0401719ec9..f32acfadc7 100644
--- a/doc/cha-upgrade.texi
+++ b/doc/cha-upgrade.texi
@@ -199,4 +199,8 @@ however, there are minor differences, listed below.
@funcintref{gnutls_compression_get_name}, @funcintref{gnutls_compression_list},
and @funcintref{gnutls_compression_get_id}.
+@item The @funcref{gnutls_priority_set} has been superseded by @funcref{gnutls_priority_set2}.
+@tab The function @funcref{gnutls_priority_set2} allows for sharing priority
+caches across multiple sessions reducing allocated memory per session.
+
@end multitable