]> sjero.net Git - wget/blobdiff - src/ChangeLog
Don't abort when len > contlen, when we set it that way.
[wget] / src / ChangeLog
index d82f1fcd63fe119135015de6c22752b0cd85beb1..deee0232f34d4ebe67aae6f077374bd497046165 100644 (file)
@@ -1,3 +1,25 @@
+2008-06-16  Micah Cowan  <micah@cowan.name>
+
+       * http.c (http_loop): When hstat.len is higher than the
+       successfully completed content's length, but it's because we
+       _set_ it that way, don't abort.
+
+2008-06-13  Micah Cowan  <micah@cowan.name>
+
+       * build_info.c: ENABLE_NTLM, not HAVE_NTLM; distinguish OpenSSL
+       from "ssl".
+
+2008-06-13  Madhusudan Hosaagrahara <com.gmail.hrmadhu>
+
+       * Makefile.am, main.c, init.c, init.h, build_info.c: Adds build
+       information to the --version command line option. Fixes bug
+       #20636.
+
+2008-06-01  Micah Cowan  <micah@cowan.name>
+
+       * main.c [WINDOWS]: Reopen stdout in binary mode, when -O - is
+       given.
+
 2008-05-31 Micah Cowan  <micah@cowan.name>
 
        * html-url.c, http.c: Avoid casts in a couple spots.