]> sjero.net Git - wget/blobdiff - src/ChangeLog
Silent a compiler warning.
[wget] / src / ChangeLog
index 8e9572f235b47ae1ddcacbba3e760a6a78089ebd..67c7223a5b73550295cfd5cb419c3a71b81a7142 100644 (file)
@@ -1,3 +1,14 @@
+2011-08-26  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * openssl.c (ssl_init): Make `meth' const.
+
+2011-08-25  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * utils.c [HAVE_UTIME && HAVE_UTIME_H]: Include <utime.h>.
+       [HAVE_UTIME && HAVE_SYS_UTIME_H]: Include <sys/utime.h>.
+       (touch) [HAVE_UTIME: Prefers utime over futimens when it is available.
+       It was reported that Cygwin has a not working futimens.
+
 2011-08-19  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * init.c (home_dir) [MSDOS]: Move local variable `len' here.