aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-09-26 13:03:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-09-26 13:03:22 +0000
commit9247daf953bb48d19948199feb12b0031f825fa0 (patch)
tree4880ca21302e1ff1b4ed61001f314f58aba1f5f0 /CHANGES
parent9031e33b66bcc9f1fb51a3e7542904110429d442 (diff)
enhanced curl_version_info
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fbe917730..3060d77b9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@
Changelog
+Daniel (26 Sep 2002)
+- Extended curl_version_info() more and wrote a man page for it.
+
Daniel (25 Sep 2002)
- libcurl could leak memory when downloading multiple files using http ranges.