aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
blob: 1e269f493e86145d426741d5ac4e20745979be74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Curl and libcurl 7.30.1

 Public curl releases:         133
 Command line options:         152
 curl_easy_setopt() options:   199
 Public functions in libcurl:  58
 Known libcurl bindings:       42
 Contributors:                 1005

***
  krb4 support is up for removal. If you care about it at all, speak up
  on the curl-library list asap!
***

This release includes the following changes:

 o darwinssl: add TLS session resumption
 o imap/pop3/smtp: Added support for ;auth=<mech> in the URL
 o 

This release includes the following bugfixes:

 o FTP: access files in root dir correctly [1]
 o configure: try pthread_create without -lpthread [2]
 o FTP: handle a 230 welcome response [3]
 o 

This release includes the following known bugs:

 o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)

This release would not have looked like this without help, code, reports and
advice from friends like these:

 David Strauss, Kamil Dudka, Steve Holme, Nick Zitzmann, Sam Deane, Duncan,
 Anders Havn

        Thanks! (and sorry if I forgot to mention someone)

References to bug reports and discussions on issues:

 [1] = http://curl.haxx.se/mail/lib-2013-04/0142.html
 [2] = http://curl.haxx.se/bug/view.cgi?id=1216
 [3] = http://curl.haxx.se/mail/lib-2013-02/0102.html
 [4] =