diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-02-10 22:33:12 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-02-10 22:33:12 +0100 |
commit | 96ea650ec71dc90309affed0321d251a5c342304 (patch) | |
tree | cd9cfe69470d89867b4e0a3e19ad91e9555cce73 | |
parent | 3bb1291fbd4f938bb9b7b3c2fe48b029ee0152d3 (diff) |
RELEASE-NOTES: synced with 3bb1291fbd4
-rw-r--r-- | RELEASE-NOTES | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1020f407d..235f2f26f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -14,6 +14,8 @@ This release includes the following changes: o IDN: use win32 API if told to o ares: ask for both IPv4 and IPv6 addresses o HTTP: do Negotiate authentication using SSPI on windows + o Windows build: alternative makefile + o TLS-SRP: support added when using GnuTLS This release includes the following bugfixes: @@ -35,6 +37,18 @@ This release includes the following bugfixes: o GnuTLS builds: fix memory leak o connect problem: use UDP correctly o Borland C++ makefile tweaks + o OpenSSL: improved error message on SSL_CTX_new failures + o HTTP: memory leak on multiple Location: + o ares_query_completed_cb: don't touch invalid data + o ares: memory leak fix + o mk-ca-bundle: use new cacert url + o Curl_gmtime: added a portable gmtime and check for NULL + o curl.1: typo in -v description + o CURLOPT_SOCKOPTFUNCTION: return proper error code + o --keepalive-time: warn if not supported properly + o file: add support for CURLOPT_TIMECONDITION + o nss: avoid memory leaks and failure of NSS shutdown + o multi: fix CURLM_STATE_TOOFAST for multi_socket This release includes the following known bugs: |