bagder: curl-www Makefile, 1.122, 1.123 _changes.html, 1.154, 1.155 _newslog.html, 1.166, 1.167

[email protected] Thu, 17 Feb 2011 12:29:14 +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-serv20205

Modified Files:
	Makefile _changes.html _newslog.html 
Log Message:
7.21.4 is here


Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/Makefile,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- Makefile	15 Dec 2010 14:35:00 -0000	1.122
+++ Makefile	17 Feb 2011 12:29:11 -0000	1.123
@@ -5,8 +5,8 @@
 NOW=$(shell gnudate +'-D__TODAY__=%B %e, %Y')
 
 # the latest stable version is:
-STABLE= 7.21.3
-RELDATE = "15th of December 2010"
+STABLE= 7.21.4
+RELDATE = "17th of February 2011"
 
 # 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.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- _newslog.html	15 Dec 2010 14:34:59 -0000	1.166
+++ _newslog.html	17 Feb 2011 12:29:11 -0000	1.167
@@ -34,6 +34,16 @@
  NCOLE
 #endif
 
+ NSUBJ(curl and libcurl 7.21.4)
+ NDATE(December 15 2010)
+ NCOLS
+
+  The never-resting hackers in the curl team proudly present yet another
+  release: <a href="download.html">curl and libcurl 7.21.4</a>. Read about <a
+  href="changes.html#7_21_4">the news, the fixes and the changes</a>.
+
+ NCOLE
+
  NSUBJ(curl and libcurl 7.21.3)
  NDATE(December 15 2010)
  NCOLS

Index: _changes.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_changes.html,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -d -r1.154 -r1.155
--- _changes.html	15 Dec 2010 14:34:59 -0000	1.154
+++ _changes.html	17 Feb 2011 12:29:11 -0000	1.155
@@ -53,6 +53,52 @@
 #define CHG <li>
 #define BGF <li>
 
+<a name="7_21_4"></a>
+SUBTITLE(Fixed in 7.21.4 - February 17 2011)
+<p> Changes:
+<ul class="changes">
+ CHG CURLINFO_FTP_ENTRY_PATH now supports SFTP
+ CHG introduced new framework for unit-testing
+ CHG IDN: use win32 API if told to
+ CHG ares: ask for both IPv4 and IPv6 addresses
+ CHG HTTP: do Negotiate authentication using SSPI on windows
+ CHG Windows build: alternative makefile
+ CHG TLS-SRP: support added when using GnuTLS
+</ul>
+<p> Bugfixes:
+<ul class="bugfixes">
+ BGF SMTP: add brackets for MAIL FROM
+ BGF ossl_seed: no more RAND_screen (on Windows)
+ BGF multi: connect fail => use next IP address
+ BGF use the timeout when using multiple IP addresses similar to how
+   the easy interface does it
+ BGF cookies: tricked dotcounter fixed
+ BGF pubkey_show: allocate buffer to fit any-size result
+ BGF Curl_nss_connect: avoid PATH_MAX
+ BGF Curl_do: avoid using stale conn pointer
+ BGF tftpd test server: avoid buffer overflow report from glibc
+ BGF nss: avoid CURLE_OUT_OF_MEMORY given a file name without any slash
+ BGF nss: fix a bug in handling of CURLOPT_CAPATH
+ BGF CMake: Use upstream CheckTypeSize module
+ BGF OpenSSL get_cert_chain: support larger data sets
+ BGF SCP/SFTP transfers: acknowledge speedcheck
+ BGF GnuTLS builds: fix memory leak
+ BGF connect problem: use UDP correctly
+ BGF Borland C++ makefile tweaks
+ BGF OpenSSL: improved error message on SSL_CTX_new failures
+ BGF HTTP: memory leak on multiple Location:
+ BGF ares_query_completed_cb: don't touch invalid data
+ BGF ares: memory leak fix
+ BGF mk-ca-bundle: use new cacert url
+ BGF Curl_gmtime: added a portable gmtime and check for NULL
+ BGF curl.1: typo in -v description
+ BGF CURLOPT_SOCKOPTFUNCTION: return proper error code
+ BGF --keepalive-time: warn if not supported properly
+ BGF file: add support for CURLOPT_TIMECONDITION
+ BGF nss: avoid memory leaks and failure of NSS shutdown
+ BGF multi: fix CURLM_STATE_TOOFAST for multi_socket
+</ul>
+
 <a name="7_21_3"></a>
 SUBTITLE(Fixed in 7.21.3 - December 15 2010)
 <p> Changes: