aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2008-03-11 07:37:40 +0000
committerMichal Marek <mmarek@suse.cz>2008-03-11 07:37:40 +0000
commit7a8a20416fd7648686f05d14947ccdab44c6780c (patch)
tree686f1113271f446177f3c642260e57f8f668e777 /RELEASE-NOTES
parent458925ae0b680913e470ce0e0c8c48bbd86b26fd (diff)
- 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 )
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index cffb6678c..c491d18b3 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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: