]> sjero.net Git - wget/blobdiff - src/ChangeLog
Add fix from eleven, for doing HTTPS auth over a proxy (in eleven, changeset 883844a4...
[wget] / src / ChangeLog
index 120db1c3593cb4232545c1e08422048add0b0093..2f8464bdd35a9d020b2cb7bde9a67786b3849519 100644 (file)
@@ -1,3 +1,31 @@
+2008-04-26  Micah Cowan  <micah@cowan.name>
+
+       * http.c (gethttp): Move proxy CONNECT handling to below the
+       retry_with_auth label, to deal with properly reconnecting to
+       proxies when we need to authenticate.
+
+2008-04-25  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am: -I foo -> -Ifoo.
+
+2008-04-23  Micah Cowan  <micah@cowan.name>
+
+       * utils.c (test_dir_matches_p): Added a test for the case
+       described in issue #20518.
+
+2008-04-22  Jim Paris  <jim@jtan.com>
+
+       * openssl.c (ssl_init): Enable combined certificate/key in
+       single file (apparent regression from ~1.9). Resolves issue
+       #22767.
+
+2008-04-22  Steven Schubiger  <schubiger@gmail.com>
+
+       * http.c (print_response_line): Changed to make responses always
+       be logged, even in --quiet mode, if --server-response was
+       specified. This is to bring http.c's handling of the situation
+       in line with ftp.c's.
+
 2008-04-22  Pranab Shenoy  <pranab.loosinit.shenoy@gmail.com>
 
        * init.c: Added test_commands_sorted unit test to check is