]> sjero.net Git - wget/blobdiff - src/ChangeLog
Use mkdir module from gnulib.
[wget] / src / ChangeLog
index 548de6294a0569bd3489b68404eee0d3dd9456d9..19d5f4bfa7839a8c952dad6a38a3033254a90428 100644 (file)
@@ -1,3 +1,22 @@
+2011-04-19  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * mswindows.h: Do not include <direct.h>.  Remove macro definition for
+       mkdir.
+
+2011-04-18  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * utils.c: Include <sys/time.h>.  Do not include <sys/utime.h>.
+       (touch): Use `utimes' instead of `utime'.
+
+       * openssl.c (openssl_read): Fix build error.
+
+2011-04-17  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * wget.h [HAVE_LIBSSL32]: Define HAVE_SSL.
+
+       * gnutls.c (wgnutls_peek): Use correctly FIONBIO codes under Mingw32.
+       Reported by: Ray Satiro <raysatiro@yahoo.com>
+
 2011-04-13  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * openssl.c (openssl_poll): Check if the specified timeout is zero after