Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
734c17ae
Commit
734c17ae
authored
21 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
working draft of the upcoming 7.10.8 release notes
parent
48c19438
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
RELEASE-NOTES
+66
-0
66 additions, 0 deletions
RELEASE-NOTES
with
66 additions
and
0 deletions
RELEASE-NOTES
0 → 100644
+
66
−
0
View file @
734c17ae
Curl and libcurl 7.10.8 is out! A bugfix release.
Download from http://curl.haxx.se/download.html. As usual, allow some time
before the popular binary archives are up-to-date with this release.
Get curl from your favorite mirror by using this service:
http://curl.haxx.se/latest.cgi
Make sure the files haven't been tampered with by the time they land in your
filesystem by using these MD5 sums:
This release includes the following changes:
o CURLOPT_IPRESOLVE lets you select pure IPv6 or IPv4 resolved addresses
o GSS-Negotiate works fine with the MIT kerberos library
o SPNEGO support added, if libcurl is built with the FBopenssl libraries
o easy handles added to a multi handle now share DNS cache automaticly
o CURLINFO_HTTPAUTH_AVAIL and CURLINFO_PROXYAUTH_AVAIL were added
o CURLOPT_FTP_RESPONSE_TIMEOUT was added
o NTLM, Digest and GSS-Negotiate authentications should work even for HTTPS
over proxies
o curl supports multiple -T flags to allow serveral uploaded files using
a single command line
o CURLINFO_RESPONSE_CODE can return the last FTP response code
This release includes the following bugfixes:
o PUT with --digest works now
o --anyauth that picks NTLM and then follows a redirect (and does NTLM again)
works now
o asynch resolves now work on NT4 too
o a DNS cache trash (possible segfault) was fixed
o runtests.pl clears all proxy environment variables before the test is run
o Microsoft's "Negotiate" authentication is now supported by the existing
GSSNEGOTIATE option.
o A set zero-length proxy name confused libcurl
o Digest authentication works again without OpenSSL on 64bit architectures
o configure --enable-thread works now
o buffer problems in the test suite's web server were fixed
o improved proxy password handling
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 CURLOPT_SSL_VERIFYHOST set to 1 no longer aborts if no CN field is
obtainable, it will merely warn about it.
o name resolve segfault with uClibc fixed
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 multi interface, ares and non-resolving host caused a segfault
o minor single SSL memory leak fixed
o Setting CURLOPT_WRITEFUNCTION or CURLOPT_READFUNCTION to NULL resets them
to default.
Other curl-related news since the previous public release:
o TclCurl 0.10.7 was released.
This release would not have looked like this without help, code, reports and
advice from friends like these:
Loren Kirkby, Jeff Pohlmeyer, Antoine Calando, Gerd v. Egidy, Vincent
Sanders, John McGowan, Henrik Storner, Jrg Mueller-Tolk, Peter Pentchev,
Early Ehlinger, Kevin Fisk, Jurij Smakov, Bjorn Reese, Tim Bartley,
David Kimdon, codemastr, Markus Moeller, Giuseppe Attardi
Thanks! (and sorry if I forgot to mention someone)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment