aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-09-03 21:52:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-09-03 21:52:01 +0000
commit6a678f6d64b287eaf58186108a4cf9f1fcff8990 (patch)
tree685ebfd1bed9570d083ababd263e75d5c5d309bf
parent52ceab5e41a01b4d1227876d51a3680a3ce5a841 (diff)
recent fixes
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ad2565bae..776c9e6d1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,17 @@
Changelog
+Daniel (3 September)
+- Peter Pentchev found and fixed two problems in the test suite's web server
+ code, that made it segfault at times.
+
+- Joerg Mueller-Tolk improved the proxy user+password handling, especially
+ when providing a blank password.
+
+Daniel (2 September)
+- Fix for making CONNECT to proxies do the correct magic to allow NTLM, Digest
+ and similar to work.
+
Daniel (1 September)
- Henrik Storner made libcurl work fine with OpenLDAP 2.1.22 (current).