]> sjero.net Git - wget/blobdiff - src/ChangeLog
Set exit status when invalid host given
[wget] / src / ChangeLog
index 1bbc6acc0f4691d6f7cbdcb16933e7b7a0c8b6ae..8b74216d666a3a8508876a48e897e463b0db6ae1 100644 (file)
@@ -1,5 +1,15 @@
+2011-04-21  Daniel Manrique <roadmr@tomechangosubanana.com>
+       * main.c (main): Set exit status when invalid host name given in
+       command line.
+       * html-url.c (get_urls_file): Set exit status when invalid host
+       name given in input file.
+
 2011-04-19  Giuseppe Scrivano  <gscrivano@gnu.org>
 
+       * gnutls.c: Do not include <fcntl.h>.
+       * gnutls.c (wgnutls_peek): Ensure there is data available before attempt
+       a read on the blocking socket.
+
        * Makefile.am (LIBS): Add $(LIB_CLOCK_GETTIME)
        * utils.c: Include <sys/stat.h>.  Do not include <sys/time.h>.
        (touch): Use `futimens' instead of `utimes'.