c6010894eafbcf9d734052232a93423e0901ccdd
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.30.1
2
3  Public curl releases:         133
4  Command line options:         152
5  curl_easy_setopt() options:   199
6  Public functions in libcurl:  58
7  Known libcurl bindings:       42
8  Contributors:                 1005
9
10 ***
11   krb4 support is up for removal. If you care about it at all, speak up
12   on the curl-library list asap!
13 ***
14
15 This release includes the following changes:
16
17  o darwinssl: add TLS session resumption
18  o imap/pop3/smtp: Added support for ;auth=<mech> in the URL
19  o imap/pop3/smtp: Added support for ;auth=<mech> to CURLOPT_USERPWD
20  o usercertinmem.c: add example showing user cert in memory
21  o url: Added smtp and pop3 hostnames to the protocol detection list
22  o imap/pop3/smtp: Added support for enabling the SASL initial response [8]
23  o 
24
25 This release includes the following bugfixes:
26
27  o FTP: access files in root dir correctly [1]
28  o configure: try pthread_create without -lpthread [2]
29  o FTP: handle a 230 welcome response [3]
30  o curl-config: don't output static libs when they are disabled
31  o CURL_CHECK_CA_BUNDLE: don't check for paths when cross-compiling [4]
32  o Various documentation updates
33  o getinfo.c: reset timecond when clearing session-info variables [5]
34  o FILE: prevent an artificial timeout event due to stale speed-check data [6]
35  o ftp_state_pasv_resp: connect through proxy also when set by env [7]
36  o sshserver: disable StrictHostKeyChecking
37  o ftpserver: Fixed imap logout confirmation data
38  o curl_easy_init: use less mallocs
39  o 
40
41 This release includes the following known bugs:
42
43  o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
44
45 This release would not have looked like this without help, code, reports and
46 advice from friends like these:
47
48  David Strauss, Kamil Dudka, Steve Holme, Nick Zitzmann, Sam Deane, Duncan,
49  Anders Havn, Dan Fandrich, Paul Howarth, Dave Reisner, Wouter Van Rooy,
50  Linus Nielsen Feltzing, Ishan SinghLevett, Alessandro Ghedini,
51  Ludovico Cavedon, Zdenek Pavlas, Zekun Ni
52
53         Thanks! (and sorry if I forgot to mention someone)
54
55 References to bug reports and discussions on issues:
56
57  [1] = http://curl.haxx.se/mail/lib-2013-04/0142.html
58  [2] = http://curl.haxx.se/bug/view.cgi?id=1216
59  [3] = http://curl.haxx.se/mail/lib-2013-02/0102.html
60  [4] = http://curl.haxx.se/mail/lib-2013-04/0294.html
61  [5] = http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705783
62  [6] = https://bugzilla.redhat.com/906031
63  [7] = http://curl.haxx.se/bug/view.cgi?id=1218
64  [8] = http://curl.haxx.se/mail/lib-2012-03/0114.html
65  [9]