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