summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-06-29 12:22:42 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-06-29 12:22:42 +0200
commit0cc4147c7263df440aea683f26d24fbba8276c06 (patch)
tree4cb0ff012dbda6e04a6b1dc3d22d0c2b6526588f /doc
parent4a7f52373c6623d9e8775814bdb18129a26a0f81 (diff)
downloadgnutls-0cc4147c7263df440aea683f26d24fbba8276c06.tar.gz
doc: Added text on upgrading to 3.3.x from 3.2.x
Diffstat (limited to 'doc')
-rw-r--r--doc/cha-upgrade.texi14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/cha-upgrade.texi b/doc/cha-upgrade.texi
index 5621ee0364..edc7107b19 100644
--- a/doc/cha-upgrade.texi
+++ b/doc/cha-upgrade.texi
@@ -102,5 +102,19 @@ functions have been deprecated and are listed below.
@tab The function @funcref{gnutls_privkey_sign_hash} is equivalent
when the flag @code{GNUTLS_PRIVKEY_SIGN_FLAG_TLS1_RSA} is specified.
+@heading Upgrading to 3.3.x from 3.2.x
+
+GnuTLS 3.3.x is source and binary compatible with GnuTLS 3.2.x releases;
+however there few changes in semantics which are listed below.
+
+@multitable @columnfractions .30 .60
+@headitem Old function @tab Replacement
+
+@item @funcintref{gnutls_global_init}
+@tab No longer required. The library is initialized using a constructor.
+
+@item @funcintref{gnutls_global_deinit}
+@tab No longer required. The library is deinitialized using a destructor.
+
@end multitable