aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
blob: e5026a81f3c1a215bba74dba7f0d65dd477161f7 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Curl and libcurl 7.30.0

 Public curl releases:         132
 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 imap: Changed response tag generation to be completely unique
 o imap: Added support for SASL-IR extension
 o imap: Added support for the list command
 o imap: Added support for the append command
 o imap: Added custom request parsing
 o imap: Added support to the fetch command for UID and SECTION properties
 o imap: Added parsing and verification of the UIDVALIDITY mailbox attribute
 o darwinssl: Make certificate errors less techy
 o imap/pop3/smtp: Added support for the STARTTLS capability

This release includes the following bugfixes:

 o darwinssl: Fix build under Leopard
 o DONE: consider callback-aborted transfers premature [1]
 o ntlm: fix memory leak
 o smtp: Fixed an issue when processing EHLO failure responses
 o pop3: Fixed incorrect return value from pop3_endofresp()
 o pop3: Fixed SASL authentication capability detection
 o pop3: Fixed blocking SSL connect when connecting via POP3S
 o imap: Fixed memory leak when performing multiple selects 
 o nss: fix misplaced code enabling non-blocking socket mode
 o AddFormData: prevent only directories from being posted [2]
 o darwinssl: fix infinite loop if server disconnected abruptly [3]
 o metalink: fix improbable crash parsing metalink filename
 o show proper host name on failed resolve
 o MacOSX-Framework: Make script work in Xcode 4.0 and later
 o strlcat: remove function [4]
 o darwinssl: Fix send glitchiness with data > 32 or so KB [5]
 o polarssl: better 1.1.x and 1.2.x support
 o various documentation improvements

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:

 Kamil Dudka, Steve Holme, Nick Zitzmann, Patricia Muscalu, Dan Fandrich,
 Gisle Vanem, Guenter Knauf, Yang Tse, Oliver Gondža, Aki Koskinen,
 Alexander Klauer, Kim Vandry, Willem Sparreboom, Jeremy Huddleston,
 Bruno de Carvalho

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

References to bug reports and discussions on issues:

 [1] = http://curl.haxx.se/bug/view.cgi?id=1184
 [2] = http://curl.haxx.se/mail/archive-2013-02/0040.html
 [3] = http://curl.haxx.se/mail/lib-2013-03/0014.html
 [4] = http://curl.haxx.se/bug/view.cgi?id=1192
 [5] = http://curl.haxx.se/mail/lib-2013-02/0145.html