- Constantine Sapuntzakis brought a patch:
[platform/upstream/curl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index e404411..4075b88 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,28 @@
 
                                   Changelog
 
+Daniel Stenberg (15 Mar 2010)
+- Constantine Sapuntzakis brought a patch:
+
+  The problem mentioned on Dec 10 2009
+  (http://curl.haxx.se/bug/view.cgi?id=2905220) was only partially fixed.
+  Partially because an easy handle can be associated with many connections in
+  the cache (e.g. if there is a redirect during the lifetime of the easy
+  handle).  The previous patch only cleaned up the first one. The new fix now
+  removes the easy handle from all connections, not just the first one.
+
+Daniel Stenberg (6 Mar 2010)
+- Ben Greear brought a patch that fixed the rate limiting logic for TFTP when
+  the easy interface was used.
+
+Daniel Stenberg (5 Mar 2010)
+- Daniel Johnson provided fixes for building curl with the clang compiler.
+
+Yang Tse (5 Mar 2010)
+- Constantine Sapuntzakis detected and fixed a double free in builds done
+  with threaded resolver enabled (Windows default configuration) that would
+  get triggered when a curl handle is closed while doing DNS resolution.
+
 Daniel Stenberg (2 Mar 2010)
 - [Daniel Johnson] I've been trying to build libcurl with clang on Darwin and
   ran into some issues with the GSSAPI tests in configure.ac. The tests first