2004-08-10 10:56:12 +02:00
|
|
|
|
Curl and libcurl 7.12.2
|
2003-09-22 23:38:52 +02:00
|
|
|
|
|
2004-08-10 10:56:12 +02:00
|
|
|
|
Public curl release number: 83
|
|
|
|
|
Releases counted from the very beginning: 110
|
2004-05-26 11:23:11 +02:00
|
|
|
|
Available command line options: 96
|
2004-09-17 00:10:15 +02:00
|
|
|
|
Available curl_easy_setopt() options: 121
|
2004-05-11 16:21:34 +02:00
|
|
|
|
Number of public functions in libcurl: 36
|
2004-10-17 09:48:00 +02:00
|
|
|
|
Amount of public web site mirrors: 13
|
2004-10-13 10:46:36 +02:00
|
|
|
|
Number of known libcurl bindings: 27
|
2003-10-29 10:53:21 +01:00
|
|
|
|
|
2003-09-22 23:38:52 +02:00
|
|
|
|
This release includes the following changes:
|
|
|
|
|
|
2004-10-07 14:17:53 +02: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 12:52:51 +02:00
|
|
|
|
o provides error texts for IDN errors
|
2004-10-01 08:43:37 +02:00
|
|
|
|
o file upload parts in formposts now get their directory names cut off
|
|
|
|
|
o added CURLINFO_OS_ERRNO
|
2004-09-29 00:04:17 +02:00
|
|
|
|
o added CURLOPT_FTPSSLAUTH to allow ftp connects to attempt "AUTH TLS" instead
|
|
|
|
|
before "AUTH SSL"
|
2004-10-04 12:37:30 +02:00
|
|
|
|
o curl_getdate() completely rewritten: may affect rare curl -z use cases
|
2003-09-22 23:38:52 +02:00
|
|
|
|
|
|
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
|
2004-10-16 16:07:31 +02:00
|
|
|
|
o CURLOPT_FTP_CREATE_MISSING_DIRS works for third party transfers
|
|
|
|
|
o memory leak for cookies received with max-age set
|
|
|
|
|
o potential memory leaks in the window name resolver
|
2004-10-14 15:44:54 +02:00
|
|
|
|
o URLs with ?-letters in the user name or password fields
|
2004-10-12 14:47:38 +02: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 15:37:12 +02:00
|
|
|
|
o HTTP resume was refused if redirected
|
2004-10-06 11:04:20 +02:00
|
|
|
|
o configure's gethostbyname check when both nsl and socket libs are required
|
2004-10-05 12:52:51 +02:00
|
|
|
|
o configure --with-libidn now checks the given path before defaults
|
2004-10-04 12:37:30 +02: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 08:43:37 +02:00
|
|
|
|
o curl/multi.h works better included in winsock-using apps
|
2004-09-29 00:26:47 +02: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 00:04:17 +02:00
|
|
|
|
o CURLOPT_SSLENGINE can be set to NULL even if no engine support is available
|
2004-09-22 10:01:41 +02: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 09:55:14 +02:00
|
|
|
|
o Rare Location:-following problem with bad original URL
|
2004-09-10 23:47:52 +02:00
|
|
|
|
o -F can now add Content-Type on non-file sections
|
2004-10-04 12:37:30 +02:00
|
|
|
|
o double Host: header when following Location: with replaced Host:
|
|
|
|
|
o curl_multi_add_handle() return code
|
2004-08-30 17:02:37 +02:00
|
|
|
|
o "Proxy-Connection: close" is now understood and properly dealt with
|
2004-10-04 12:37:30 +02:00
|
|
|
|
o curl_getdate() crash
|
2004-08-20 14:09:09 +02:00
|
|
|
|
o downloading empty files now calls the write callback properly
|
2004-09-29 00:04:17 +02:00
|
|
|
|
o no reverse DNS lookups for ip-only addresses with ipv6-enabled libcurl
|
2004-10-07 14:17:53 +02:00
|
|
|
|
o file handler leak when getting an empty file:// URL
|
2004-08-19 08:44:19 +02:00
|
|
|
|
o libcurl works better multi-threaded on AIX (when built with xlc)
|
2004-08-17 08:56:53 +02: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-22 23:38:52 +02:00
|
|
|
|
|
|
|
|
|
Other curl-related news since the previous public release:
|
|
|
|
|
|
2004-08-30 11:16:43 +02:00
|
|
|
|
o AdacURL version 7.12.1 http://www.almroth.com/adacurl/index.html
|
2004-08-17 08:56:53 +02:00
|
|
|
|
o pycurl version 7.12.1 http://pycurl.sourceforge.net/
|
2004-10-04 12:37:30 +02:00
|
|
|
|
o tclcurl version 0.12.1
|
|
|
|
|
http://personal1.iddeo.es/andresgarci/tclcurl/english/
|
2004-10-13 10:46:36 +02:00
|
|
|
|
o libcurl.NET was announce: http://www.seasideresearch.com/downloads.html
|
2004-10-14 15:44:54 +02:00
|
|
|
|
o Get your fresh Mozilla-extracted ca cert bundle here:
|
|
|
|
|
http://curl.haxx.se/docs/caextract.html
|
2004-10-17 09:48:00 +02:00
|
|
|
|
o New web mirror in Taiwan: http://curl.cs.pu.edu.tw/
|
2003-09-22 23:38:52 +02:00
|
|
|
|
|
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
|
advice from friends like these:
|
|
|
|
|
|
2004-08-19 08:44:19 +02:00
|
|
|
|
Casey O'Donnell, Roland Krikava, Alex, Alexander Krasnostavsky, Kjetil
|
2004-09-11 22:06:14 +02:00
|
|
|
|
Jacobsen, Ling Thio, Roman Koifman, Harshal Pradhan, Jonas Forsman, David
|
2004-09-22 14:54:41 +02:00
|
|
|
|
Tarendash, Daniel at touchtunes, Bertrand Demiddelaer, Andreas Rieke,
|
2004-10-01 08:43:37 +02:00
|
|
|
|
Jean-Claude Chauve, Dan Fandrich, Peter Sylvester, "Mekonikum", Jean-Philippe
|
2004-10-04 12:37:30 +02:00
|
|
|
|
Barrette-LaPierre, G<>nter Knauf, Larry Campbell, Fedor Karpelevitch,
|
2004-10-16 16:07:31 +02:00
|
|
|
|
Aleksandar Milivojevic, Gisle Vanem, Chris "Bob Bob", Chih-Chung Chang, Andy
|
|
|
|
|
Cedilnik, Alan Pinstein, Eric Vergnaud, Traian Nicolescu, runekl at
|
|
|
|
|
opoint.com
|
2004-01-22 10:40:30 +01:00
|
|
|
|
|
2003-09-22 23:38:52 +02:00
|
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|