6d6530632b329f29e6187821473c8856f4078176
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.19.7
2
3  Public curl releases:         113
4  Command line options:         132
5  curl_easy_setopt() options:   163
6  Public functions in libcurl:  58
7  Known libcurl bindings:       38
8  Contributors:                 732
9
10 This release includes the following changes:
11
12  o -T. is now for non-blocking uploading from stdin
13  o SYST handling on FTP for OS/400 FTP server cases
14  o libcurl refuses to read a single HTTP header longer than 100K
15
16 This release includes the following bugfixes:
17
18  o The windows makefiles work again
19  o libcurl-NSS acknowledges verifyhost
20  o SIGSEGV when pipelined pipe unexpectedly breaks
21  o data corruption issue with re-connected transfers
22  o use after free if we're completed but easy_conn not NULL (pipelined)
23  o missing strdup() return code check
24  o CURLOPT_PROXY_TRANSFER_MODE could pass along wrong syntax
25  o configure --with-gnutls=PATH fixed
26  o ftp response reader bug on failed control connections
27  o improved NSS error message on failed host name verifications
28  o ftp NOBODY on re-used connection hang
29  o configure uses pkg-config for cross-compiles as well
30  o improved NSS detection in configure
31  o cookie expiry date at 1970-jan-1 00:00:00
32  o libcurl-OpenSSL failed to verify some certs with Subject Alternative Name
33  o libcurl-OpenSSL can load CRL files with more than one certificate inside
34  o received cookies without explicit path got saved wrong if the URL had a
35    query part
36  o don't shrink SO_SNDBUF on windows for those who have it set large already
37  o connect next bug
38  o invalid file name characters handling on Windows
39
40 This release includes the following known bugs:
41
42  o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
43
44 This release would not have looked like this without help, code, reports and
45 advice from friends like these:
46
47  Karl Moerder, Kamil Dudka, Krister Johansen, Andre Guibert de Bruet,
48  Michal Marek, Eric Wong, Guenter Knauf, Peter Sylvester, Daniel Johnson,
49  Claes Jakobsson, Sven Anders, Chris Mumford, John P. McCaskey,
50  Constantine Sapuntzakis, Michael Stillwell, Tom Mueller, Dan Fandrich,
51
52         Thanks! (and sorry if I forgot to mention someone)