]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
moving to 0.1.9
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 26 Jul 2001 19:08:38 +0000 (19:08 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 26 Jul 2001 19:08:38 +0000 (19:08 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 8caee5fb430e078a66ed92460efff6f507096c10..de77ad5723c22210718aa46b04d89a46750428f0 100644 (file)
--- 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.
index c7fbfe86ae8a991047bea0ab2bba1e39df7ce8f6..fc4b0b8477ad752863378c8b481b25a4daeab02e 100644 (file)
@@ -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)