summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2006-01-29 11:00:57 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2006-01-29 11:00:57 +0000
commit7e3aa4ef04a1f037799fd7cbe0b47f514aeca1b6 (patch)
treea7bee5863747473c8d87b756dbc4f43ae049f805
parentb5d5451e276ee6e25186f399659c2debc6f8bb01 (diff)
downloadgnutls-7e3aa4ef04a1f037799fd7cbe0b47f514aeca1b6.tar.gz
*** empty log message ***
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6ac3a63c33..ad40667c16 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@ See the end for copying conditions.
* Version 1.3.4 (unreleased)
+** Fixed bug in non-blocking gnutls_bye(). gnutls_record_send() will no
+longer invalidate a session if the underlying send fails, but it will
+prevent future writes. That is to allow reading the already received data.
+Patches and bug reports by Yoann Vandoorselaere <yoann@prelude-ids.org>
+
* Version 1.3.3 (released 2006-01-12)
** New API to access the TLS master secret.