diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2009-01-08 00:31:49 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2009-01-08 00:31:49 +0000 |
commit | bc93011554f57d4d29087001712329ad9e808862 (patch) | |
tree | 5cea03db69772448585ba14fa09736e68e16ee7d /RELEASE-NOTES | |
parent | 14b6cc4e22d5db75eda3bcd756ab52748cd2b34a (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 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 72404f3bd..aefebf4d2 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -41,6 +41,7 @@ This release includes the following bugfixes: o fixed breakage with --with-ssl --disable-verbose o TTL "leak" in the DNS cache o improved NSS initing + o curl_easy_reset now resets more options This release includes the following known bugs: |