1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

--head on file://, some cleanups

This commit is contained in:
Daniel Stenberg 2003-10-30 10:30:41 +00:00
parent 2c120aa05c
commit b4d8108ba1

View File

@ -1,27 +1,28 @@
Curl and libcurl 7.10.8 is out! A bugfix release. Curl and libcurl 7.10.8. A bugfix release.
The 77th public curl release. Release number 104 counted from the very The 77th public curl release. Release number 104 counted from the very
beginning. beginning.
This release includes the following changes: This release includes the following changes:
o --head now works on file:// URLs too
o file: URLs with only one initial slash now works too o file: URLs with only one initial slash now works too
o we include a RELEASE-NOTES document in the release archive to summarize o RELEASE-NOTES document added to the release archive to summarize the big
the big and visible changes and bugfixes and visible changes and bugfixes
o CURLOPT_MAXFILESIZE was added, and --max-filesize. o CURLOPT_MAXFILESIZE was added, and --max-filesize
o CURLOPT_PASSWDFUNCTION and CURLOPT_PASSWDDATA are no longer supported. o CURLOPT_PASSWDFUNCTION and CURLOPT_PASSWDDATA are no longer supported
o IPv6 is now supported on Windows builds too o IPv6 is now supported on Windows builds too
o CURLOPT_IPRESOLVE lets you select pure IPv6 or IPv4 resolved addresses o CURLOPT_IPRESOLVE lets you select pure IPv6 or IPv4 resolved addresses
(curl offers the command line options -4/--ipv4 and -6/--ipv6) (curl offers the command line options -4/--ipv4 and -6/--ipv6)
o GSS-Negotiate works fine with the MIT kerberos library o GSS-Negotiate works fine with the MIT kerberos library
o SPNEGO support added, if libcurl is built with the FBopenssl libraries, o SPNEGO support added, if libcurl is built with the FBopenssl libraries,
curl_version_info() can return a feature bit for it and curl -V displays curl_version_info() can return a feature bit for it and curl -V displays
SPNEGO as a feature if libcurl is built with it enabled. SPNEGO as a feature if libcurl is built with it enabled
o easy handles added to a multi handle now share DNS cache automaticly o easy handles added to a multi handle now share DNS cache automaticly
o CURLINFO_HTTPAUTH_AVAIL and CURLINFO_PROXYAUTH_AVAIL were added o CURLINFO_HTTPAUTH_AVAIL and CURLINFO_PROXYAUTH_AVAIL were added
o CURLOPT_FTP_RESPONSE_TIMEOUT was added o CURLOPT_FTP_RESPONSE_TIMEOUT was added
o NTLM, Digest and GSS-Negotiate authentications should work even for HTTPS o NTLM, Digest and GSS-Negotiate authentications also work for HTTPS over
over proxies proxies
o curl supports multiple -T flags to allow serveral uploaded files using o curl supports multiple -T flags to allow serveral uploaded files using
a single command line a single command line
o CURLINFO_RESPONSE_CODE can return the last FTP response code o CURLINFO_RESPONSE_CODE can return the last FTP response code
@ -55,7 +56,7 @@ This release includes the following bugfixes:
o a DNS cache trash (possible segfault) was fixed o a DNS cache trash (possible segfault) was fixed
o runtests.pl clears all proxy environment variables before the test is run o runtests.pl clears all proxy environment variables before the test is run
o Microsoft's "Negotiate" authentication is now supported by the existing o Microsoft's "Negotiate" authentication is now supported by the existing
GSSNEGOTIATE option. GSSNEGOTIATE option
o A set zero-length proxy name confused libcurl o A set zero-length proxy name confused libcurl
o Digest authentication works again without OpenSSL on 64bit architectures o Digest authentication works again without OpenSSL on 64bit architectures
o configure --enable-thread works now o configure --enable-thread works now
@ -64,14 +65,14 @@ This release includes the following bugfixes:
o LDAP is again working nicely with the current OpenLDAP o LDAP is again working nicely with the current OpenLDAP
o asynch name lookup for non-resolving hosts now return a proper error message o asynch name lookup for non-resolving hosts now return a proper error message
o CURLOPT_SSL_VERIFYHOST set to 1 no longer aborts if no CN field is o CURLOPT_SSL_VERIFYHOST set to 1 no longer aborts if no CN field is
obtainable, it will merely warn about it. obtainable, it will merely warn about it
o name resolve segfault with uClibc fixed o name resolve segfault with uClibc fixed
o multi interface and multi-part/formpost could end in segfault o multi interface and multi-part/formpost could end in segfault
o curl_multi_info_read() sets the msgs_in_queue to 0 when returning NULL o curl_multi_info_read() sets the msgs_in_queue to 0 when returning NULL
o multi interface, ares and non-resolving host caused a segfault o multi interface, ares and non-resolving host caused a segfault
o minor single SSL memory leak fixed o minor single SSL memory leak fixed
o Setting CURLOPT_WRITEFUNCTION or CURLOPT_READFUNCTION to NULL resets them o Setting CURLOPT_WRITEFUNCTION or CURLOPT_READFUNCTION to NULL resets them
to default. to default
Other curl-related news since the previous public release: Other curl-related news since the previous public release: