2004-08-10 16:56:12 +08:00
|
|
|
|
Curl and libcurl 7.12.2
|
2003-09-23 05:38:52 +08:00
|
|
|
|
|
2004-08-10 16:56:12 +08:00
|
|
|
|
Public curl release number: 83
|
|
|
|
|
Releases counted from the very beginning: 110
|
2004-05-26 17:23:11 +08:00
|
|
|
|
Available command line options: 96
|
2004-09-17 06:10:15 +08:00
|
|
|
|
Available curl_easy_setopt() options: 121
|
2004-05-11 22:21:34 +08:00
|
|
|
|
Number of public functions in libcurl: 36
|
2004-08-09 21:13:10 +08:00
|
|
|
|
Amount of public web site mirrors: 12
|
2004-10-13 16:46:36 +08:00
|
|
|
|
Number of known libcurl bindings: 27
|
2003-10-29 17:53:21 +08:00
|
|
|
|
|
2003-09-23 05:38:52 +08:00
|
|
|
|
This release includes the following changes:
|
|
|
|
|
|
2004-10-07 20:17:53 +08:00
|
|
|
|
o the IDN code now verifies that only TLD-legitmate letters are used in the
|
|
|
|
|
name or a warning is displayed (when verbose is enabled)
|
2004-10-05 18:52:51 +08:00
|
|
|
|
o provides error texts for IDN errors
|
2004-10-01 14:43:37 +08:00
|
|
|
|
o file upload parts in formposts now get their directory names cut off
|
|
|
|
|
o added CURLINFO_OS_ERRNO
|
2004-09-29 06:04:17 +08:00
|
|
|
|
o added CURLOPT_FTPSSLAUTH to allow ftp connects to attempt "AUTH TLS" instead
|
|
|
|
|
before "AUTH SSL"
|
2004-10-04 18:37:30 +08:00
|
|
|
|
o curl_getdate() completely rewritten: may affect rare curl -z use cases
|
2003-09-23 05:38:52 +08:00
|
|
|
|
|
|
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
|
2004-10-14 21:44:54 +08:00
|
|
|
|
o URLs with ?-letters in the user name or password fields
|
2004-10-12 20:47:38 +08:00
|
|
|
|
o libcurl error message is now provided when send() fails
|
|
|
|
|
o no more SIGPIPE on Mac OS X and other SO_NOSIGPIPE-supporting platforms
|
2004-10-06 21:37:12 +08:00
|
|
|
|
o HTTP resume was refused if redirected
|
2004-10-06 17:04:20 +08:00
|
|
|
|
o configure's gethostbyname check when both nsl and socket libs are required
|
2004-10-05 18:52:51 +08:00
|
|
|
|
o configure --with-libidn now checks the given path before defaults
|
2004-10-04 18:37:30 +08:00
|
|
|
|
o a race condition sometimes resulting in CURLE_COULDNT_RESOLVE_HOST in the
|
|
|
|
|
windows threaded name resolver code
|
|
|
|
|
o isspace() invokes with negative values in the cookie code
|
|
|
|
|
o a case of read-already-freed-data when CURLOPT_VERBOSE is used and a (very)
|
|
|
|
|
persistent connection
|
|
|
|
|
o now includes descriptive error messages for IDN errors
|
|
|
|
|
o more forgivning PASS response code check for better working with proftpd
|
2004-10-01 14:43:37 +08:00
|
|
|
|
o curl/multi.h works better included in winsock-using apps
|
2004-09-29 06:26:47 +08:00
|
|
|
|
o curl_easy_reset() no longer enables the progress meter
|
|
|
|
|
o build fix for SSL disabled curl with SSL Engine support present
|
|
|
|
|
o configure --with-ssl=PATH now ignores pkg-config path info
|
2004-09-29 06:04:17 +08:00
|
|
|
|
o CURLOPT_SSLENGINE can be set to NULL even if no engine support is available
|
2004-09-22 16:01:41 +08:00
|
|
|
|
o LDAP crash when more than one record was received
|
|
|
|
|
o connect failures properly stores an error message in the errorbuffer
|
2004-09-17 15:55:14 +08:00
|
|
|
|
o Rare Location:-following problem with bad original URL
|
2004-09-11 05:47:52 +08:00
|
|
|
|
o -F can now add Content-Type on non-file sections
|
2004-10-04 18:37:30 +08:00
|
|
|
|
o double Host: header when following Location: with replaced Host:
|
|
|
|
|
o curl_multi_add_handle() return code
|
2004-08-30 23:02:37 +08:00
|
|
|
|
o "Proxy-Connection: close" is now understood and properly dealt with
|
2004-10-04 18:37:30 +08:00
|
|
|
|
o curl_getdate() crash
|
2004-08-20 20:09:09 +08:00
|
|
|
|
o downloading empty files now calls the write callback properly
|
2004-09-29 06:04:17 +08:00
|
|
|
|
o no reverse DNS lookups for ip-only addresses with ipv6-enabled libcurl
|
2004-10-07 20:17:53 +08:00
|
|
|
|
o file handler leak when getting an empty file:// URL
|
2004-08-19 14:44:19 +08:00
|
|
|
|
o libcurl works better multi-threaded on AIX (when built with xlc)
|
2004-08-17 14:56:53 +08:00
|
|
|
|
o cookies over proxy didn't match the path properly
|
|
|
|
|
o MSVC makefile fixes to build better
|
|
|
|
|
o FTP response 530 on 'PASS' now sends back a better error message
|
2003-09-23 05:38:52 +08:00
|
|
|
|
|
|
|
|
|
Other curl-related news since the previous public release:
|
|
|
|
|
|
2004-08-30 17:16:43 +08:00
|
|
|
|
o AdacURL version 7.12.1 http://www.almroth.com/adacurl/index.html
|
2004-08-17 14:56:53 +08:00
|
|
|
|
o pycurl version 7.12.1 http://pycurl.sourceforge.net/
|
2004-10-04 18:37:30 +08:00
|
|
|
|
o tclcurl version 0.12.1
|
|
|
|
|
http://personal1.iddeo.es/andresgarci/tclcurl/english/
|
2004-10-13 16:46:36 +08:00
|
|
|
|
o libcurl.NET was announce: http://www.seasideresearch.com/downloads.html
|
2004-10-14 21:44:54 +08:00
|
|
|
|
o Get your fresh Mozilla-extracted ca cert bundle here:
|
|
|
|
|
http://curl.haxx.se/docs/caextract.html
|
2003-09-23 05:38:52 +08:00
|
|
|
|
|
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
|
advice from friends like these:
|
|
|
|
|
|
2004-08-19 14:44:19 +08:00
|
|
|
|
Casey O'Donnell, Roland Krikava, Alex, Alexander Krasnostavsky, Kjetil
|
2004-09-12 04:06:14 +08:00
|
|
|
|
Jacobsen, Ling Thio, Roman Koifman, Harshal Pradhan, Jonas Forsman, David
|
2004-09-22 20:54:41 +08:00
|
|
|
|
Tarendash, Daniel at touchtunes, Bertrand Demiddelaer, Andreas Rieke,
|
2004-10-01 14:43:37 +08:00
|
|
|
|
Jean-Claude Chauve, Dan Fandrich, Peter Sylvester, "Mekonikum", Jean-Philippe
|
2004-10-04 18:37:30 +08:00
|
|
|
|
Barrette-LaPierre, G<>nter Knauf, Larry Campbell, Fedor Karpelevitch,
|
2004-10-12 20:47:38 +08:00
|
|
|
|
Aleksandar Milivojevic, Gisle Vanem, Chris "Bob Bob", Chih-Chung Chang,
|
2004-10-14 21:44:54 +08:00
|
|
|
|
Andy Cedilnik, Alan Pinstein, Eric Vergnaud
|
2004-01-22 17:40:30 +08:00
|
|
|
|
|
2003-09-23 05:38:52 +08:00
|
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|