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