]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/RELEASE-NOTES
Various Mac OS X tweaks to get this to build. Probably breaking things.
[icculus/iodoom3.git] / neo / curl / RELEASE-NOTES
1 Curl and libcurl 7.11.1. A bugfix release.
2
3  Public curl release number:               79
4  Releases counted from the very beginning: 106
5  Available command line options:           94
6  Available curl_easy_setopt() options:     112
7
8 This release includes the following changes:
9
10  o CURLOPT_POSTFIELDSIZE_LARGE added to offer POSTs larger than 2GB
11  o CURL_VERSION_LARGEFILE is a feature bit returned by libcurls that feature
12    large file support
13  o libcurl only requires winsock 1.1 on windows now
14  o when doing FTP, curl now sends QUIT before disconnecting
15  o name resolves can now timeout on windows too
16  o $HOME is now recognized better when looking for .netrc files
17  o now re-uses the ares handle when re-using curl handles
18  o SO_BINDTODEVICE is used for network interface binding
19  o configure --disable-manual disables the built-in huge manual from the
20    command line tool
21  o the default Accept: header used in HTTP requests changed
22  o asynch dns lookups now require the c-ares library
23  o curl --socks can be used to set a SOCKS5 proxy to use
24  o response-headers received after a (proxy) CONNECT request are now passed
25    to the header callback just like other headers
26
27 This release includes the following bugfixes:
28
29  o builds and runs on Novell NetWare
30  o Windows builds now report OS as "i386-pc-win32"
31  o received signals during SSL connect is handled better
32  o improved PUT/POST with NTLM/Digest authentication
33  o following redirects and doing NTLM/Digest (where the first connection gets
34    closed) with the multi interface work better now
35  o file: progress meter and getinfo variables work now
36  o CURLOPT_FRESH_CONNECT and CURLAUTH_NTLM now work when set together
37  o share interface usage without (un)lock functions segfaulted
38  o --limit-rate no longer cripples the --speed-limit feature
39  o fixed verbose output problem with ipv6-enabled re-used connections
40  o fixed the socks5 code to check version in the socks response properly
41  o dns cache bug - fixed the 'inuse' counter
42  o large file fix for Content-Length
43  o better docs for the share interface
44  o several configure fixes for mingw/msys
45  o setting a Host: header is no longer affecting the Host: header used when
46    libcurl follows a Location:
47  o fixed numerous compiler warnings on several operating systems and compilers
48  o PUTing from stdin couldn't disable chunked transfer-encoding
49  o corrected the mingw makefiles
50  o improved the configure libz detection
51  o fixed EPRT/PORT use when doing FTP on ipv6-enabled AIX hosts
52  o *nroff commands that only support -mandoc and not -man are now supported
53    (for the built-in manual text in the command line tool)
54  o fixed the unconditional #include of config.h in hugehelp.c
55  o builds fine on MPE/iX
56  o upload using chunked transfer-encoding now sends the last chunk properly
57    teriminated with an extra CRLF
58  o Fixed the progress meter display for files >2GB
59  o persistant connections over a proxy messed up the proxy name/password
60  o the socks5 code segfaulted if no username/password was set
61  o the *_LARGE options now take curl_off_t types as parameters and this will
62    make it possible to handle large files on windows too
63  o builds with large file support even on systems without strtoll()
64
65 Other curl-related news since the previous public release:
66
67  o Many platforms are being used to autobuild and autotest curl on a daily
68    basis. Please join in and test curl on your systems:
69    http://curl.haxx.se/auto/
70  o the curl mailing lists moved, (re-)subscribe to the new ones from here:
71    http://curl.haxx.se/mail/
72  o c-ares 1.1.0 was relased: http://daniel.haxx.se/projects/c-ares/
73  o TclCurl 0.11.0 was released:
74    http://personal1.iddeo.es/andresgarci/tclcurl/english/
75  o PycURL 7.11.0 was released: http://pycurl.sourceforge.net/
76  o the libcurl D binding was released:
77    http://www.atari-soldiers.com/libcurl.html
78  o new Estonian web site mirror: http://curl.dope-brothers.com/
79
80 This release would not have looked like this without help, code, reports and
81 advice from friends like these:
82
83  Gisle Vanem, Vincent Bronner, Richard Bramante, Dirk Manske, Dan Fandrich,
84  Ken Hirsch, Stadler Stephan, Domenico Andreoli, Patrick Smith, Tor Arntsen,
85  Andrés García, Tim Baker, Len Krause, Gilad, Ken Rastatter, P R Schaffner,
86  Greg Hewgill, Ben Greear, Jeff Lawson, Grigory Entin, Doug Porter, David
87  Byron, Andy Serpa, Joe Halpin, Christopher R. Palmer, Günter Knauf
88
89         Thanks! (and sorry if I forgot to mention someone)