]> sjero.net Git - wget/blobdiff - src/ChangeLog
Send a HEAD before the GET when -N and --content-disposition are used together.
[wget] / src / ChangeLog
index f91a2f56a6541f2258c4012a6d8e830bb45d1139..84cdfc2ed4d52e90b3c42aa8ba3c7566acab4886 100644 (file)
@@ -1,3 +1,35 @@
+2010-06-14  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * http.c (http_loop): Always send a HEAD request when -N is used
+       together with --content-disposition.
+       Reported by: Jochen Roderburg <Roderburg@Uni-Koeln.DE>.
+
+2010-06-10  Muthu Subramanian K <muthusuba@gmail.com> (tiny change)
+
+       * http.c (http_loop): Increase `total_downloaded_bytes' by
+       `hstat.rd_size', not `hstat.len'.
+
+2010-06-10  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * main.c (print_version): Drop the current maintainer line.
+
+2010-06-10  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * Makefile.am (build_info.c): Generate the `build_info.c' file under
+       the build directory.
+       Patch by: Daniel Stenberg <daniel@haxx.se>.
+
+2010-06-03  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * http.c (http_loop): Do not send a HEAD request before the GET request
+       when --content-disposition is used.
+       Reported by: alex_wh@mail.ru.
+
+2010-05-31  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * css.l: Use option "nounput".
+       (YY_NO_INPUT): Add macro definition.
+
 2010-05-31  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * html-parse.c (map_html_tags): Fix condition for closed tag.  Handle