RELEASE-NOTES: Removed erroneous spaces
[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 
20
21 This release includes the following bugfixes:
22
23  o FTP: access files in root dir correctly [1]
24  o configure: try pthread_create without -lpthread [2]
25  o FTP: handle a 230 welcome response [3]
26  o 
27
28 This release includes the following known bugs:
29
30  o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
31
32 This release would not have looked like this without help, code, reports and
33 advice from friends like these:
34
35  David Strauss, Kamil Dudka, Steve Holme, Nick Zitzmann, Sam Deane, Duncan,
36  Anders Havn
37
38         Thanks! (and sorry if I forgot to mention someone)
39
40 References to bug reports and discussions on issues:
41
42  [1] = http://curl.haxx.se/mail/lib-2013-04/0142.html
43  [2] = http://curl.haxx.se/bug/view.cgi?id=1216
44  [3] = http://curl.haxx.se/mail/lib-2013-02/0102.html
45  [4] =