chunked-encoding with Content-Length: header problem
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.20.1
2
3  Public curl releases:         115
4  Command line options:         136
5  curl_easy_setopt() options:   174
6  Public functions in libcurl:  58
7  Known libcurl bindings:       39
8  Contributors:                 761
9
10 This release includes the following changes:
11
12  o 
13
14 This release includes the following bugfixes:
15
16  o VMS builder bad behavior when used in a batch job
17  o multiple recepients with SMTP
18  o fixed the CURL_FORMAT_* defines when building with cmake
19  o missing quote in libcurl.m4
20  o SMTP: now waits for 250 after the DATA transfer
21  o SMTP: use angle brackets in RCPT TO
22  o curl --trace-time not using local time
23  o off-by-one in the chunked encoding trailer parser
24  o superfluous blocking for OpenSSL-based SSL connects and multi interface
25  o TFTP upload
26  o FTP timeouts after file transferred completely
27  o skip poll() on Interix
28  o CURLOPT_CERTINFO memory leak
29  o sub-second timeouts improvements
30  o configure fixes for GSSAPI
31  o threaded resolver double free when closing curl handle
32  o configure fixes for building with the clang compiler
33  o easy interix rate limiting logic
34  o curl_multi_remove_handle() caused use after free
35  o TFTP improved error codes
36  o TFTP fixed TSIZE handling for uploads
37  o SSL possible double free when reusing curl handle
38  o alarm()-based DNS timeout bug
39  o re-used FTP connection multi interface crash
40  o chunked-encoding with Content-Length: header problem
41
42 This release includes the following known bugs:
43
44  o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
45
46 This release would not have looked like this without help, code, reports and
47 advice from friends like these:
48
49  Steven M. Schweda, Yang Tse, Jack Zhang, Tom Donovan, Martin Hager,
50  Daniel Fandrich, Patrick Monnerat, Pat Ray, Wesley Miaw, Ben Greear,
51  Ryan Chan, Markus Duft, Andrei Benea, Jacob Moshenko, Daniel Johnson,
52  Constantine Sapuntzakis, Douglas Steinwand, Thomas Lopatic, Hauke Duden,
53  Akos Pasztory
54
55         Thanks! (and sorry if I forgot to mention someone)