RELEASE-NOTES 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. Curl and libcurl 7.41.0
  2. Public curl releases: 144
  3. Command line options: 163
  4. curl_easy_setopt() options: 209
  5. Public functions in libcurl: 58
  6. Contributors: 1233
  7. This release includes the following changes:
  8. o NetWare build: added TLS-SRP enabled build
  9. o winbuild: Added option to build with c-ares
  10. o Added --cert-status [9]
  11. o Added CURLOPT_SSL_VERIFYSTATUS [10]
  12. This release includes the following bugfixes:
  13. o sasl_gssapi: Fixed build on NetBSD with built-in GSS-API [1]
  14. o FTP: fix IPv6 host using link-local address [2]
  15. o FTP: if EPSV fails on IPV6 connections, bail out
  16. o gssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_SERVICE definitions
  17. o NSS: fix compiler error when built http2-enabled
  18. o mingw build: allow to pass custom CFLAGS [3]
  19. o add -m64 CFLAGS when targeting mingw64, add -m32/-m64 to LDFLAGS [4]
  20. o curl_schannel.c: mark session as removed from cache if not freed [5]
  21. o Curl_pretransfer: reset expected transfer sizes [6]
  22. o curl.h: remove extra space [7]
  23. o curl_endian: Fixed build when 64-bit integers are not supported [8]
  24. o checksrc.bat: Better detection of Perl installation
  25. o build-openssl.bat: Added check for Perl installation
  26. o
  27. This release includes the following known bugs:
  28. o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
  29. This release would not have looked like this without help, code, reports and
  30. advice from friends like these:
  31. Daniel Stenberg, Guenter Knauf, Jean-Francois Durand, John E. Malmberg,
  32. Marc Hoersken, Mohammad AlSaleh, Sam Schanken, Steve Holme, Thomas Klausner,
  33. Viktor Szakats, Vojtěch Král, Yun SangHo
  34. Thanks! (and sorry if I forgot to mention someone)
  35. References to bug reports and discussions on issues:
  36. [1] = http://curl.haxx.se/bug/view.cgi?id=1469
  37. [2] = http://curl.haxx.se/bug/view.cgi?id=1468
  38. [3] = https://github.com/bagder/curl/pull/136
  39. [4] = https://github.com/bagder/curl/pull/134
  40. [5] = http://curl.haxx.se/mail/lib-2015-01/0036.html
  41. [6] = http://curl.haxx.se/mail/lib-2015-01/0065.html
  42. [7] = https://github.com/bagder/curl/pull/137
  43. [8] = http://curl.haxx.se/mail/lib-2015-01/0094.html
  44. [9] = http://curl.haxx.se/docs/manpage.html#--cert-status
  45. [10] = http://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYSTATUS.html