bagder: curl-www _newslog.html, 1.165, 1.166 _changes.html, 1.153, 1.154 Makefile, 1.121, 1.122
[email protected] Wed, 15 Dec 2010 14:35:02 +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-serv27977 Modified Files: _newslog.html _changes.html Makefile Log Message: 7.21.3 Index: _newslog.html =================================================================== RCS file: /cvsroot/curl/curl-www/_newslog.html,v retrieving revision 1.165 retrieving revision 1.166 diff -u -d -r1.165 -r1.166 --- _newslog.html 9 Oct 2010 13:15:34 -0000 1.165 +++ _newslog.html 15 Dec 2010 14:34:59 -0000 1.166 @@ -34,6 +34,26 @@ NCOLE #endif + NSUBJ(curl and libcurl 7.21.3) + NDATE(December 15 2010) + NCOLS + + The curl team proudly presents <a href="download.html">curl and libcurl + 7.21.3</a>. Read about the news, the fixes and the changes on the <a + href="changes.html#7_21_3">changes</a> page. + + NCOLE + + NSUBJ(curl and libcurl 7.21.2) + NDATE(October 13 2010) + NCOLS + + The curl team proudly presents <a href="download.html">curl and libcurl + 7.21.2</a>. Read about the news, the fixes and the changes on the <a + href="changes.html#7_21_2">changes</a> page. + + NCOLE + NSUBJ(Brand new Development section) NDATE(October 9 2010) NCOLS Index: Makefile =================================================================== RCS file: /cvsroot/curl/curl-www/Makefile,v retrieving revision 1.121 retrieving revision 1.122 diff -u -d -r1.121 -r1.122 --- Makefile 11 Aug 2010 21:45:18 -0000 1.121 +++ Makefile 15 Dec 2010 14:35:00 -0000 1.122 @@ -5,8 +5,8 @@ NOW=$(shell gnudate +'-D__TODAY__=%B %e, %Y') # the latest stable version is: -STABLE= 7.21.1 -RELDATE = "11th of August 2010" +STABLE= 7.21.3 +RELDATE = "15th of December 2010" # name of the dir to tempoary unpack and build zip files in: TEMPDIR=tempzip Index: _changes.html =================================================================== RCS file: /cvsroot/curl/curl-www/_changes.html,v retrieving revision 1.153 retrieving revision 1.154 diff -u -d -r1.153 -r1.154 --- _changes.html 12 Nov 2010 12:08:22 -0000 1.153 +++ _changes.html 15 Dec 2010 14:34:59 -0000 1.154 @@ -53,6 +53,49 @@ #define CHG <li> #define BGF <li> +<a name="7_21_3"></a> +SUBTITLE(Fixed in 7.21.3 - December 15 2010) +<p> Changes: +<ul class="changes"> + CHG Added --noconfigure switch to testcurl.pl + CHG Added --xattr option + CHG Added CURLOPT_RESOLVE and --resolve + CHG Added CURLAUTH_ONLY + CHG Added version-check.pl to the examples dir +</ul> +<p> Bugfixes: +<ul class="bugfixes"> + BGF check for libcurl features for some command line options + BGF Curl_setopt: disallow CURLOPT_USE_SSL without SSL support + BGF http_chunks: remove debug output + BGF URL-parsing: consider ? a divider + BGF SSH: avoid using the libssh2_ prefix + BGF SSH: use libssh2_session_handshake() to work on win64 + BGF ftp: prevent server from hanging on closed data connection when stopping + a transfer before the end of the full transfer (ranges) + BGF LDAP: detect non-binary attributes properly + BGF ftp: treat server's response 421 as CURLE_OPERATION_TIMEDOUT + BGF gnutls->handshake: improved timeout handling + BGF security: Pass the right parameter to init + BGF krb5: Use GSS_ERROR to check for error + BGF TFTP: resend the correct data + BGF configure: fix autoconf 2.68 warning: no AC_LANG_SOURCE call detected + BGF GnuTLS: now detects socket errors on Windows + BGF symbols-in-versions: updated en masse + BGF added a couple examples that were missing from the tar ball + BGF Curl_send/recv_plain: return errno on failure + BGF Curl_wait_for_resolv (for c-ares): correct timeout + BGF ossl_connect_common: detect connection re-use + BGF configure: Prevent link errors with --librtmp + BGF openldap: use remote port in URL passed to ldap_init_fd() + BGF url: provide dead_connection flag in Curl_handler::disconnect + BGF lots of compiler warning fixes + BGF ssh: fix a download resume point calculation + BGF fix getinfo CURLINFO_LOCAL* for reused connections + BGF multi: the returned running handles conuter could turn negative + BGF multi: only ever consider pipelining for connections doing HTTP(S) +</ul> + <a name="7_21_2"></a> SUBTITLE(Fixed in 7.21.2 - October 13 2010) <a href="http://curl.haxx.se/docs/adv_20101013.html"><img src="/pix/alert.png"