RELEASE-NOTES 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. Curl and libcurl 7.19.5
  2. Public curl releases: 111
  3. Command line options: 132
  4. curl_easy_setopt() options: 163
  5. Public functions in libcurl: 58
  6. Known libcurl bindings: 38
  7. Contributors: 715
  8. This release includes the following changes:
  9. o libcurl now closes all dead connections whenever you attempt to open a new
  10. connection
  11. o libssh2's version number can now be figured out run-time instead of using
  12. the build-time fixed number
  13. o CURLOPT_SEEKFUNCTION may now return CURL_SEEKFUNC_CANTSEEK
  14. o curl can now upload with resume even when reading from a pipe
  15. o a build-time configured curl_socklen_t is now used instead of socklen_t
  16. This release includes the following bugfixes:
  17. o NTLM authentication memory leak on SSPI enabled Windows builds
  18. o fixed the GnuTLS-using code to do correct return code checks
  19. o an alloc-related call in the OpenSSL-using code didn't check the return value
  20. o curl_easy_duphandle() failed to duplicate cookies at times
  21. o missing TELNET timeout support in Windows builds
  22. o missing Curl_read() and write callback result checking in TELNET transfers
  23. o more ciphers enabled in libcurl built to use NSS
  24. o properly return an error code in curl_easy_recv
  25. o Sun compilers specific preprocessor block removed from curlbuild.h.dist
  26. o allow creation of four way fat libcurl Mac OS X Framework
  27. o several memory leaks in libcurl+NSS
  28. o improved the CURLOPT_NOBODY set to 0 confusions
  29. o persistent connections when doing FTP over a HTTP proxy
  30. o --libcurl bogus strings where other data was pointed to
  31. o crash related to FTP and "Re-used connection seems dead, get a new one"
  32. o CURLINFO_APPCONNECT_TIME with the multi interface
  33. o Enhanced upload speeds on Windows
  34. o TFTP problems after a failed transfer to the same host
  35. o improved out of the box TPF compatibility
  36. This release includes the following known bugs:
  37. o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
  38. This release would not have looked like this without help, code, reports and
  39. advice from friends like these:
  40. Daniel Fandrich, Yang Tse, David James, Chris Deidun, Bill Egert,
  41. Andre Guibert de Bruet, Andreas Farber, Frank Hempel, Pierre Brico,
  42. Kamil Dudka, Jim Freeman, Daniel Johnson, Toshio Kuratomi, Martin Storsjo,
  43. Pramod Sharma, Gisle Vanem, Leanic Lefever, Rainer Koenig, Sven Wegener,
  44. Tim Chen, Constantine Sapuntzakis, David McCreedy
  45. Thanks! (and sorry if I forgot to mention someone)