bagder: curl-www _newslog.html, 1.161, 1.162 _changes.html, 1.148, 1.149 Makefile, 1.119, 1.120

[email protected] Wed, 16 Jun 2010 11:56:08 +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-serv24990

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


Index: _newslog.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_newslog.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- _newslog.html	14 Apr 2010 15:28:22 -0000	1.161
+++ _newslog.html	16 Jun 2010 11:56:06 -0000	1.162
@@ -34,6 +34,21 @@
  NCOLE
 #endif
 
+ NSUBJ(curl and libcurl 7.21.0)
+ NDATE(June 16 2010)
+ NCOLS
+
+  Another two months are up, and the curl team again proudly presents a new
+  curl release to download: <a href="download.html">curl and libcurl
+  7.21.0</a>. Read about the news, the fixes and the changes on the <a
+  href="changes.html">changes</a> page.
+ <p>
+  The minor number bump was made because of the many protocol-related
+  improvements this time: added support for RTMP, improved TELNET ability,
+  added support for FTP wildcard matching, brand new LDAP code and more.
+
+ NCOLE
+
  NSUBJ(curl and libcurl 7.20.1)
  NDATE(April 14 2010)
  NCOLS

Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/Makefile,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- Makefile	14 Apr 2010 15:28:22 -0000	1.119
+++ Makefile	16 Jun 2010 11:56:06 -0000	1.120
@@ -5,8 +5,8 @@
 NOW=$(shell gnudate +'-D__TODAY__=%B %e, %Y')
 
 # the latest stable version is:
-STABLE= 7.20.1
-RELDATE = "14th of April 2010"
+STABLE= 7.21.0
+RELDATE = "16th of June 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.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- _changes.html	15 Apr 2010 11:24:52 -0000	1.148
+++ _changes.html	16 Jun 2010 11:56:06 -0000	1.149
@@ -55,6 +55,41 @@
 #define CHG <li>
 #define BGF <li>
 
+<a name="7_21_0"></a>
+SUBTITLE(Fixed in 7.21.0 - June 16 2010)
+<p> Changes:
+<ul class="changes">
+ CHG added the --proto and -proto-redir options
+ CHG new configure option --enable-threaded-resolver
+ CHG improve TELNET ability with libcurl
+ CHG added support for PolarSSL
+ CHG added support for FTP wildcard matching and downloads
+ CHG added support for RTMP
+ CHG introducing new LDAP code for new enough OpenLDAP
+ CHG OpenLDAP support enabled for cygwin builds
+ CHG added CURLINFO_PRIMARY_PORT, CURLINFO_LOCAL_IP and CURLINFO_LOCAL_PORT
+</ul>
+<p> Bugfixes:
+<ul class="bugfixes">
+ BGF prevent needless reverse name lookups
+ BGF detect GSS on ancient Linux distros
+ BGF GnuTLS: EOF caused error when it wasn't
+ BGF GnuTLS: SSL handshake phase is non-blocking
+ BGF -J/--remote-header-name strips CRLF
+ BGF MSVC makefiles now use ws2_32.lib instead of wsock32.lib
+ BGF -O crash on windows
+ BGF SSL handshake timeout underflow in libcurl-NSS
+ BGF multi interface missed storing connection time
+ BGF broken CRL support in libcurl-NSS
+ BGF ignore response-body on redirect even if compressed
+ BGF OpenSSL handshake state-machine for multi interface
+ BGF TFTP timeout option sent correctly
+ BGF TFTP block id wrap
+ BGF curl_multi_socket_action() timeout handles inaccuracy in timers better
+ BGF SCP/SFTP failure to respect the timeout
+ BGF spurious SSL connection aborts with OpenSSL
+</ul>
+
 <a name="7_20_1"></a>
 SUBTITLE(Fixed in 7.20.1 - April 14 2010)
 <p> Changes: