aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-04-10 21:57:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-04-10 21:57:45 +0000
commit7b4ba43dcf2bd595bd7325fe4be969bcada5f3b0 (patch)
treeda0759be05b7a18ac08dba87a1d760d95d40cc76 /CHANGES
parentb0e4debaab914d5afabea781c378b2cc7833aaca (diff)
mention recent additions
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9ee226bb7..595492691 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,25 @@
Changelog
+Daniel (10 April 2006)
+- Ates Goral found out that if you specified both CURLOPT_CONNECTTIMEOUT and
+ CURLOPT_TIMEOUT, the _longer_ time would wrongly be used for the SSL
+ connection time-out!
+
+- I merged my hiper patch (http://curl.haxx.se/libcurl/hiper/) into the main
+ sources. See the lib/README.multi_socket for implementation story with
+ details. Don't expect it to work fully yet. I don't intend to blow any
+ whistles or ring any bells about it until I'm more convinced it works at
+ least somewhat reliably.
+
+Daniel (7 April 2006)
+- David McCreedy's EBCDIC and TPF changes. Three new curl_easy_setopt()
+ options (callbacks) were added:
+
+ CONV_FROM_NETWORK_FUNCTION
+ CONV_TO_NETWORK_FUNCTION
+ CONV_FROM_UTF8_FUNCTION
+
Daniel (5 April 2006)
- Michele Bini modified the NTLM code to work for his "weird IIS case"
(http://curl.haxx.se/mail/lib-2006-02/0154.html) by adding the NTLM hash