- Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and only

works in C mode atm (http://curl.haxx.se/mail/lib-2008-02/0267.html ,
  http://curl.haxx.se/mail/lib-2008-02/0292.html )
This commit is contained in:
Michal Marek
2008-03-11 07:37:40 +00:00
parent 458925ae0b
commit 7a8a20416f
7 changed files with 503 additions and 1 deletions

View File

@@ -17,6 +17,9 @@ This release includes the following changes:
o the test509-style setting URL in callback is officially no longer supported
o support a full chain of certificates in a given PKCS12 certificate
o resumed transfers work with SFTP
o added a type checking macro for curl_easy_setopt(), watch out for new
warnings in code using libcurl (needs gcc-4.3 and currently only works
in C mode)
This release includes the following bugfixes: