RELEASE-NOTES: synced with 487538e87a3d5e
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.28.1
2
3  Public curl releases:         130
4  Command line options:         152
5  curl_easy_setopt() options:   199
6  Public functions in libcurl:  58
7  Known libcurl bindings:       39
8  Contributors:                 979
9
10 This release includes the following changes:
11
12  o metalink/md5: Use CommonCrypto on Apple operating systems
13  o href_extractor: new example code extracting href elements
14
15 This release includes the following bugfixes:
16
17  o Fix broken libmetalink-aware OpenSSL build
18  o gnutls: fix the error is fatal logic [1]
19  o darwinssl: un-broke iOS build, fix error on server disconnect
20  o asyn-ares: restore functionality with c-ares < 1.6.1 [2]
21  o tlsauthtype: deal with the string case insensitively [3]
22  o Fixed MSVC libssh2 static build
23  o evhiperfifo: fix the pointer passed to WRITEDATA [6]
24  o BUGS: fix the bug tracker URL [4]
25  o winbuild: Use machine type of development environment
26  o FTP: prevent the multi interface from blocking [5]
27  o uniformly use AM_CPPFLAGS, avoid deprecated INCLUDES
28  o httpcustomheader.c: free the headers after use
29  o fix >2000 bytes POST over NTLM-using proxy [7]
30  o redirects to URLs with fragments [8]
31  o don't send '#' fragments when using proxy [9]
32  o OpenSSL: show full issuer string [10]
33  o fix HTTP auth regression [11]
34  o CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value [12]
35
36 This release includes the following known bugs:
37
38  o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
39
40 This release would not have looked like this without help, code, reports and
41 advice from friends like these:
42
43  Guenter Knauf, Alessandro Ghedini, Nick Zitzmann, Michal Kowalczyk,
44  Jeff Connelly, Oscar Norlander, Guido Berhoerster, Marc Hoersken,
45  Dave Reisner, Jan Ehrhardt, John Suprock, Alessandro Ghedini,
46  Lars Buitinck
47
48         Thanks! (and sorry if I forgot to mention someone)
49
50 References to bug reports and discussions on issues:
51
52  [1] = http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690551
53  [2] = http://curl.haxx.se/bug/view.cgi?id=3577710
54  [3] = http://curl.haxx.se/bug/view.cgi?id=3578418
55  [4] = http://curl.haxx.se/bug/view.cgi?id=3582408
56  [5] = http://curl.haxx.se/bug/view.cgi?id=3579064
57  [6] = http://curl.haxx.se/bug/view.cgi?id=3582407
58  [7] = http://curl.haxx.se/bug/view.cgi?id=3582321
59  [8] = http://curl.haxx.se/bug/view.cgi?id=3581898
60  [9] = http://curl.haxx.se/bug/view.cgi?id=3579813
61  [10] = http://curl.haxx.se/bug/view.cgi?id=3579286
62  [11] = http://curl.haxx.se/bug/view.cgi?id=3582718
63  [12] = http://daniel.haxx.se/blog/2012/10/25/libcurl-claimed-to-be-dangerous/