FTP: remove krb4 support
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.32.1
2
3  Public curl releases:         135
4  Command line options:         153
5  curl_easy_setopt() options:   201
6  Public functions in libcurl:  58
7  Known libcurl bindings:       42
8  Contributors:                 1057
9
10 This release includes the following changes:
11
12  o test code for testing the event based API [3]
13  o CURLM_ADDED_ALREADY: new error code
14  o test TFTP server: support "writedelay" within <servercmd>
15  o krb4 support has been removed
16
17 This release includes the following bugfixes:
18
19  o nss: make sure that NSS is initialized
20  o curl: make --no-[option] work properly for several options
21  o FTP: with socket_action send better socket updates in active mode [1]
22  o curl: fix the --sasl-ir in the --help output
23  o tests 2032, 2033: Don't hardcode port in expected output
24  o urlglob: better detect unclosed braces, empty lists and overflows [7]
25  o urlglob: error out on range overflow [8]
26  o imap: Fixed response check for SEARCH command
27  o handle arbitrary-length username and password [2]
28  o TFTP: make the CURLOPT_LOW_SPEED* options work [4]
29  o curl.h: name space pollution by "enum type" [5]
30  o multi: move on from STATE_DONE faster [6]
31
32 This release includes the following known bugs:
33
34  o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
35
36 This release would not have looked like this without help, code, reports and
37 advice from friends like these:
38
39  Alex McLellan, Bill Doyle, Colby Ranger, Fabian Keil, Gisle Vanem,
40  John E. Malmberg, Jonathan Nieder, Kamil Dudka, Shawn Landden,
41  Tor Arntsen, Will Dietz, Yi Huang
42
43         Thanks! (and sorry if I forgot to mention someone)
44
45 References to bug reports and discussions on issues:
46
47  [1] = http://curl.haxx.se/mail/lib-2013-08/0043.html
48  [2] = http://bugs.debian.org/719856
49  [3] = http://daniel.haxx.se/blog/2013/08/20/testing-curl_multi_socket_action/
50  [4] = http://curl.haxx.se/bug/view.cgi?id=1269
51  [5] = https://github.com/bagder/curl/pull/76
52  [6] = http://curl.haxx.se/mail/lib-2013-08/0211.html
53  [7] = http://curl.haxx.se/bug/view.cgi?id=1264
54  [8] = http://curl.haxx.se/bug/view.cgi?id=1267