mirror of
https://github.com/curl/curl.git
synced 2026-07-26 00:07:17 +03:00
recent fixes
This commit is contained in:
parent
19a568a983
commit
3d9fb701e2
2 changed files with 16 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ Curl and libcurl 7.12.2
|
|||
|
||||
This release includes the following changes:
|
||||
|
||||
o provides error texts for IDN errors
|
||||
o file upload parts in formposts now get their directory names cut off
|
||||
o added CURLINFO_OS_ERRNO
|
||||
o added CURLOPT_FTPSSLAUTH to allow ftp connects to attempt "AUTH TLS" instead
|
||||
|
|
@ -18,6 +19,7 @@ This release includes the following changes:
|
|||
|
||||
This release includes the following bugfixes:
|
||||
|
||||
o configure --with-libidn now checks the given path before defaults
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue