bagder: curl-www _changes.html,1.110,1.111 _newslog.html,1.122,1.123
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www In directory labb:/tmp/cvs-serv5244 Modified Files: _changes.html _newslog.html Log Message: 7.15.5 is here Index: _newslog.html =================================================================== RCS file: /cvsroot/curl/curl-www/_newslog.html,v retrieving revision 1.122 retrieving revision 1.123 diff -u -d -r1.122 -r1.123 --- _newslog.html 12 Jun 2006 07:01:22 -0000 1.122 +++ _newslog.html 7 Aug 2006 06:40:52 -0000 1.123 @@ -34,6 +34,18 @@ NCOLE #endif + NSUBJ(curl and libcurl 7.15.5) + NDATE(7 August 2006) + NCOLS + + The latest changes provided by the curl team have resulted in <a + href="download.html">curl and libcurl 7.15.5</a>. Check out what <a + href="changes.html">changes</a> it contains. + <p> + Enjoy! + + NCOLE + NSUBJ(curl and libcurl 7.15.4) NDATE(12 June 2006) NCOLS Index: _changes.html =================================================================== RCS file: /cvsroot/curl/curl-www/_changes.html,v retrieving revision 1.110 retrieving revision 1.111 diff -u -d -r1.110 -r1.111 --- _changes.html 12 Jun 2006 06:59:17 -0000 1.110 +++ _changes.html 7 Aug 2006 06:40:52 -0000 1.111 @@ -45,6 +45,34 @@ <li> <a href="http://curl.haxx.se/auto/cvshistory.html">recent CVS activity</a> </ul> +SUBTITLE(Fixed in 7.15.5 - August 7 2006) +<p> Changes: +<ul> + <li> added --ftp-ssl-reqd + <li> modified the prototype for the socket callback set with + CURLMOPT_SOCKETFUNCTION + <li> added curl_multi_assign() + <li> added CURLOPT_FTP_ALTERNATIVE_TO_USER and --ftp-alternative-to-user + <li> added a vcproj file for building libcurl + <li> added curl_formget() + <li> added CURLOPT_MAX_SEND_SPEED_LARGE and CURLOPT_MAX_RECV_SPEED_LARGE + <li> added configure --enable-hidden-symbols + <li> Made -K on a file that couldn't be read cause a warning to be displayed +</ul> +<p> Bugfixes: +<ul> + <li> chunked encoding when custom header "Transfer-Encoding: chunked" is set + <li> Curl_strerror() crash on unknown errors + <li> changing Content-Type when doing formposts + <li> added CURL_EXTERN to a few recent multi functions that lacked them + <li> splay-tree related problems for internal expire time handling + <li> FTP ASCII CRLF counter reset + <li> cookie parser now compares paths case sensitive + <li> an easy handle with shared DNS cache added to a multi handle caused a crash + <li> couldn't override the Proxy-Connection: header for non-CONNECT requests + <li> curl_multi_fdset() could wrongly return -1 as max_fd value +</ul> + SUBTITLE(Fixed in 7.15.4 - June 12 2006) <p> Changes: <ul>