RELEASE-NOTES 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. Curl and libcurl 7.19.4
  2. Public curl releases: 110
  3. Command line options: 132
  4. curl_easy_setopt() options: 161
  5. Public functions in libcurl: 58
  6. Known libcurl bindings: 37
  7. Contributors: 700
  8. This release includes the following changes:
  9. o Added CURLOPT_NOPROXY and the corresponding --noproxy
  10. o the OpenSSL-specific code disables TICKET (rfc5077) which is enabled by
  11. default in openssl 0.9.8j
  12. o Added CURLOPT_TFTP_BLKSIZE
  13. o Added CURLOPT_SOCKS5_GSSAPI_SERVICE and CURLOPT_SOCKS5_GSSAPI_NEC - with
  14. the corresponding curl options --socks5-gssapi-service and
  15. --socks5-gssapi-nec
  16. o Improved IPv6 support when built with with c-ares >= 1.6.1
  17. o Added CURLPROXY_HTTP_1_0 and --proxy1.0
  18. o Added docs/libcurl/symbols-in-versions
  19. o Added CURLINFO_CONDITION_UNMET
  20. o Added support for Digest and NTLM authentication using GnuTLS
  21. o CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 to retry the CWD even
  22. when MKD fails
  23. This release includes the following bugfixes:
  24. o missing ssh.obj in VS makefiles
  25. o FTP ;type=i URLs now work with CURLOPT_PROXY_TRANSFER_MODE in Turkish
  26. locale
  27. o realms with quoted quotation marks in HTTP Digest headers
  28. o VC9 makefiles are now really included
  29. o multi interface memory leak with CURLMOPT_MAXCONNECTS set
  30. o CURLINFO_CONTENT_LENGTH_DOWNLOAD size from file:// "transfers" with
  31. CURLOPT_NOBODY set true
  32. o memory leak on some libz errors for content encodings
  33. o NSS-enabled build is repaired
  34. o superfluous wait in SFTP downloads removed
  35. o FTP with the multi interface no longer kills the control connection as
  36. easily on transfer failures
  37. o compilation halting when using VS2008 to build a Windows 2000 target
  38. o ease creation of libcurl Mac OS X Framework
  39. This release includes the following known bugs:
  40. o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
  41. This release would not have looked like this without help, code, reports and
  42. advice from friends like these:
  43. Lisa Xu, Daniel Fandrich, Craig A West, Alexey Borzov, Sharad Gupta,
  44. Peter Sylvester, Chad Monroe, Markus Moeller, Yang Tse, Scott Cantor,
  45. Patrick Scott, Hidemoto Nakada, Jocelyn Jaubert, Andre Guibert de Bruet,
  46. Kamil Dudka, Patrik Thunstrom, Linus Nielsen Feltzing, Mark Incley,
  47. Daniel Johnson
  48. Thanks! (and sorry if I forgot to mention someone)