aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-11 08:10:32 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-11 08:10:32 +0000
commit9bf1ba2f7ef28993fd271a78dc0cb002e0dfc88d (patch)
tree65f24d515c817c1e29e5b1c742327cce0656dedc
parent724e4a35855e8a48270c24464e57bdbc598fa28d (diff)
Added recent events to the log
-rw-r--r--CHANGES20
1 files changed, 19 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 6d9d82fc8..a17d3c3a6 100644
--- 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