2004-01-22 04:40:30 -05:00
|
|
|
|
Curl and libcurl 7.11.1. A bugfix release.
|
2003-09-22 17:38:52 -04:00
|
|
|
|
|
2004-02-06 09:23:10 -05:00
|
|
|
|
Public curl release number: 79
|
|
|
|
|
Releases counted from the very beginning: 106
|
|
|
|
|
Available command line options: 94
|
|
|
|
|
Available curl_easy_setopt() options: 117
|
2003-10-29 04:53:21 -05:00
|
|
|
|
|
2003-09-22 17:38:52 -04:00
|
|
|
|
This release includes the following changes:
|
|
|
|
|
|
2004-02-06 09:23:10 -05:00
|
|
|
|
o asynch dns lookups now require the c-ares library
|
2004-01-30 04:31:44 -05:00
|
|
|
|
o curl --socks can be used to set a SOCKS5 proxy to use
|
2004-02-06 09:23:10 -05:00
|
|
|
|
o response-headers received after a (proxy) CONNECT request are now passed
|
2004-01-30 04:31:44 -05:00
|
|
|
|
to the header callback just like other headers
|
2003-09-22 17:38:52 -04:00
|
|
|
|
|
|
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
|
2004-02-06 09:23:10 -05:00
|
|
|
|
o configure with mingw detects gethostbyname
|
|
|
|
|
o setting a Host: header is no longer affecting the Host: header used when
|
|
|
|
|
libcurl follows a Location:
|
|
|
|
|
o fixed numerous compiler warnings on several operating systems and compilers
|
|
|
|
|
o PUTing from stdin couldn't disable chunked transfer-encoding
|
|
|
|
|
o corrected the mingw makefiles
|
|
|
|
|
o improved the configure libz detection
|
|
|
|
|
o improved EPRT use when doing FTP on ipv6-enabled AIX hosts
|
|
|
|
|
o *nroff commands that only support -mandoc and not -man are now supported
|
|
|
|
|
(for the built-in manual text in the command line tool)
|
2004-01-30 04:31:44 -05:00
|
|
|
|
o fixed the unconditional #include of config.h in hugehelp.c
|
|
|
|
|
o builds fine on MPE/iX
|
2004-01-29 06:21:37 -05:00
|
|
|
|
o upload using chunked transfer-encoding now sends the last chunk properly
|
|
|
|
|
teriminated with an extra CRLF
|
|
|
|
|
o Fixed the progress meter display for files >2GB
|
|
|
|
|
o persistant connections over a proxy messed up the proxy name/password
|
|
|
|
|
o the socks5 code segfaulted if no username/password was set
|
|
|
|
|
o the *_LARGE options now take curl_off_t types as parameters and this will
|
|
|
|
|
make it possible to handle large files on windows too
|
2004-02-06 09:23:10 -05:00
|
|
|
|
o builds with large file support even on systems without strtoll()
|
2003-09-22 17:38:52 -04:00
|
|
|
|
|
|
|
|
|
Other curl-related news since the previous public release:
|
|
|
|
|
|
2004-02-06 09:23:10 -05:00
|
|
|
|
o c-ares 1.0.0 was relased: http://daniel.haxx.se/projects/c-ares/
|
|
|
|
|
o TclCurl 0.11.0 was released:
|
|
|
|
|
http://personal1.iddeo.es/andresgarci/tclcurl/english/
|
2003-09-22 17:38:52 -04:00
|
|
|
|
|
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
|
advice from friends like these:
|
|
|
|
|
|
2004-01-30 04:31:44 -05:00
|
|
|
|
Gisle Vanem, Vincent Bronner, Richard Bramante, Dirk Manske, Dan Fandrich,
|
2004-02-06 09:23:10 -05:00
|
|
|
|
Ken Hirsch, Stadler Stephan, Domenico Andreoli, Patrick Smith, Tor Arntsen,
|
|
|
|
|
Andr<64>s Garc<72>a, Tim Baker, Len Krause, Gilad
|
2004-01-22 04:40:30 -05:00
|
|
|
|
|
2003-09-22 17:38:52 -04:00
|
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|