aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-08-19 23:42:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-08-19 23:42:47 +0000
commitcb48c6a3d89ba2283747ed80f8c31a4f4836f868 (patch)
tree5b98d89ac20251bb8413cad448c45d816a7b6bb7
parent93a29c3c458f15d9cd3ccc217fbf78c45595e3d3 (diff)
recent action
-rw-r--r--CHANGES17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d5c7d26ef..3d367c733 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,23 @@
Changelog
+Daniel (19 August)
+- I made curl support multiple -T options, as well as -T "{file1,file2}"
+ style globbing. One -T for each URL is supported.
+
+- Jeff Pohlmeyer found a segfault when using ares-enabled libcurl and the
+ multi interface when trying a non-existing host name. Now
+
+- Made the libcurl printf code support long longs if available.
+
+- Loren Kirkby pointed out that we did not clean up all SSL-allocated memory
+ in curl_global_cleanup().
+
+Daniel (17 August)
+- Setting CURLOPT_WRITEFUNCTION or CURLOPT_READFUNCTION to NULL will now make
+ them get the internal defaults restored. Previously this could cause a
+ segfault.
+
Version 7.10.7 (15 August 2003)
Daniel (14 August)