aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2009-01-08 00:31:49 +0000
committerDan Fandrich <dan@coneharvesters.com>2009-01-08 00:31:49 +0000
commitbc93011554f57d4d29087001712329ad9e808862 (patch)
tree5cea03db69772448585ba14fa09736e68e16ee7d /CHANGES
parent14b6cc4e22d5db75eda3bcd756ab52748cd2b34a (diff)
Unified much of the SessionHandle initialization done in Curl_open() and
curl_easy_reset() by creating Curl_init_userdefined(). This had the side effect of fixing curl_easy_reset() so it now also resets CURLOPT_FTP_FILEMETHOD and CURLOPT_SSL_SESSIONID_CACHE
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ce89bceb0..b92b229fb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,12 @@
Changelog
+Daniel Fandrich (7 Jan 2009)
+- Unified much of the SessionHandle initialization done in Curl_open() and
+ curl_easy_reset() by creating Curl_init_userdefined(). This had the side effect
+ of fixing curl_easy_reset() so it now also resets CURLOPT_FTP_FILEMETHOD and
+ CURLOPT_SSL_SESSIONID_CACHE
+
Daniel Stenberg (7 Jan 2009)
- Rob Crittenden did once again provide an NSS update: