diff options
author | Michal Marek <mmarek@suse.cz> | 2008-03-11 07:37:40 +0000 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2008-03-11 07:37:40 +0000 |
commit | 7a8a20416fd7648686f05d14947ccdab44c6780c (patch) | |
tree | 686f1113271f446177f3c642260e57f8f668e777 /CHANGES | |
parent | 458925ae0b680913e470ce0e0c8c48bbd86b26fd (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 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Michal Marek (11 Mar 2008) +- 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 ) + Daniel Fandrich (10 Mar 2008) - Added tests 618-621 to test SFTP/SCP transfers of more than one file (test 620 tests the just-fixed problem reported by Brian Ulm). |