bagder: curl-www _newslog.html, 1.143, 1.144 _changes.html, 1.125, 1.126 Makefile, 1.99, 1.100

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv26306

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


Index: _newslog.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_newslog.html,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -d -r1.143 -r1.144
--- _newslog.html	18 Mar 2008 08:45:35 -0000	1.143
+++ _newslog.html	30 Mar 2008 09:17:08 -0000	1.144
@@ -34,6 +34,16 @@
  NCOLE
 #endif
 
+ NSUBJ(curl and libcurl 7.18.1)
+ NDATE(March 30 2008)
+ NCOLS
+
+  The curl project proudly presents <a href="download.html">curl and libcurl
+  7.18.1</a>. Learn about what's new and changed on the <a
+  href="changes.html">changes</a> page.
+
+ NCOLE
+
  NSUBJ(No Google Summer of Code 2008)
  NDATE(March 18 2008)
  NCOLS

Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/Makefile,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- Makefile	28 Jan 2008 17:39:43 -0000	1.99
+++ Makefile	30 Mar 2008 09:17:08 -0000	1.100
@@ -5,8 +5,8 @@
 NOW=$(shell gnudate +'-D__TODAY__=%B %e, %Y')
 
 # the latest stable version is:
-STABLE= 7.18.0
-RELDATE = "28th of January 2008"
+STABLE= 7.18.1
+RELDATE = "30th of March 2008"
 
 # name of the dir to tempoary unpack and build zip files in:
 TEMPDIR=tempzip
@@ -66,7 +66,7 @@
 	rm -f $@
 	./filter.pl < $< > $@
 
-main2.html: _main2.html $(MAINPARTS) $(STAT) $(RELEASE) poll2.t
+main2.html: _main2.html $(MAINPARTS) $(STAT) $(RELEASE) poll2.t sflogo2.t
 	$(ACTION)
 
 index2.html: main2.html newslog.html

Index: _changes.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_changes.html,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- _changes.html	28 Jan 2008 17:44:27 -0000	1.125
+++ _changes.html	30 Mar 2008 09:17:08 -0000	1.126
@@ -46,6 +46,56 @@
 <li> <a href="http://curl.haxx.se/auto/cvshistory.html">recent CVS activity</a>
  </ul>
 
+<a name="7_18_1"></a>
+SUBTITLE(Fixed in 7.18.1 - March 30 2008)
+<p> Changes:
+<ul>
+ <li> added support for HttpOnly cookies
+ <li> 'make ca-bundle' downloads and generates an updated ca bundle file
+ <li> we no longer distribute or install a ca cert bundle
+ <li> SSLv2 is now disabled by default for SSL operations
+ <li> the test509-style setting URL in callback is officially no longer supported
+ <li> support a full chain of certificates in a given PKCS12 certificate
+ <li> resumed transfers work with SFTP
+ <li> added type checking macros for curl_easy_setopt() and curl_easy_getinfo(),
+   watch out for new warnings in code using libcurl (needs gcc-4.3 and
+   currently only works in C mode)
+ <li> curl_easy_setopt(), curl_easy_getinfo(), curl_share_setopt() and
+   curl_multi_setopt() uses are now checked to use exactly three arguments
+ <li> --with-ca-path=DIR configure option allows to set an openSSL CApath instead
+   of a default ca bundle.
+</ul>
+<p> Bugfixes:
+<ul>
+ <li> improved pipelining
+ <li> improved strdup replacement
+ <li> GnuTLS-built libcurl failed when doing global cleanup and reinit
+ <li> error message problem when unable to resolve a host on Windows
+ <li> Accept: header replacing
+ <li> not verifying server certs with GnuTLS still failed if gnutls had
+   problems with the cert
+ <li> when using the multi interface and a handle is removed while still having
+   a transfer going on, the connection is now closed by force
+ <li> bad re-use of SSL connections in non-complete state
+ <li> test case 405 failures with GnuTLS builds
+ <li> crash when connection cache size is 1 and Curl_do() failed
+ <li> GnuTLS-built libcurl can now be forced to prefer SSLv3
+ <li> crash when doing Negotiate again on a re-used connection
+ <li> select/poll regression
+ <li> better MIT kerberos configure check
+ <li> curl_easy_reset() + SFTP re-used connection download crash
+ <li> SFTP non-existing file + SFTP existing file error
+ <li> sharing DNS cache between easy handles running in multiple threads could
+   lead to crash
+ <li> SFTP upload with CURLOPT_FTP_CREATE_MISSING_DIRS on re-used connection
+ <li> SFTP infinite loop when given an invalid quote command
+ <li> curl-config erroneously reported LDAPS support with missing LDAP libraries
+ <li> SCP infinite loop when downloading a zero byte file
+ <li> setting the CURLOPT_SSL_CTX_FUNCTION with libcurl built without OpenSSL
+   now makes curl_easy_setopt() properly return failure
+ <li> configure --with-libssh2 (with no given path)
+</ul>
+
 <a name="7_18_0"></a>
 SUBTITLE(Fixed in 7.18.0 - January 28 2008)
 <p> Changes:
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.