summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-09-14 12:12:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-09-14 12:12:50 +0000
commit5214dbbd026c77ff1975df5f3031b60fdd609bce (patch)
tree84b681addc2349d52ac8ea55405be5f3293854a6
parent0c716d51ad38e70d6cf21953dbe6453bc733eff2 (diff)
downloadgnurl-5214dbbd026c77ff1975df5f3031b60fdd609bce.tar.gz
gnurl-5214dbbd026c77ff1975df5f3031b60fdd609bce.tar.bz2
gnurl-5214dbbd026c77ff1975df5f3031b60fdd609bce.zip
duphandle(), cipher list, *18* new ftp tests
-rw-r--r--CHANGES18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 60549844b..cef252660 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,24 @@
History of Changes
+Daniel (14 September 2001)
+- Added another 14 ftp tests.
+
+Daniel (13 September 2001)
+- Added curl_easy_duphandle() to the easy.h header file. It has now been
+ tested and proved to work in a real-world tests by T Bharath. We still need
+ to write up some docs for this function.
+
+- Added four more ftp tests to the test suite.
+
+Daniel (12 September 2001)
+- CURLOPT_SSL_CIPHER_LIST was added, and the curl tool option is named
+ --ciphers. Use them to specify a list of ciphers to use in the SSL
+ connection.
+
+- T. Bharath found a memory leak in libcurl's windows version. It turned out
+ to be the new duphandle() that didn't quite work yet.
+
Daniel (11 September 2001)
- Added verbose output for SSL connections that output the server
certificate's start and expire dates. As suggested by Paul Harrington.