From: Nikos Mavrogiannopoulos Date: Thu, 26 Jul 2001 19:08:38 +0000 (+0000) Subject: moving to 0.1.9 X-Git-Tag: gnutls_0_1_9~20 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e954223d1e3475547269483f09dc6cf3f4684638;p=thirdparty%2Fgnutls.git moving to 0.1.9 --- diff --git a/NEWS b/NEWS index 8caee5fb43..de77ad5723 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 0.1.5 +Version 0.1.9 - Corrected bug(s) in ChangeCipherSpec packet (fixes renegotiate) - SRP is updated to conform to the newest draft. - Added support for DNSNAME extension. @@ -6,6 +6,7 @@ Version 0.1.5 - Optimizations in hash/hmac functions - (Error) message handling has changed - Better Protocol Version handling +- Added x509 Certificate Verification Version 0.1.4 (22/06/2001) - Corrected (srp) base64 encoding. diff --git a/configure.in b/configure.in index c7fbfe86ae..fc4b0b8477 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ AC_DEFINE_UNQUOTED(T_OS, "$target_os") GNUTLS_MAJOR_VERSION=0 GNUTLS_MINOR_VERSION=1 -GNUTLS_MICRO_VERSION=8 +GNUTLS_MICRO_VERSION=9 GNUTLS_VERSION=$GNUTLS_MAJOR_VERSION.$GNUTLS_MINOR_VERSION.$GNUTLS_MICRO_VERSION AC_DEFINE_UNQUOTED(GNUTLS_VERSION, "$GNUTLS_VERSION") @@ -31,7 +31,7 @@ AM_PATH_LIBGCRYPT(1.1.3,, *** ftp://ftp.gnupg.org/pub/gcrypt/alpha/libgcrypt/ *** ]])) -dnl Can't disable for now +dnl Can't disable - gnutls depends on gcrypt AC_DEFINE(USE_GCRYPT) AC_SUBST(GNUTLS_MAJOR_VERSION)