2013-08-28 03:32:48 -04:00
|
|
|
Curl and libcurl 7.33.0
|
2003-09-22 17:38:52 -04:00
|
|
|
|
2013-08-12 07:16:44 -04:00
|
|
|
Public curl releases: 135
|
|
|
|
Command line options: 153
|
|
|
|
curl_easy_setopt() options: 201
|
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-08-12 07:16:44 -04:00
|
|
|
Contributors: 1057
|
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-08-23 09:39:03 -04:00
|
|
|
o test code for testing the event based API [3]
|
|
|
|
o CURLM_ADDED_ALREADY: new error code
|
|
|
|
o test TFTP server: support "writedelay" within <servercmd>
|
2013-08-23 10:16:42 -04:00
|
|
|
o krb4 support has been removed
|
2013-08-26 18:27:07 -04:00
|
|
|
o imap and smtp: added basic SASL XOAUTH2 support [9]
|
2006-08-08 18:56:46 -04:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2013-08-23 09:39:03 -04:00
|
|
|
o nss: make sure that NSS is initialized
|
|
|
|
o curl: make --no-[option] work properly for several options
|
|
|
|
o FTP: with socket_action send better socket updates in active mode [1]
|
|
|
|
o curl: fix the --sasl-ir in the --help output
|
|
|
|
o tests 2032, 2033: Don't hardcode port in expected output
|
|
|
|
o urlglob: better detect unclosed braces, empty lists and overflows [7]
|
|
|
|
o urlglob: error out on range overflow [8]
|
|
|
|
o imap: Fixed response check for SEARCH command
|
|
|
|
o handle arbitrary-length username and password [2]
|
|
|
|
o TFTP: make the CURLOPT_LOW_SPEED* options work [4]
|
|
|
|
o curl.h: name space pollution by "enum type" [5]
|
|
|
|
o multi: move on from STATE_DONE faster [6]
|
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-08-23 09:39:03 -04:00
|
|
|
Alex McLellan, Bill Doyle, Colby Ranger, Fabian Keil, Gisle Vanem,
|
|
|
|
John E. Malmberg, Jonathan Nieder, Kamil Dudka, Shawn Landden,
|
2013-08-26 18:27:07 -04:00
|
|
|
Tor Arntsen, Will Dietz, Yi Huang, Kyle L. Huff, Steve Holme
|
2013-04-13 11:43:30 -04: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-08-23 09:39:03 -04:00
|
|
|
[1] = http://curl.haxx.se/mail/lib-2013-08/0043.html
|
|
|
|
[2] = http://bugs.debian.org/719856
|
|
|
|
[3] = http://daniel.haxx.se/blog/2013/08/20/testing-curl_multi_socket_action/
|
|
|
|
[4] = http://curl.haxx.se/bug/view.cgi?id=1269
|
|
|
|
[5] = https://github.com/bagder/curl/pull/76
|
|
|
|
[6] = http://curl.haxx.se/mail/lib-2013-08/0211.html
|
|
|
|
[7] = http://curl.haxx.se/bug/view.cgi?id=1264
|
|
|
|
[8] = http://curl.haxx.se/bug/view.cgi?id=1267
|
2013-08-26 18:27:07 -04:00
|
|
|
[9] = http://curl.haxx.se/mail/lib-2013-08/0234.html
|