RELEASE-NOTES 1.45 KB
Newer Older
Curl and libcurl 7.19.5
 Public curl releases:         111
 curl_easy_setopt() options:   163
Daniel Stenberg's avatar
Daniel Stenberg committed
 Known libcurl bindings:       38
This release includes the following changes:
 o libcurl now closes all dead connections whenever you attempt to open a new
   connection
 o libssh2's version number can now be figured out run-time instead of using
   the build-time fixed number
This release includes the following bugfixes:

 o NTLM authentication memory leak on SSPI enabled Windows builds
 o fixed the GnuTLS-using code to do correct return code checks
 o an alloc-related call in the OpenSSL-using code didn't check the return value
 o curl_easy_duphandle() failed to duplicate cookies at times
 o missing TELNET timeout support in Windows builds
 o missing Curl_read() and write callback result checking in TELNET transfers
 o more ciphers enabled in libcurl built to use NSS
 o properly return an error code in curl_easy_recv

This release includes the following known bugs:

 o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)

This release would not have looked like this without help, code, reports and
advice from friends like these:

 Daniel Fandrich, Yang Tse, David James, Chris Deidun, Bill Egert,
 Andre Guibert de Bruet, Andreas Farber, Frank Hempel, Pierre Brico,
 Kamil Dudka, Jim Freeman
        Thanks! (and sorry if I forgot to mention someone)