诸暨麻将添加redis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

106 lines
4.6 KiB

  1. Curl and libcurl 7.32.0
  2. Public curl releases: 134
  3. Command line options: 152
  4. curl_easy_setopt() options: 199
  5. Public functions in libcurl: 58
  6. Known libcurl bindings: 42
  7. Contributors: 1049
  8. ***
  9. krb4 support is up for removal. If you care about it at all, speak up
  10. on the curl-library list asap!
  11. ***
  12. This release includes the following changes:
  13. o curl: allow timeouts to accept decimal values
  14. o OS400: add slist and certinfo EBCDIC support
  15. o OS400: new SSL backend GSKit
  16. o CURLOPT_XFERINFOFUNCTION: introducing a new progress callback
  17. o LIBCURL-STRUCTS: new document
  18. This release includes the following bugfixes:
  19. o dotdot: introducing dot file path cleanup [1]
  20. o docs: fix typo in curl_easy_getinfo manpage
  21. o test1230: avoid using hard-wired port number
  22. o test1396: invoke the correct test tool
  23. o SIGPIPE: ignored while inside the library [2]
  24. o darwinssl: fix crash that started happening in Lion
  25. o OpenSSL: check for read errors, don't assume [3]
  26. o c-ares: improve error message on failed resolve [4]
  27. o printf: make sure %x are treated unsigned
  28. o formpost: better random boundaries [5]
  29. o url: restore the functionality of 'curl -u :' [6]
  30. o curl.1: fix typo in --xattr description [7]
  31. o digest: improve nonce generation
  32. o configure: automake 1.14 compatibility tweak
  33. o curl.1: document the --post303 option in the man page
  34. o curl.1: document the --sasl-ir option in the man page
  35. o setup-vms.h: sk_pop symbol tweak
  36. o tool_paramhlp: try harder to catch negatives
  37. o cmake: Fix for MSVC2010 project generation [8]
  38. o asyn-ares: Don't blank ares servers if none configured
  39. o curl_multi_wait: set revents for extra fds
  40. o Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup()
  41. o ftp_do_more: consider DO_MORE complete when server connects back [9]
  42. o curl_easy_perform: gradually increase the delay time [10]
  43. o curl: fix symbolic names for CURLUSESSL_* enum in --libcurl output
  44. o curl: fix upload of a zip file in OpenVMS [11]
  45. o build: fix linking on Solaris 10 [12]
  46. o curl_formadd: CURLFORM_FILECONTENT wrongly rejected some option combos [13]
  47. o curl_formadd: fix file upload on VMS [14]
  48. o curl_easy_pause: on unpause, trigger mulit-socket handling [15]
  49. o md5 & metalink: use better build macros on Apple operating systems [16]
  50. o darwinssl: fix build error in crypto authentication under Snow Leopard [16]
  51. o curl: make --progress-bar update the line less frequently [17]
  52. o configure: don't error out on variable confusions (CFLAGS, LDFLAGS etc)
  53. o mk-ca-bundle: skip more untrusted certificates
  54. o formadd: wrong pointer for file name when CURLFORM_BUFFERPTR used [18]
  55. o FTP: when EPSV gets a 229 but fails to connect, retry with PASV
  56. o mk-ca-bundle.1: don't install on make install [19]
  57. o VMS: lots of updates and fixes of the build procedure
  58. o global dns cache: didn't work (regression)
  59. o global dns cache: fix memory leak
  60. o
  61. This release includes the following known bugs:
  62. o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
  63. This release would not have looked like this without help, code, reports and
  64. advice from friends like these:
  65. Alex Vinnik, Alessandro Ghedini, Nick Zitzmann, Kamil Dudka,
  66. Lluis Batlle i Rossell, Nach M. S., Kim Vandry, Ben Greear, Dan Fandrich,
  67. Dave Reisner, Evgeny Turnaev, Guenter Knauf, John E. Malmberg, Marc Hoersken,
  68. Patrick Monnerat, Sergei Nikulov, Yang Tse, Andreas Malzahn, Clemens Gruber,
  69. Jean-Noel Rouvignac, Markus Moeller, Fabian Keil, Dagobert Michelsen,
  70. Byrial Jensen, Justin Karneges, Edward Rudd, Marc Doughty, Konstantin Isakov,
  71. Thanks! (and sorry if I forgot to mention someone)
  72. References to bug reports and discussions on issues:
  73. [1] = http://curl.haxx.se/bug/view.cgi?id=1200
  74. [2] = http://curl.haxx.se/bug/view.cgi?id=1180
  75. [3] = http://curl.haxx.se/bug/view.cgi?id=1249
  76. [4] = http://curl.haxx.se/bug/view.cgi?id=1191
  77. [5] = http://curl.haxx.se/bug/view.cgi?id=1251
  78. [6] = http://curl.haxx.se/mail/archive-2013-06/0052.html
  79. [7] = http://curl.haxx.se/bug/view.cgi?id=1252
  80. [8] = http://curl.haxx.se/mail/lib-2013-07/0046.html
  81. [9] = http://curl.haxx.se/mail/lib-2013-07/0115.html
  82. [10] = http://curl.haxx.se/mail/lib-2013-07/0103.html
  83. [11] = http://curl.haxx.se/bug/view.cgi?id=496
  84. [12] = http://curl.haxx.se/bug/view.cgi?id=1217
  85. [13] = http://curl.haxx.se/mail/lib-2013-07/0258.html
  86. [14] = http://curl.haxx.se/bug/view.cgi?id=758
  87. [15] = http://curl.haxx.se/mail/lib-2013-07/0239.html
  88. [16] = http://curl.haxx.se/bug/view.cgi?id=1255
  89. [17] = http://curl.haxx.se/mail/archive-2013-07/0031.html
  90. [18] = http://curl.haxx.se/bug/view.cgi?id=1262
  91. [19] = http://curl.haxx.se/mail/lib-2013-08/0057.html