aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-05-31 08:59:44 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-05-31 08:59:44 +0000
commit713c9f8602caf53db2159b3db7d863f15174e987 (patch)
treea9f3e5a4804058f3d3ce7e0b31a84707de3df5a5 /CHANGES
parent14b9b823e6a3d3584d6ee724b60485b1afda5652 (diff)
Feng Tu made (lib)curl support "upload" resuming work for file:// URLs.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 83a2d393c..764210e37 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,10 @@
\___|\___/|_| \_\_____|
Changelog
+
+Daniel S (31 May 2007)
+- Feng Tu made (lib)curl support "upload" resuming work for file:// URLs.
+
Daniel S (30 May 2007)
- Added CURLMOPT_MAXCONNECTS which is a curl_multi_setopt() option for setting
the maximum size of the connection cache maximum size of the multi handle.