bagder: curl-www _newslog.html, 1.114, 1.115 _changes.html, 1.104, 1.105
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www In directory labb:/tmp/cvs-serv3206 Modified Files: _newslog.html _changes.html Log Message: 7.15.1 Index: _newslog.html =================================================================== RCS file: /cvsroot/curl/curl-www/_newslog.html,v retrieving revision 1.114 retrieving revision 1.115 diff -u -d -r1.114 -r1.115 --- _newslog.html 3 Nov 2005 12:21:41 -0000 1.114 +++ _newslog.html 6 Dec 2005 23:25:40 -0000 1.115 @@ -34,6 +34,18 @@ NCOLE #endif + NSUBJ(curl and libcurl 7.15.1 with security fix) + NDATE(7 December 2005) + NCOLS + + <a href="download.html">7.15.1</a> is here. Check out what <a + href="changes.html">changes</a> it contains. + <p> + Previous versions contain a <a href="docs/security.html">security flaw</a> + that this release addresses. + + NCOLE + NSUBJ(Hiper - High Performance libcurl ) NDATE(3 November 2005) NCOLS Index: _changes.html =================================================================== RCS file: /cvsroot/curl/curl-www/_changes.html,v retrieving revision 1.104 retrieving revision 1.105 diff -u -d -r1.104 -r1.105 --- _changes.html 21 Nov 2005 13:58:54 -0000 1.104 +++ _changes.html 6 Dec 2005 23:25:40 -0000 1.105 @@ -45,6 +45,38 @@ <li> <a href="http://curl.haxx.se/auto/cvshistory.html">recent CVS activity</a> </ul> +SUBTITLE(Fixed in 7.15.1 - December 7 2005) +<p> Changes: +<ul> + <li> the libcurl.pc pkgconfig file now gets installed on make install + <li> URL globbing now offers "range steps": [1-100:10] + <li> LDAPv3 is now the preferred LDAP protocol version + <li> --max-redirs and CURLOPT_MAXREDIRS set to 0 limits redirects + <li> improved MSVC makefile +</ul> +<p> Bugfixes: +<ul> + <li> buffer overflow problem: http://curl.haxx.se/docs/adv_20051207.html + <li> using file:// on non-existing files are properly handled + <li> builds fine on DJGPP + <li> CURLOPT_ERRORBUFFER is now always filled in on errors + <li> curl outputs error on bad --limit-rate units + <li> fixed libcurl's use of poll() on cygwin + <li> the GnuTLS code didn't support client certificates + <li> TFTP over IPv6 works + <li> no reverse lookups on IP addresses when ipv6-enabled + <li> SSPI compatibility fix: using the proper DLLs + <li> binary LDAP properties are now shown base64 encoded + <li> Windows uploads from stdin using curl can now contain ctrl-Z bytes + <li> -r [num] would produce an invalid HTTP Range: header + <li> multi interface with multi IP hosts could leak socket descriptors + <li> the GnuTLS code didn't handle rehandshakes + <li> re-use of a dead FTP connection + <li> name resolve error codes fixed for Windows builds + <li> double WWW-Authenticate Digest headers are now handled + <li> curl-config --vernum fixed +</ul> + SUBTITLE(Fixed in 7.15.0 - October 13 2005) <p> Changes: <ul>