aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-05-12 14:00:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-05-12 14:00:27 +0000
commit5a5cf3a51db0117920081ff004ec51ed36d86896 (patch)
treee9036d22e574c95e87a34a2d472ee39cd5f392d2 /CHANGES
parent3f23e8443e67e5f415aaf532062c1054ab1b9a1a (diff)
-z bad use warning and NTLM proxy auth in reconnect fix
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ff9e304c5..5e6241cf9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,19 @@
Changelog
+Daniel (12 May 2005)
+- When doing a second request (after a disconnect) using the same easy handle,
+ over a proxy that uses NTLM authentication, libcurl failed to use NTLM again
+ properly (the auth method was accidentally reset to the same as had been set
+ for host auth, which defaults to Basic). Bug report #1200661 identified the
+ the problem and the fix.
+
+- If -z/--time-cond is used with an invalid date syntax, this is no longer
+ silently discarded. Instead a proper warning message is diplayed that
+ informs about it. But it still continues without the condition.
+
+Version 7.14.0-pre2 (11 May 2005)
+
Daniel (11 May 2005)
- Starting now, libcurl sends a little different set of headers in its default
HTTP requests: