2013-03-07 05:14:16 -05:00
|
|
|
Curl and libcurl 7.30.0
|
2003-09-22 17:38:52 -04:00
|
|
|
|
2013-02-06 08:50:39 -05:00
|
|
|
Public curl releases: 132
|
2012-06-03 07:51:54 -04:00
|
|
|
Command line options: 152
|
2012-03-10 16:29:30 -05:00
|
|
|
curl_easy_setopt() options: 199
|
2008-05-12 17:43:24 -04:00
|
|
|
Public functions in libcurl: 58
|
2013-02-16 08:26:28 -05:00
|
|
|
Known libcurl bindings: 42
|
2013-02-06 08:50:39 -05:00
|
|
|
Contributors: 1005
|
2013-02-06 05:02:18 -05:00
|
|
|
|
2006-08-08 18:56:46 -04:00
|
|
|
This release includes the following changes:
|
2008-09-01 10:27:24 -04:00
|
|
|
|
2013-02-07 16:20:11 -05:00
|
|
|
o imap: Changed response tag generation to be completely unique
|
|
|
|
o imap: Added support for SASL-IR extension
|
2013-03-07 05:03:28 -05:00
|
|
|
o imap: Added support for the list command
|
|
|
|
o imap: Added support for the append command
|
2013-03-06 22:03:18 -05:00
|
|
|
o imap: Added custom request parsing
|
2013-03-07 05:03:28 -05:00
|
|
|
o imap: Added support to the fetch command for UID and SECTION properties
|
|
|
|
o imap: Added parsing and verification of the UIDVALIDITY mailbox attribute
|
2013-02-10 06:41:42 -05:00
|
|
|
o darwinssl: Make certificate errors less techy
|
2013-02-10 17:32:47 -05:00
|
|
|
o imap/pop3/smtp: Added support for the STARTTLS capability
|
2006-08-08 18:56:46 -04:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2013-02-10 06:41:42 -05:00
|
|
|
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
|
2013-03-06 22:03:18 -05:00
|
|
|
o pop3: Fixed blocking SSL connect when connecting via POP3S
|
2013-03-07 05:03:28 -05:00
|
|
|
o imap: Fixed memory leak when performing multiple selects
|
2013-03-05 11:51:01 -05:00
|
|
|
o nss: fix misplaced code enabling non-blocking socket mode
|
2013-03-06 22:03:18 -05:00
|
|
|
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
|
2010-12-15 09:54:17 -05:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
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:
|
|
|
|
|
2013-02-10 06:41:42 -05:00
|
|
|
Kamil Dudka, Steve Holme, Nick Zitzmann, Patricia Muscalu, Dan Fandrich,
|
2013-03-06 22:03:18 -05:00
|
|
|
Gisle Vanem, Guenter Knauf, Yang Tse, Oliver Gondža, Aki Koskinen,
|
|
|
|
Alexander Klauer, Kim Vandry, Willem Sparreboom, Jeremy Huddleston,
|
|
|
|
Bruno de Carvalho
|
2012-11-06 06:03:29 -05:00
|
|
|
|
2003-09-22 17:38:52 -04:00
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|
2011-12-19 14:08:59 -05:00
|
|
|
|
|
|
|
References to bug reports and discussions on issues:
|
|
|
|
|
2013-02-10 06:41:42 -05:00
|
|
|
[1] = http://curl.haxx.se/bug/view.cgi?id=1184
|
2013-03-06 22:03:18 -05:00
|
|
|
[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
|