]> sjero.net Git - wget/blobdiff - src/ChangeLog
Align --trust-server-names help text.
[wget] / src / ChangeLog
index 559589f7c73bc54441559e5d46fdcbbe0c3e4668..e7b34f520d31d456c2e893e1255717ff11ade57a 100644 (file)
@@ -1,8 +1,26 @@
+2010-09-12  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * main.c (print_help): Align --trust-server-names help text with
+       the rest of the text.
+       Suggested by: Mike Frysinger  <vapier@gentoo.org>.
+
+2010-08-20  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * convert.c: Include "iri.h".
+       (convert_links_in_hashtable): Parse the url, if
+       necessary, before check if it is present in the dowloaded url
+       map.
+       Reported by: <sk.random@gmail.com>.
+
 2010-08-09  Giuseppe Scrivano  <gscrivano@gnu.org>
 
+       Fix a problem with HTTP/1.0 proxies.
        * http.c (gethttp): Specify the connection header when keep alive
        connections are not used.
 
+       Use persistent connections with proxies supporting them.
+       * http.c (gethttp): Specify Proxy-Connection to the HTTP proxy.
+
 2010-08-06  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * css-url.c (get_uri_string): Skip empty urls.