bagder: curl-www Makefile, 1.106, 1.107 _changes.html, 1.133, 1.134 _newslog.html, 1.150, 1.151

[email protected] Mon, 19 Jan 2009 10:05:26 +0000
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv23487

Modified Files:
	Makefile _changes.html _newslog.html 
Log Message:
7.19.3


Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/Makefile,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- Makefile	13 Nov 2008 13:08:53 -0000	1.106
+++ Makefile	19 Jan 2009 10:05:24 -0000	1.107
@@ -5,8 +5,8 @@
 NOW=$(shell gnudate +'-D__TODAY__=%B %e, %Y')
 
 # the latest stable version is:
-STABLE= 7.19.2
-RELDATE = "13th of November 2008"
+STABLE= 7.19.3
+RELDATE = "19th of January 2009"
 
 # 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.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- _newslog.html	13 Nov 2008 13:14:36 -0000	1.150
+++ _newslog.html	19 Jan 2009 10:05:24 -0000	1.151
@@ -34,6 +34,17 @@
  NCOLE
 #endif
 
+ NSUBJ(curl and libcurl 7.19.3)
+ NDATE(January 19 2009)
+ NCOLS
+
+  The time was ripe for a new release and thus the curl project
+  offers <a href="download.html">curl and libcurl 7.19.3</a>. Read about the
+  news, the fixed and the changed on the <a href="changes.html">changes</a>
+  page.
+
+ NCOLE
+
  NSUBJ(curl and libcurl 7.19.2)
  NDATE(November 13 2008)
  NCOLS

Index: _changes.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_changes.html,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- _changes.html	13 Nov 2008 13:14:36 -0000	1.133
+++ _changes.html	19 Jan 2009 10:05:24 -0000	1.134
@@ -46,6 +46,53 @@
 <li> <a href="http://curl.haxx.se/auto/cvshistory.html">recent CVS activity</a>
  </ul>
 
+<a name="7_19_3"></a>
+SUBTITLE(Fixed in 7.19.3 - January 19 2009)
+<p> Changes:
+<ul>
+ <li> CURLAUTH_DIGEST_IE bit added for CURLOPT_HTTPAUTH and CURLOPT_PROXYAUTH
+ <li> VC9 Makefiles were added to the release package
+</ul
+
+<p> Bugfixes:
+<ul>
+ <li> build failure when disabling FTP but enabling GSS
+ <li> fixed several calls to memory functions that didn't check return codes
+ <li> memory leak for SSL connects with libcurl/NSS when CURLOPT_ISSUERCERT was
+   used
+ <li> re-use of connections with the multi interface when multiple handles used
+   the same server
+ <li> memory leak with HTTP GSS/kerberos authentication
+ <li> removed the default use of "Pragma: no-cache"
+ <li> fix SCP/SFTP busyloop by using a new libssh2 1.0 function
+ <li> bad fclose() after a fatal error in cookie code
+ <li> curl_multi_remove_handle() when the handle was in use in a HTTP pipeline
+ <li> GSS authentication infinite loop problem
+ <li> 550 response from SIZE no longer treated as missing file
+ <li> ftps:// control connections now use explicit protection level
+ <li> dotted IPv6 addresses longer than 39 bytes failed
+ <li> curl_easy_duphandle() doesn't try to duplicate the connection cache pointer
+ <li> build failure on OS/400 when enabling IPv6
+ <li> better detection of SFTP failures
+ <li> improved connection re-use for subsequent SCP and SFTP transfers
+ <li> multi interface does less busy-loops for SCP and SFTP transfers with libssh2
+   1.0 or later
+ <li> curl_multi_timeout() no longer returns timeout 0 when there's still more
+   than 0 but less than 999 microseconds left
+ <li> the multi_socket API and HTTP pipelining now work a lot better when combined
+ <li> SFTP seek/resume beyond 32bit file sizes
+ <li> fixed breakage with --with-ssl --disable-verbose
+ <li> TTL "leak" in the DNS cache
+ <li> improved NSS initing
+ <li> curl_easy_reset now resets more options
+ <li> rare Location: follow bug with the multi interface
+ <li> the configure script can now detect gnutls with pkg-config
+ <li> curlbuild.h was adjusted for SunPro compilers
+ <li> CURLOPT_COOKIELIST set to "SESS" on an easy handle with no cookies data
+ <li> fixed timeouts for TFTP
+ <li> fixed PPC builds
+</ul>
+
 <a name="7_19_2"></a>
 SUBTITLE(Fixed in 7.19.2 - November 13 2008)
 <p> Bugfixes: