]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix help string for --random-wait.
[wget] / src / ChangeLog
index 283e2d28455d4de5d42fe656299c374ca3d6e723..f27f969f7eac72831b115296348f4b938a90a2cb 100644 (file)
@@ -1,3 +1,16 @@
+2010-06-20  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * main.c (print_help): Fix help string for --random-wait.  Its range is
+       [0.5*wait, 1.5*wait) not [0, 2*wait).
+       Reported by: Tom Mizutani <gombei1970@gmail.com>.
+
+2010-06-15  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * gnutls.c [WIN32]: Include "w32sock.h".
+       (FD_TO_SOCKET): Add definition.
+       (ssl_connect_wget): Get the real socket handle by FD_TO_SOCKET.
+       Define FD_TO_SOCKET if it is not yet defined.
+
 2010-06-14  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * gnutls.c: Include <stdlib.h>.