]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc: Added text on upgrading to 3.3.x from 3.2.x
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 29 Jun 2014 10:22:42 +0000 (12:22 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 29 Jun 2014 10:22:42 +0000 (12:22 +0200)
doc/cha-upgrade.texi

index 5621ee03649900fb2ee95b8708fb9814921ec9f3..edc7107b190e65a2ad856ead1f786eff9c93ecd4 100644 (file)
@@ -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