]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Added recent events to the log
authorDaniel Stenberg <daniel@haxx.se>
Tue, 11 May 2004 08:10:32 +0000 (08:10 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 11 May 2004 08:10:32 +0000 (08:10 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 6d9d82fc8fe944270b3ec310ef241187fff6457e..a17d3c3a60ac6194b25085e7e27c6c820bb13710 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,24 @@
 
                                   Changelog
 
+Daniel (11 May 2004)
+- Based on Luca Alteas' comments, I modified the curllib.dsp generation code.
+
+Daniel (10 May 2004)
+- Gisle mailed Simon Josefsson (of libidn fame) about the benefits of a
+  separate free()-function by that lib to make sure the memory is freed by the
+  same memory subsystem that allocated it. He responded positively and this
+  will likely cause us to require a newer version of libidn as soon as Simon
+  releases one with such a libidn_free() function.
+
+- James Bursa made runtests.pl's -t option work for any given test case, and I
+  edited to allow -g too. Not even test case 1 worked...
+
+- Luca Altea made the nc= field not use quotes in outgoing HTTP Digest headers.
+
+- Andrés García fixed a problem in the test script that made it fail to
+  recognize our own running HTTP server.
+
 Daniel (7 May 2004)
 - James Bursa fixed the memanalyze.pl script to conder malloc(0) areas OK to
   free() and he made two failed-resolve error messages use the new display-
@@ -14,7 +32,7 @@ Daniel (7 May 2004)
 - Gisle Vanem tried curl with
   www.etdomenenavnkanmaksimaltinneholdesekstitrebokstaversliksomdette.com
   which caused problems, and I fixed the single zero byte buffer overwrite
-  that occurred.
+  that occurred (due to a stupid protocol buffer size and parser).
 
 - Made the lib/curllib.dsp file get generated automaticly when a distribution
   package is made, with the msvcproj.* files as templates and all