mirror of
https://github.com/moparisthebest/curl
synced 2025-01-04 10:28:08 -05:00
proto fix
This commit is contained in:
parent
09d593ade0
commit
ba1ff79b3f
7
CHANGES
7
CHANGES
@ -7,8 +7,13 @@
|
|||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
|
||||||
|
Daniel (3 October)
|
||||||
|
- Neil Spring posted the debian bug report #213180, and pointed out that using
|
||||||
|
the name 'access' in a function prototype is not very wise as some compilers
|
||||||
|
complain.
|
||||||
|
|
||||||
Daniel (2 October)
|
Daniel (2 October)
|
||||||
- James MacMillan's patch makes curl build on QNC 6.2.x.
|
- James MacMillan's patch makes curl build on QNX 6.2.x.
|
||||||
|
|
||||||
Daniel (26 September)
|
Daniel (26 September)
|
||||||
- My daughter was born!
|
- My daughter was born!
|
||||||
|
@ -19,6 +19,8 @@ This release includes the following changes:
|
|||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
|
o changed the curl_lock_function proto to prevent warnings on some compilers
|
||||||
|
o builds fine on QNX 6.2.x now
|
||||||
o PUT with --digest works now
|
o PUT with --digest works now
|
||||||
o --anyauth that picks NTLM and then follows a redirect (and does NTLM again)
|
o --anyauth that picks NTLM and then follows a redirect (and does NTLM again)
|
||||||
works now
|
works now
|
||||||
@ -53,7 +55,8 @@ advice from friends like these:
|
|||||||
|
|
||||||
Loren Kirkby, Jeff Pohlmeyer, Antoine Calando, Gerd v. Egidy, Vincent
|
Loren Kirkby, Jeff Pohlmeyer, Antoine Calando, Gerd v. Egidy, Vincent
|
||||||
Sanders, John McGowan, Henrik Storner, Jörg Mueller-Tolk, Peter Pentchev,
|
Sanders, John McGowan, Henrik Storner, Jörg Mueller-Tolk, Peter Pentchev,
|
||||||
Early Ehlinger, Kevin Fisk, Jurij Smakov, Bjorn Reese, Tim Bartley,
|
Early Ehlinger, Kevin Fisk, Jurij Smakov, Bjorn Reese, Tim Bartley, David
|
||||||
David Kimdon, Dominick Meglio, Markus Moeller, Giuseppe Attardi
|
Kimdon, Dominick Meglio, Markus Moeller, Giuseppe Attardi, James MacMillan,
|
||||||
|
Neil Spring
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
Loading…
Reference in New Issue
Block a user