bagder: curl-www Makefile,1.80,1.81 _changes.html,1.96,1.97
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www In directory labb:/tmp/cvs-serv8539 Modified Files: Makefile _changes.html Log Message: 7.14.0 Index: Makefile =================================================================== RCS file: /cvsroot/curl/curl-www/Makefile,v retrieving revision 1.80 retrieving revision 1.81 diff -u -d -r1.80 -r1.81 --- Makefile 7 Apr 2005 08:01:59 -0000 1.80 +++ Makefile 16 May 2005 13:04:25 -0000 1.81 @@ -5,8 +5,8 @@ NOW=$(shell gnudate +'-D__TODAY__=%B %e, %Y') # the latest stable version is: -STABLE= 7.13.2 -RELDATE = "5th of April 2005" +STABLE= 7.14.0 +RELDATE = "16th of May 2005" # 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.96 retrieving revision 1.97 diff -u -d -r1.96 -r1.97 --- _changes.html 22 Apr 2005 08:29:32 -0000 1.96 +++ _changes.html 16 May 2005 13:04:25 -0000 1.97 @@ -42,6 +42,38 @@ href="http://curl.haxx.se/auto/cvshistory.html">recent CVS activity</a>! </ul> +SUBTITLE(Fixed in 7.14.0 - May 16 2005) +<p> Changes: +<ul> + <li> modified default HTTP request headers + <li> curl --trace-time added for time stamping trace logs + <li> curl now respects the SSL_CERT_DIR and SSL_CERT_PATH environment variables + <li> more search paths for curl's default .curlrc config file check + <li> GnuTLS support, use configure --with-gnutls. Work on this was sponsored + by The Written Word. +</ul> +<p> Bugfixes: +<ul> + <li> uses select() instead of poll() even on Mac OS X 10.4 + <li> reconnected proxy use with NTLM auth on the same handle + <li> warns about bad -z date syntax + <li> docs/THANKS now contains all known contributors + <li> builds out-of-the-box on (presumably ipv6-enabled) AIX 4.3 hosts + <li> curl --head could wrongly complain on bad chunked-encoding + <li> --interface SIGSEGVed on a bad address + <li> kill the HTTPS server better when stopping the test suite + <li> builds fine with VS2005 on x64 + <li> auth fix for HTTP redirects and .netrc usage + <li> FTP uploads show the progress meter easier + <li> MSVC makefile fixes for static libcurl builds + <li> configure fix for static libcurl build on Windows + <li> --retry-delay + <li> POST with read callback now uses Expect: 100-continue + <li> CURLOPT_PORT didn't actually use the set port number + <li> HTTP 304 response with Content-Length: header + <li> time-conditioned FTP uploads +</ul> + SUBTITLE(Fixed in 7.13.2 - Apr 4 2005) <p> Changes: <ul> _______________________________________________ http://cool.haxx.se/mailman/listinfo/curl-www-commits