aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-09-12 18:27:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-09-12 18:27:33 +0000
commit50dacab379f9a72c4fcb9702d7a7a135d8fca033 (patch)
tree8803ca1b2aaee5f8bc09387e7aefcdccb3f10bb0 /CHANGES
parent7c2930611bd058394b24c3081b0a0819b30a27fd (diff)
multi handle DNS cache, "Negotiate" authentication, zero-length proxy with
ftp and an uninitialized pointer
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8b15b6315..89ac0b0e5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,17 @@ Daniel (12 September)
- Based on a bug report by David Kimdon, I made the runtests.pl script clear
all possible proxy environment variables before the tests are run.
+- By default, easy handles within a multi handle now share DNS cache.
+
+- Tim Bartley brought a patch that makes the GSSNEGOTIATE option work for
+ Microsoft's "Negotiate" authentication as well.
+
+Daniel (11 September)
+- A zero-length proxy string confused FTP transfers.
+
+- Bjorn Reese found a case with an uninitialized pointer, only present when
+ built for ares.
+
Version 7.10.8-pre1 (8 September 2003)
Daniel (7 September)