1 Curl and libcurl 7.24.0
3 Public curl releases: 127
4 Command line options: 149
5 curl_easy_setopt() options: 192
6 Public functions in libcurl: 58
7 Known libcurl bindings: 39
10 This release includes the following changes:
12 o CURLOPT_QUOTE: SFTP supports the '*'-prefix now [24]
13 o CURLOPT_DNS_SERVERS: set name servers if possible [23]
14 o Add support for using nettle instead of gcrypt as gnutls backend [22]
15 o CURLOPT_INTERFACE: avoid resolving interfaces names with magic prefixes [21]
16 o Added CURLOPT_ACCEPTTIMEOUT_MS [30]
17 o configure: add symbols versioning option --enable-versioned-symbols [31]
19 This release includes the following bugfixes:
21 o SSL session share: move the age counter to the share object [1]
22 o -J -O: use -O name if no Content-Disposition header comes! [2]
23 o protocol_connect: show verbose connect and set connect time [3]
24 o query-part: ignore the URI part for given protocols [4]
25 o gnutls: only translate winsock errors for old versions [5]
26 o POP3: fix end of body detection [6]
27 o POP3: detect when LIST returns no mails
28 o TELNET: improved treatment of options [7]
29 o configure: add support for pkg-config detection of libidn [8]
30 o CyaSSL 2.0+ library initialization adjustment [9]
31 o multi interface: only use non-NULL socker function pointer
32 o call opensocket callback properly for active FTP
33 o don't call close socket callback for sockets created with accept() [10]
34 o differentiate better between host/proxy errors [11]
35 o SSH: fix CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 and --hostpubmd5 [12]
36 o multi: handle timeouts on DNS servers by checking for new sockets [13]
37 o CURLOPT_DNS_SERVERS: fix return code
38 o POP3: fixed escaped dot not being stripped out [14]
39 o OpenSSL: check for the SSLv2 function in configure [15]
40 o MakefileBuild: fix the static build [16]
41 o create_conn: don't switch to HTTP protocol if tunneling is enabled [17]
42 o multi interface: fix block when CONNECT_ONLY option is used [18]
43 o Fix connection reuse for TLS upgraded connections [19]
44 o multiple file upload with -F and custom type [20]
45 o multi interface: active FTP connections are no longer blocking [25]
46 o Android build fix [26]
47 o timer: restore PRETRANSFER timing [27]
48 o libcurl.m4: Fix quoting arguments of AC_LANG_PROGRAM [28]
49 o appconnect time fixed for non-blocking connect ssl backends [29]
50 o do not include SSL handshake into time spent waiting for 100-continue [32]
51 o handle dns cache case insensitive
52 o use new host name casing for subsequent HTTP requests [33]
53 o CURLOPT_RESOLVE: avoid adding already present host names
54 o SFTP mkdir: use correct permission [34]
55 o resolve: don't leak pre-populated dns entries [35]
56 o --retry: Retry transfers on timeout and DNS errors
57 o negotiate with SSPI backend: use the correct buffer for input [36]
58 o SFTP dir: increase buffer size counter to avoid cut off file names [37]
59 o TFTP: fix resending (again) [38]
60 o c-ares: don't include getaddrinfo-using code [39]
61 o FTP: CURLE_PARTIAL_FILE will not close the control channel [40]
62 o win32-threaded-resolver: stop using a dummy socket
63 o OpenSSL: remove reference to openssl internal struct [41]
64 o OpenSSL: SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG option no longer enabled
65 o OpenSSL: fix PKCS#12 certificate parsing related memory leak
66 o OpenLDAP: fix LDAP connection phase memory leak [42]
67 o Telnet: Use correct file descriptor for telnet upload
68 o Telnet: Remove bogus optimisation of telnet upload
70 This release includes the following known bugs:
72 o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
74 This release would not have looked like this without help, code, reports and
75 advice from friends like these:
77 Alejandro Alvarez Ayllon, Jason Glasgow, Jonas Schnelli, Mark Brand,
78 Martin Storsjo, Yang Tse, Laurent Rabret, Jason Glasgow, Steve Holme,
79 Reza Arbab, Jason Liu, Gokhan Sengun, Rob Ward, Dan Fandrich,
80 Naveen Chandran, Ward Willats, Vladimir Grishchenko, Colin Hogben,
81 Alessandro Ghedini, Cedric Deltheil, Toni Moreno, Bernhard Reutner-Fischer,
82 Sven Wegener, Alex Vinnik, Kamil Dudka, Mamoru Tasaka, Patrice Guerin,
83 Armel Asselin, Arthur Murray, Steve H Truong, Peter Sylvester,
86 Thanks! (and sorry if I forgot to mention someone)
88 References to bug reports and discussions on issues:
90 [1] = http://curl.haxx.se/mail/lib-2011-11/0116.html
91 [2] = http://curl.haxx.se/mail/archive-2011-11/0030.htm
92 [3] = http://curl.haxx.se/mail/archive-2011-11/0035.html
93 [4] = http://curl.haxx.se/mail/lib-2011-11/0218.html
94 [5] = http://curl.haxx.se/mail/lib-2011-11/0267.html
95 [6] = http://curl.haxx.se/mail/lib-2011-11/0279.html
96 [7] = http://curl.haxx.se/mail/lib-2011-11/0247.html
97 [8] = http://curl.haxx.se/mail/lib-2011-11/0294.html
98 [9] = http://curl.haxx.se/bug/view.cgi?id=3442068
99 [10] = http://curl.haxx.se/mail/lib-2011-12/0018.html
100 [11] = http://curl.haxx.se/mail/archive-2011-12/0010.html
101 [12] = http://curl.haxx.se/bug/view.cgi?id=3451592
102 [13] = http://curl.haxx.se/mail/lib-2011-11/0371.html
103 [14] = http://curl.haxx.se/mail/lib-2011-11/0368.html
104 [15] = http://curl.haxx.se/mail/archive-2011-12/0012.html
105 [16] = http://curl.haxx.se/mail/lib-2011-12/0063.html
106 [17] = http://curl.haxx.se/mail/lib-2011-12/0010.html
107 [18] = http://curl.haxx.se/mail/lib-2011-12/0070.html
108 [19] = http://curl.haxx.se/mail/lib-2011-11/0022.html
109 [20] = http://curl.haxx.se/mail/lib-2011-12/0121.html
110 [21] = http://curl.haxx.se/mail/lib-2011-12/0107.html
111 [22] = http://curl.haxx.se/mail/lib-2011-11/0164.html
112 [23] = http://curl.haxx.se/mail/lib-2011-11/0067.html
113 [24] = http://curl.haxx.se/mail/lib-2011-11/0205.html
114 [25] = http://curl.haxx.se/mail/lib-2011-12/0179.html
115 [26] = http://curl.haxx.se/mail/lib-2011-12/0215.html
116 [27] = http://curl.haxx.se/mail/archive-2011-12/0022.html
117 [28] = http://curl.haxx.se/mail/lib-2011-12/0218.html
118 [29] = http://curl.haxx.se/mail/lib-2011-12/0211.html
119 [30] = http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTACCEPTTIMOUTMS
120 [31] = http://curl.haxx.se/mail/lib-2011-12/0133.html
121 [32] = https://bugzilla.redhat.com/767490
122 [33] = http://curl.haxx.se/mail/lib-2011-12/0314.html
123 [34] = http://curl.haxx.se/mail/lib-2011-12/0249.html
124 [35] = http://curl.haxx.se/bug/view.cgi?id=3463121
125 [36] = http://curl.haxx.se/bug/view.cgi?id=3466497
126 [37] = http://curl.haxx.se/mail/lib-2011-12/0249.html
127 [38] = http://curl.haxx.se/mail/lib-2012-01/0146.html
128 [39] = http://curl.haxx.se/mail/lib-2012-01/0160.html
129 [40] = http://curl.haxx.se/mail/lib-2012-01/0096.html
130 [41] = http://curl.haxx.se/mail/lib-2012-01/0049.html
131 [42] = http://curl.haxx.se/bug/view.cgi?id=3474308