aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2008-03-18 08:14:37 +0000
committerMichal Marek <mmarek@suse.cz>2008-03-18 08:14:37 +0000
commit6f3166c15b7fc951b10ba7cb2607527065264f0e (patch)
tree760f1801948bc99fbf7efa645ad101926d81b804 /RELEASE-NOTES
parent1380c9af9fdcd915625dad2fbe3f5676c9bc105f (diff)
- Added curl_easy_getinfo typechecker.
- Added macros for curl_share_setopt and curl_multi_setopt to check at least the correct number of arguments.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES9
1 files changed, 5 insertions, 4 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 02d4c36ed..64e13b642 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -17,10 +17,11 @@ 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)
- o curl_easy_setopt() uses are now checked to use three arguments
+ o added type checking macros for curl_easy_setopt() and curl_easy_getinfo(),
+ watch out for new warnings in code using libcurl (needs gcc-4.3 and
+ currently only works in C mode)
+ o curl_easy_setopt(), curl_easy_getinfo(), curl_share_setopt() and
+ curl_multi_setopt() uses are now checked to use exactly three arguments
This release includes the following bugfixes: