RELEASE-NOTES: synced with fa6d78829fd30ad
[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: put reset code into else block [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
30 This release includes the following known bugs:
31
32  o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
33
34 This release would not have looked like this without help, code, reports and
35 advice from friends like these:
36
37  Guenter Knauf, Alessandro Ghedini, Nick Zitzmann, Michal Kowalczyk,
38  Jeff Connelly, Oscar Norlander, Guido Berhoerster, Marc Hoersken,
39  Dave Reisner, Jan Ehrhardt
40
41         Thanks! (and sorry if I forgot to mention someone)
42
43 References to bug reports and discussions on issues:
44
45  [1] = http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690551
46  [2] = http://curl.haxx.se/bug/view.cgi?id=3577710
47  [3] = http://curl.haxx.se/bug/view.cgi?id=3578418
48  [4] = http://curl.haxx.se/bug/view.cgi?id=3582408
49  [5] = http://curl.haxx.se/bug/view.cgi?id=3579064
50  [6] = http://curl.haxx.se/bug/view.cgi?id=3582407