summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-10 16:01:29 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-10 16:01:29 +0000
commit6c1fd7888524ab53aee05bc2fe6ae9c5f97ab391 (patch)
treeb23237e93e61b9e037fcddbdd2a6f34e9e9867e9
parent7da050075cf1fa29bb1354cd663ab10db72993c2 (diff)
downloadgnutls_0_2_91.tar.gz
last commits for 0.2.91gnutls_0_2_91
-rw-r--r--NEWS6
-rw-r--r--lib/gnutls_int.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index b2c7cc589f..bb55e2296b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
-Version ?.?.?
-- Fixes in MPI handling (fixes possible with signed integers)
+Version 0.2.91 (10/12/2001)
+- Fixes in MPI handling (fixes possible bug with signed integers)
- Removed name indication extension
- Added gnutls_transport_get_ptr() and gnutls_db_get_ptr()
- Optimizations in server certificate callback.
- Fixes in anonymous authentication
-- Fixes in client ciphersuite selection
+- Corrections in client ciphersuite selection
Version 0.2.90 (7/12/2001)
- gnutls_handshake(), gnutls_read() etc. functions no longer require
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 32a119d39e..23b2038d03 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -32,8 +32,8 @@
#define READ_DEBUG
#define HANDSHAKE_DEBUG // Prints some information on handshake
#define RECORD_DEBUG
-*/
#define DEBUG
+*/
/* It might be a good idea to replace int with void*