]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix a bug recently introduced in wgnutls_peek.
[wget] / src / ChangeLog
index 5186f0c04bd184b355c60abf9a5750d0da4f15f1..fb42a5441d5c8916bab94da9411f17aba95de31b 100644 (file)
@@ -1,5 +1,17 @@
+2011-04-07  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * gnutls.c (wgnutls_peek): New local variable `read'.
+       Use `read' instead of `ret' to store the number of read bytes.
+       Reported by: Ray Satiro <raysatiro@yahoo.com>
+
 2011-04-04  Giuseppe Scrivano  <gscrivano@gnu.org>
 
+       * openssl.c [WINDOWS]: Include <w32sock.h>.
+       (openssl_read): Retry the read on SSL_ERROR_WANT_READ.
+
+       * host.c [WINDOWS]: Include <winsock2.h> and <ws2tcpip.h>.
+       Suggested by: Ray Satiro <raysatiro@yahoo.com>.
+
        * Makefile.am (LIBS): Remove  @LIBSSL@ @W32LIBS@
 
 2011-04-03  Giuseppe Scrivano  <gscrivano@gnu.org>