bagder: curl-www _changes.html, 1.144, 1.145 Makefile, 1.116, 1.117 _newslog.html, 1.158, 1.159
[email protected] Tue, 09 Feb 2010 11:35:03 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www In directory giant.haxx.se:/var/tmp/cvs-serv32553 Modified Files: _changes.html Makefile _newslog.html Log Message: 7.20.0 Index: Makefile =================================================================== RCS file: /cvsroot/curl/curl-www/Makefile,v retrieving revision 1.116 retrieving revision 1.117 diff -u -d -r1.116 -r1.117 --- Makefile 4 Nov 2009 12:41:41 -0000 1.116 +++ Makefile 9 Feb 2010 11:35:00 -0000 1.117 @@ -5,8 +5,8 @@ NOW=$(shell gnudate +'-D__TODAY__=%B %e, %Y') # the latest stable version is: -STABLE= 7.19.7 -RELDATE = "4th of November 2009" +STABLE= 7.20.0 +RELDATE = "9th of February 2010" # name of the dir to tempoary unpack and build zip files in: TEMPDIR=tempzip Index: _newslog.html =================================================================== RCS file: /cvsroot/curl/curl-www/_newslog.html,v retrieving revision 1.158 retrieving revision 1.159 diff -u -d -r1.158 -r1.159 --- _newslog.html 4 Nov 2009 12:46:04 -0000 1.158 +++ _newslog.html 9 Feb 2010 11:35:00 -0000 1.159 @@ -34,6 +34,18 @@ NCOLE #endif + NSUBJ(curl and libcurl 7.20.0) + NDATE(February 9 2010) + NCOLS + + The curl team proudly presents <a href="download.html">curl and libcurl + 7.20.0</a>. Read about the news, the fixes and the changes on + the <a href="changes.html">changes</a> page. +<p> + Also note this <b><a href="/docs/adv_20100209.html">security advisory</a></b>! + + NCOLE + NSUBJ(curl and libcurl 7.19.7) NDATE(November 4 2009) NCOLS Index: _changes.html =================================================================== RCS file: /cvsroot/curl/curl-www/_changes.html,v retrieving revision 1.144 retrieving revision 1.145 diff -u -d -r1.144 -r1.145 --- _changes.html 5 Nov 2009 10:00:25 -0000 1.144 +++ _changes.html 9 Feb 2010 11:35:00 -0000 1.145 @@ -50,6 +50,60 @@ #define CHG <li> #define BGF <li> +<a name="7_20_0"></a> +SUBTITLE(Fixed in 7.20.0 - February 9 2010) +<a href="http://curl.haxx.se/docs/adv_20100209.html"><img src="/pix/alert.png" +align="right" title="Release contains security-related bug fix" alt="Release +contains security-related bug fix" border="0"></a> +<p> Changes: +<ul class="changes"> + CHG support SSL_FILETYPE_ENGINE for client certificate + CHG curl-config can now show the arguments used when building curl + CHG non-blocking TFTP + CHG send Expect: 100-continue for POSTs with unknown sizes + CHG added support for IMAP(S), POP3(S), SMTP(S) and RTSP + CHG added new curl_easy_setopt() options for SMTP and RTSP + CHG added --mail-from and --mail-rcpt for SMTP + CHG VMS build system enhancements + CHG added support for the PRET ftp command + CHG curl supports --ssl and --ssl-reqd + CHG added -J/--remote-header-name for using server-provided filename with -O + CHG enhanced asynchronous DNS lookups + CHG symbol CURL_FORMAT_OFF_T is obsoleted +</ul> +<p> Bugfixes: +<ul class="bugfixes"> + BGF progress meter percentage and transfer time estimates fixes + BGF portability enhancement for OS's without orthogonal directory tree structure + BGF progress meter/callback during FTP connection + BGF DNS cache timeout while transfer in progress + BGF compilation when configured --with-gssapi having GNU GSS installed + BGF SSL connection reused with mismatched protection level + BGF configure --with-nss is set but not "yes" + BGF don't store LDFLAGS in pkg-config file + BGF never-pruned DNS cached entries + BGF HTTP proxy tunnel re-used connection even if tunnel got disabled + BGF SSL lib post-close write + BGF curl failed to report write errors for tiny failed downloads + BGF TFTP BLKSIZE + BGF Expect: 100-continue handling when set by the application + BGF multi interface with OpenSSL read already freed memory when closing down + BGF --retry didn't do right for FTP transient errors + BGF some *_proxy environment variables didn't function + BGF libcurl-OpenSSL engine cleanup + BGF header include fix for FreeBSD versions before v8 + BGF fragment part of URLs are no longer sent to the server + BGF progress callback called repeatedly with c-ares for resolving + BGF OpenSSL session id ref count leak + BGF progress callback called repeatedly during slow connects + BGF curl_multi_fdset() would return -1 too often during SCP/SFTP transfers + BGF FTP file size checks with ASCII transfers + BGF HTTP Cookie: headers sort cookies based on specified path lengths + BGF CURLM_CALL_MULTI_PERFORM fix for multi socket timeout calls + BGF <a href="http://curl.haxx.se/docs/adv_20100209.html">libcurl data callback excessive length</a> + +</ul> + <a name="7_19_7"></a> SUBTITLE(Fixed in 7.19.7 - November 4 2009) <p> Changes: