Applied Albert Chin's patch that makes the libcurl.pc pkgconfig file get
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.15.1
2
3  Public curl release number:               91
4  Releases counted from the very beginning: 118
5  Available command line options:           109
6  Available curl_easy_setopt() options:     125
7  Number of public functions in libcurl:    46
8  Amount of public web site mirrors:        27
9  Number of known libcurl bindings:         32
10  Number of contributors:                   459
11
12 This release includes the following changes:
13
14  o the libcurl.pc pkgconfig file now gets installed on make install
15  o URL globbing now offers "range steps": [1-100:10]
16  o LDAPv3 is now the preferred LDAP protocol version
17  o --max-redirs and CURLOPT_MAXREDIRS set to 0 limits redirects
18  o improved MSVC makefile
19
20 This release includes the following bugfixes:
21
22  o curl outputs error on bad --limit-rate units
23  o fixed libcurl's use of poll() on cygwin
24  o the GnuTLS code didn't support client certificates
25  o TFTP over IPv6 works
26  o no reverse lookups on IP addresses when ipv6-enabled
27  o SSPI compatibility fix: using the proper DLLs
28  o binary LDAP properties are now shown base64 encoded
29  o Windows uploads from stdin using curl can now contain ctrl-Z bytes
30  o -r [num] would produce an invalid HTTP Range: header
31  o multi interface with multi IP hosts could leak socket descriptors
32  o the GnuTLS code didn't handle rehandshakes
33  o re-use of a dead FTP connection
34  o name resolve error codes fixed for Windows builds
35  o double WWW-Authenticate Digest headers are now handled
36  o curl-config --vernum fixed
37
38 Other curl-related news since the previous public release:
39
40  o FTP-SSL is now RFC4217
41  o CurlPas 2005-11-05 was released: http://curlpas.sf.net/
42  o pycurl 7.15.0 was released http://pycurl.sf.net
43  o New web mirrors:
44    http://curl.triplemind.com/ located in Mannheim, Germany
45    http://curl.nedmirror.nl located in Amsterdam, the Netherlands
46    http://curl.hoxt.com located in Florida, US
47
48 This release would not have looked like this without help, code, reports and
49 advice from friends like these:
50
51  Dave Dribin, Bradford Bruce, Temprimus, Ofer, Dima Barsky, Amol Pattekar, Jaz
52  Fresh, tommink[at]post.pl, Gisle Vanem, Nis Jorgensen, Vilmos Nebehaj,
53  Dmitry Bartsevich, David Lang, Eugene Kotlyarov, Jan Kunder, Yang Tse,
54  Quagmire, Albert Chin
55
56         Thanks! (and sorry if I forgot to mention someone)