summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-10 18:29:49 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-10 18:29:49 +0000
commit355b9f5bbf8a25d5925d6c9f4bca13f33d4657cd (patch)
treeccc56a63bd787a37d3a13459a2ca6d832b6def50
parent2e6da022a7f975fcc97c1e8b812b044d47dba7ba (diff)
downloadgnutls-355b9f5bbf8a25d5925d6c9f4bca13f33d4657cd.tar.gz
*** empty log message ***
-rw-r--r--NEWS4
-rw-r--r--THANKS1
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3659d4889e..36bfb76ddd 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,9 @@ Version 0.9.1
serial number calculation in the record layer.
- Added gnutls_certificate_free_keys() which deletes all the
private keys and certificates from the credentials structure.
-- Corrected a broken buffer check in _gnutls_io_read_buffered()
+- Corrected a broken buffer check in _gnutls_io_read_buffered(),
+ which caused some unexpected packet length errors. Report and patch
+ by Ian Peters <itp@ximian.com>.
Version 0.9.0 (03/03/2003)
- This version is not binary compatible with the previous ones.
diff --git a/THANKS b/THANKS
index ff85d7fc2d..aa6c24999c 100644
--- a/THANKS
+++ b/THANKS
@@ -14,3 +14,4 @@ Guillaume Morin <guillaume@morinfr.org>
Jeff Johnson <jbj@redhat.com>
David Taylor <dtaylo11@bigpond.net.au>
Ivo Timmermans <ivo@o2w.nl>
+Ian Peters <itp@ximian.com>