From: Nikos Mavrogiannopoulos Date: Fri, 16 Jul 2004 10:33:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_1_1_11~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28abbeae78f683c747de710cf6ba3fffa3952aa7;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/NEWS b/NEWS index c92d922ad6..4a3c5d98c8 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 1.1.11 +Version 1.1.11 (16/07/2004) - Added the '_t' suffix to all exported symbols. - Fixed bug in RSA encryption, report and patch by Martijn Koster . diff --git a/configure.in b/configure.in index 810e74b13b..0cec171aec 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ GNUTLS_VERSION=$GNUTLS_MAJOR_VERSION.$GNUTLS_MINOR_VERSION.$GNUTLS_MICRO_VERSION AC_DEFINE_UNQUOTED(GNUTLS_VERSION, "$GNUTLS_VERSION", [version of gnutls]) -GNUTLS_GCRYPT_VERSION=1:1.1.94 +GNUTLS_GCRYPT_VERSION=1:1.2.0 GNUTLS_LIBTASN1_VERSION=0.2.10 AC_DEFINE_UNQUOTED(GNUTLS_GCRYPT_VERSION, "$GNUTLS_GCRYPT_VERSION", [version of gcrypt]) AC_DEFINE_UNQUOTED(GNUTLS_LIBTASN1_VERSION, "$GNUTLS_LIBTASN1_VERSION", [version of libtasn1])