aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
blob: db5323bb8c22afbd9eb6115a8d0498ce65e89291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Curl and libcurl 7.32.0

 Public curl releases:         134
 Command line options:         152
 curl_easy_setopt() options:   199
 Public functions in libcurl:  58
 Known libcurl bindings:       42
 Contributors:                 1049

***
  krb4 support is up for removal. If you care about it at all, speak up
  on the curl-library list asap!
***

This release includes the following changes:

 o 

This release includes the following bugfixes:

 o dotdot: introducing dot file path cleanup [1]
 o docs: fix typo in curl_easy_getinfo manpage
 o test1230: avoid using hard-wired port number
 o test1396: invoke the correct test tool
 o SIGPIPE: ignored while inside the library [2]
 o darwinssl: fix crash that started happening in Lion
 o OpenSSL: check for read errors, don't assume [3]
 o c-ares: improve error message on failed resolve [4]
 o printf: make sure %x are treated unsigned
 o formpost: better random boundaries [5]
 o url: restore the functionality of 'curl -u :' [6]

This release includes the following known bugs:

 o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)

This release would not have looked like this without help, code, reports and
advice from friends like these:

 Alex Vinnik, Alessandro Ghedini, Nick Zitzmann, Kamil Dudka,
 LluĂ­s Batlle i Rossell, Nach M. S., Kim Vandry

        Thanks! (and sorry if I forgot to mention someone)

References to bug reports and discussions on issues:

 [1] = http://curl.haxx.se/bug/view.cgi?id=1200
 [2] = http://curl.haxx.se/bug/view.cgi?id=1180
 [3] = http://curl.haxx.se/bug/view.cgi?id=1249
 [4] = http://curl.haxx.se/bug/view.cgi?id=1191
 [5] = http://curl.haxx.se/bug/view.cgi?id=1251
 [6] = http://curl.haxx.se/mail/archive-2013-06/0052.html