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
|
|
|
|
2013-03-08 10:34:40 -05:00
|
|
|
***
|
|
|
|
krb4 support is up for removal. If you care about it at all, speak up
|
|
|
|
on the curl-library list asap!
|
|
|
|
***
|
|
|
|
|
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
|
2013-03-09 10:31:57 -05:00
|
|
|
o checksrc: ban use of sprintf, vsprintf, strcat, strncat and gets
|
2013-03-11 09:57:07 -04:00
|
|
|
o curl_global_init() now accepts the CURL_GLOBAL_ACK_EINTR flag [10]
|
2013-03-23 18:29:40 -04:00
|
|
|
o Added CURLMOPT_MAX_HOST_CONNECTIONS, CURLMOPT_MAX_TOTAL_CONNECTIONS for
|
2013-04-08 15:34:29 -04:00
|
|
|
new multi interface connection handling
|
2013-03-23 18:29:40 -04:00
|
|
|
o Added CURLMOPT_MAX_PIPELINE_LENGTH, CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE,
|
|
|
|
CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE, CURLMOPT_PIPELINING_SITE_BL and
|
2013-03-27 16:35:28 -04:00
|
|
|
CURLMOPT_PIPELINING_SERVER_BL for new pipelining control [15]
|
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]
|
2013-04-08 15:59:50 -04:00
|
|
|
o ntlm: Fixed memory leaks
|
2013-02-10 06:41:42 -05:00
|
|
|
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
|
2013-03-09 10:31:57 -05:00
|
|
|
o multi: NULL pointer reference when closing an unused multi handle [9]
|
|
|
|
o SOCKS: fix socks proxy when noproxy matched [7]
|
|
|
|
o install-sh: updated to support multiple source files as arguments [6]
|
|
|
|
o PolarSSL: added human readable error strings
|
|
|
|
o resolver_error: remove wrong error message output
|
|
|
|
o docs: updates HTML index and general improvements
|
|
|
|
o curlbuild.h.dist: enhance non-configure GCC ABI detection logic
|
|
|
|
o sasl: Fixed null pointer reference when decoding empty digest challenge [8]
|
2013-03-11 11:57:25 -04:00
|
|
|
o easy: do not ignore poll() failures other than EINTR
|
2013-03-19 17:21:34 -04:00
|
|
|
o darwinssl: disable ECC ciphers under Mountain Lion by default
|
2013-03-23 18:29:40 -04:00
|
|
|
o CONNECT: count received headers [11]
|
|
|
|
o build: fixes for VMS
|
|
|
|
o CONNECT: clear 'rewindaftersend' on success [12]
|
|
|
|
o HTTP proxy: insert slash in URL if missing [13]
|
2013-03-10 14:48:09 -04:00
|
|
|
o hiperfifo: updated to use current libevent API [14]
|
2013-03-23 18:29:40 -04:00
|
|
|
o getinmemory.c: abort the transfer nicely if not enough memory
|
2013-04-08 15:59:50 -04:00
|
|
|
o improved win32 memorytracking
|
2013-03-31 18:36:50 -04:00
|
|
|
o corrected proxy header response headers count [16]
|
|
|
|
o FTP quote operations on re-used connection [17]
|
|
|
|
o tcpkeepalive on win32 [18]
|
2013-04-05 17:31:00 -04:00
|
|
|
o easy: acknowledge the CURLOPT_MAXCONNECTS option properly [19]
|
|
|
|
o easy interface: restore default MAXCONNECTS to 5
|
|
|
|
o win32: don't set SO_SNDBUF for windows vista or later versions [20]
|
2013-04-08 02:43:18 -04:00
|
|
|
o HTTP: made cookie sort function more deterministic
|
|
|
|
o winssl: Fixed memory leak if connection was not successful
|
|
|
|
o FTP: wait on both connections during active STOR state [21]
|
|
|
|
o connect: treat a failed local bind of an interface as a non-fatal error [22]
|
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,
|
2013-03-09 10:31:57 -05:00
|
|
|
Bruno de Carvalho, Rainer Jung, Jeremy Huddleston, Kim Vandry, Jiri Hruska,
|
2013-03-23 18:29:40 -04:00
|
|
|
Alexander Klauer, Saran Neti, Alessandro Ghedini, Linus Nielsen Feltzing,
|
|
|
|
Martin Jansen, John E. Malmberg, Tom Grace, Patrick Monnerat,
|
2013-03-31 18:36:50 -04:00
|
|
|
Zdenek Pavlas, Myk Taylor, Cédric Deltheil, Robert Wruck, Sam Deane,
|
2013-04-05 17:31:00 -04:00
|
|
|
Clemens Gruber, Marc Hoersken, Tomas Mlcoch, Fredrik Thulin, Steven Gu,
|
2013-04-08 02:43:18 -04:00
|
|
|
Andrew Kurushin, Christian Hägele, Daniel Theron
|
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
|
2013-03-09 10:31:57 -05:00
|
|
|
[6] = http://curl.haxx.se/bug/view.cgi?id=1195
|
|
|
|
[7] = http://curl.haxx.se/bug/view.cgi?id=1190
|
|
|
|
[8] = http://curl.haxx.se/bug/view.cgi?id=1193
|
|
|
|
[9] = http://curl.haxx.se/bug/view.cgi?id=1194
|
2013-03-11 09:57:07 -04:00
|
|
|
[10] = http://curl.haxx.se/bug/view.cgi?id=1168
|
2013-03-23 18:29:40 -04:00
|
|
|
[11] = http://curl.haxx.se/bug/view.cgi?id=1204
|
|
|
|
[12] = https://groups.google.com/d/msg/msysgit/B31LNftR4BI/KhRTz0iuGmUJ
|
|
|
|
[13] = http://curl.haxx.se/bug/view.cgi?id=1206
|
2013-03-10 14:48:09 -04:00
|
|
|
[14] = http://curl.haxx.se/bug/view.cgi?id=1199
|
|
|
|
[15] = http://daniel.haxx.se/blog/2013/03/26/better-pipelining-in-libcurl-7-30-0/
|
2013-03-31 18:36:50 -04:00
|
|
|
[16] = http://curl.haxx.se/bug/view.cgi?id=1204
|
|
|
|
[17] = http://curl.haxx.se/mail/lib-2013-03/0319.html
|
|
|
|
[18] = http://curl.haxx.se/bug/view.cgi?id=1209
|
2013-04-05 17:31:00 -04:00
|
|
|
[19] = http://curl.haxx.se/bug/view.cgi?id=1212
|
|
|
|
[20] = http://curl.haxx.se/bug/view.cgi?id=1188
|
2013-04-08 02:43:18 -04:00
|
|
|
[21] = http://curl.haxx.se/bug/view.cgi?id=1183
|
|
|
|
[22] = http://curl.haxx.se/bug/view.cgi?id=1189
|