1Curl and libcurl 7.21.7
2
3 Public curl releases:         123
4 Command line options:         144
5 curl_easy_setopt() options:   186
6 Public functions in libcurl:  58
7 Known libcurl bindings:       39
8 Contributors:                 868
9
10This release includes the following changes:
11
12 o recognize the [protocol]:// prefix in proxy hosts where the protocol is one
13   of socks4, socks4a, socks5 or socks5h.
14 o Added CURLOPT_CLOSESOCKETFUNCTION and CURLOPT_CLOSESOCKETDATA
15
16This release includes the following bugfixes:
17
18 o SECURITY ADVISORY: inappropriate GSSAPI delegation. Full details at
19   http://curl.haxx.se/docs/adv_20110623.html
20 o NTLM: work with unicode
21 o fix connect with SOCKS proxy when using the multi interface
22 o anyauthput.c: stdint.h must not be included unconditionally
23 o CMake: improved build
24 o SCP/SFTP enable non-blocking earlier
25 o GnuTLS handshake: fix timeout
26 o cyassl: build without filesystem
27 o HTTPS over HTTP proxy using the multi interface
28 o speedcheck: invalid timeout event on a reused handle
29 o Force connection close for HTTP 200 OK when time condition matched
30 o curl_formget: fix FILE * leak
31 o configure: improved OpenSSL detection
32 o Android build: support gingerbread
33 o CURLFORM_STREAM: acknowledge CURLFORM_FILENAME
34 o windows build: use correct MS CRT
35 o pop3: remove extra space in LIST command
36
37This release includes the following known bugs:
38
39 o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
40
41This release would not have looked like this without help, code, reports and
42advice from friends like these:
43
44 Dan Fandrich, Guenter Knauf, Vsevolod Novikov, Zmey Petroff,
45 Dagobert Michelsen, Jeff Pohlmeyer, Dmitri Shubin, Matteo Rocco,
46 Aaron Orenstein, Yang Tse, Kamil Dudka, Amr Shahin, Josue Andrade Gomes,
47 Ori Avtalion, Richard Silverman, Julien Chaffraix
48
49        Thanks! (and sorry if I forgot to mention someone)
50