]> sjero.net Git - wget/blobdiff - src/ChangeLog
Now --no-parent doesn't fetch wrong files if HTTP and HTTPS are used together.
[wget] / src / ChangeLog
index 44800fe2f0592b42c8cdc02b2d534cbeb08c4419..9d08bc6bef5f0fa0e5ab02219bc499f98308a931 100644 (file)
@@ -1,3 +1,20 @@
+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
+       compiler warning.
+
+       * iri.h: Declare `dummy_iri' as extern not static.
+       * main.c [!ENABLE_IRI]: Define `dummy_iri'.
+       (main) [!ENABLE_IRI]: Initialize `dummy_iri'.
+
 2011-03-11  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * ftp.c (getftp): Fix some memory leaks.