X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Ftclcurl.git;a=blobdiff_plain;f=ChangeLog.txt;h=f94ec32b73183ac65db9f5a924dde87022b3fac6;hp=a27e45937ea59ca5a3187269575b3eae8fb5c571;hb=HEAD;hpb=b0e6fb6e4379fb87fa2854b84a56c5ad49c644da diff --git a/ChangeLog.txt b/ChangeLog.txt index a27e459..f94ec32 100755 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,89 @@ -2009-09-25 Andres Garcia + + * Release version 7.22.0 + +2011-10-01 Andres Garcia + + * generic/tclcurl.c: Fix 'bodyvar' bug. + +2011-09-29 Andres Garcia + + * generic/tclcurl.h, + generic/tclcurl.c: Added support for CURLAUTH_NTLM_WB, and CURLOPT_TELNETOPTIONS. + +2011-09-29 Andres Garcia + + * generic/tclcurl.h, + generic/tclcurl.c, + tests/getInfo.tcl: Added support for the 'getinfo' options CURLINFO_PRIMARY_PORT, + CURLINFO_LOCAL_IP and CURLINFO_LOCAL_PORT + +2011-09-27 Andres Garcia + + * generic/tclcurl.h, + generic/tclcurl.c: Added support for the proxy type: socks5_hostname and the new + protocols for '-protocols' and '-protocolsredir' + +2011-09-27 Andres Garcia + + * generic/tclcurl.h, + generic/tclcurl.c: Added support for CURLOPT_GSSAPI_DELEGATION. + + * configure.in, + generic/tclcurl.h, + generic/tclcurl.c, + generic/tclcurl.tcl: Tclcurl now reports to be version 7.22.0 + +2011-09-26 Andres Garcia + + * generic/tclcurl.h, + generic/tclcurl.c: Added support for CURLOPT_RESOLVE, CURLOPT_TLSAUTH_USERNAME, + CURLOPT_TLSAUTH_PASSWORD, CURLOPT_TLSAUTH_TYPE and CURLOPT_TRANSFER_ENCODING + +2011-09-25 Andres Garcia + + * generic/tclcurl.h, + generic/tclcurl.c, + tests/ftpWildcard.tcl: Added support for CURLOPT_WILDCARDMATCH, CURLOPT_CHUNK_BGN_FUNCTION, + CURLOPT_CHUNK_END_FUNCTION and CURLOPT_FNMATCH_FUNCTION. + +2011-09-24 Andres Garcia + + * pkgIndex.tcl.in: Fixed the reason why 'curl::transfer' didn't work. + +2011-09-09 Andres Garcia + + * generic/tclcurl.h, + generic/tclcurl.c, + tests/pop3.tcl + tests/smtp.tcl: Added support for CURLOPT_MAIL_FROM, CURLOPT_MAIL_RCPT and CURLOPT_FTP_USE_PRET + +2011-09-08 Andres Garcia + + * configure.in, + generic/tclcurl.h, + generic/tclcurl.c, + generic/tclcurl.tcl: Tclcurl now reports to be version 7.21.7 + +2011-09-05 Andres Garcia + + * generic/tclcurl.c: changed a 'ulong' to 'usigned long int'. + + * generic/tclcurl.h: removed include to 'curl/types.h'. + +2009-09-30 Andres Garcia + + * Release version 7.19.6 + +2009-09-27 Andres Garcia + + * generic/tclcurl.h, + generic/tclcurl.c: Added support for http1.0 proxies. + + * generic/tclcurl.h, + generic/tclcurl.c: Added support for CURLOPT_NOPROXY. + +2009-09-25 Andres Garcia * generic/tclcurl.h, generic/tclcurl.c: Fixed CURLOPT_FTP_SSL_CC and following options