]> granicus.if.org Git - curl/commitdiff
all those changes
authorDaniel Stenberg <daniel@haxx.se>
Mon, 24 Mar 2003 10:47:06 +0000 (10:47 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 Mar 2003 10:47:06 +0000 (10:47 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 3c8d1c64ddfc91f884e2aac61eb1e8282d21bbbd..83303434a1920b00753f351cc497876d86720a8f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,25 @@
 
                                   Changelog
 
+Daniel (21 Mar)
+- Life is a mystery. Within a time period of 17 hours, Tim Pope and Michael
+  Churchill filed one bug report each, both identifying problems with a second
+  transfer when doing persistant transfers re-using a connection. Tim's one is
+  #706624, labeled "Multiple uploads per handle fail" and Michael's #707003
+  "Does not send Authorization: header when reusing connection". I could track
+  both down to the same piece of logic and it turned out libcurl was not using
+  new settings properly when re-using an existing connection. This concerned
+  both uploading and downloading and involved exactly those pieces these two
+  reports identified. This code has been this faulty since the day I
+  introduced persistant connection support in libcurl, more than 2 years ago.
+
+Daniel (20 Mar 2003)
+- Five year anniversary. Today five years ago, the first ever curl release saw
+  the light of day.
+
+Daniel (17 Mar)
+- Andy Cedilnik corrected flaws in some libcurl example-usage sources.
+
 Daniel (16 Mar)
 - Juan F. Codagnone reported that the fix from March 2nd was incomplete.