summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-12 11:58:57 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-12 11:58:57 +0200
commitb8c9e719a4d034e6e27a1faa9512377486178027 (patch)
tree6f9eaebbc2704485538b58ef9b7bbeeff366ab4e
parentbb7c9c517f81d263d0d9d8281924e70f77143a10 (diff)
downloadgnutls-b8c9e719a4d034e6e27a1faa9512377486178027.tar.gz
documented fix.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0fbe56c375..936e2f7f39 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,10 @@ See the end for copying conditions.
* libgnutls: gnutls_transport_set_global_errno() was deprecated.
Use your system's errno fascility or gnutls_transport_set_errno().
+* gnutls-cli: Correction with usage of select to check for
+pending data in gnutls sessions. It now uses gnutls_record_check_pending().
+Reported by Herbert J. Skuhra.
+
* tests: More fixes and updates for win32. Patches by LRN.
** API and ABI modifications: