From: Nikos Mavrogiannopoulos Date: Sun, 29 Jun 2014 10:22:42 +0000 (+0200) Subject: doc: Added text on upgrading to 3.3.x from 3.2.x X-Git-Tag: gnutls_3_3_6~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cc4147c7263df440aea683f26d24fbba8276c06;p=thirdparty%2Fgnutls.git doc: Added text on upgrading to 3.3.x from 3.2.x --- 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