]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix openssl detection under Windows.
[wget] / src / ChangeLog
index dbe962b1f2eb1dc8146d3b60d58df46a992a15e4..5186f0c04bd184b355c60abf9a5750d0da4f15f1 100644 (file)
@@ -1,3 +1,25 @@
+2011-04-04  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * Makefile.am (LIBS): Remove  @LIBSSL@ @W32LIBS@
+
+2011-04-03  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * gnutls.c: Include <fcntl.h>.
+       (wgnutls_peek): Make the socket non blocking before attempt a read.
+
+       * gnutls.c: Include <sys/ioctl.h>.
+       (wgnutls_peek) [F_GETFL]: Use fcntl.
+       (wgnutls_peek) [! F_GETFL]: Use ioctl.
+
+
+2011-03-31  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * recur.c (download_child_p): When --no-parent is used, check that the
+       ports are the same only in case the same protocol is used.
+       Reported by: Karl Berry <karl@freefriends.org>
+
+       * res.c (res_parse): Add new line to debug messages.
+
 2011-03-21  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * iri.h (parse_charset) [!ENABLE_IRI]: Use the parameter to avoid a