RELEASE-NOTES: Synced with dd07e79023
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.37.0
2
3  Public curl releases:         139
4  Command line options:         161
5  curl_easy_setopt() options:   206
6  Public functions in libcurl:  58
7  Contributors:                 1137
8
9 This release includes the following changes:
10
11  o URL parser: IPv6 zone identifiers are now supported
12  o 
13
14 This release includes the following bugfixes:
15
16  o mkhelp: generate code for --disable-manual as well [1]
17  o hostcheck: added a system include to define struct in_addr
18  o winbuild: added warnless.c to fix build
19  o smtp: Fixed login denied when server doesn't support AUTH capability [2]
20  o curl: stop interpreting IPv6 literals as glob patterns
21  o http2: remove _DRAFT09 from the NPN_HTTP2 enum
22  o http2: let openssl mention the exact protocol negotiated
23  o 
24
25 This release includes the following known bugs:
26
27  o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
28
29 This release would not have looked like this without help, code, reports and
30 advice from friends like these:
31
32   Cody Mack, Dan Fandrich, Daniel Stenberg, Paul Marks, Remi Gacogne,
33   Steve Holme, Till Maas, Tom Sparrow
34
35         Thanks! (and sorry if I forgot to mention someone)
36
37 References to bug reports and discussions on issues:
38
39  [1] = http://curl.haxx.se/bug/view.cgi?id=1350
40  [2] = http://curl.haxx.se/mail/lib-2014-03/0173.html