aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-09-25 15:11:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-09-25 15:11:06 +0000
commita5874a539300ed4d880618a7abc4844a4904989e (patch)
treec5e458bd05a58328f012e54ef77236cceb025933 /CHANGES
parent969217c9d9a25cb75d26f815e43f5748b9891f2c (diff)
four fixes of yday and today
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 53edd3d0d..fbe917730 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,20 @@
Changelog
+Daniel (25 Sep 2002)
+- libcurl could leak memory when downloading multiple files using http ranges.
+
+- Walter J. Mack provided code and docs for the new curl_free() function that
+ shall be used to free memory that is allocated by libcurl and returned back
+ to the application, as curl_escape() and curl_unescape() do.
+
+- Andrés García fixed a flaw that made (among other things) dict-fetches
+ return a random value.
+
+Daniel (24 Sep 2002)
+- Wez Furlong brought his initial patch that introduced curl_version_info().
+ We might need to tweak it somewhat before release.
+
Daniel (20 Sep 2002)
- Craig Markwardt fixed another Tru64 IP resolve problem.