mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
fixing
This commit is contained in:
parent
6b1220b61d
commit
656a2e93d7
4
CHANGES
4
CHANGES
@ -7,6 +7,10 @@
|
|||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
|
||||||
|
Daniel (26 April 2005)
|
||||||
|
- Cory Nelson's work on nuking compiler warnings when building on x64 with
|
||||||
|
VS2005.
|
||||||
|
|
||||||
Daniel (25 April 2005)
|
Daniel (25 April 2005)
|
||||||
- Fred New reported a bug where we used Basic auth and user name and password
|
- Fred New reported a bug where we used Basic auth and user name and password
|
||||||
in .netrc, and when following a Location: the subsequent requests didn't
|
in .netrc, and when following a Location: the subsequent requests didn't
|
||||||
|
@ -15,6 +15,8 @@ This release includes the following changes:
|
|||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
|
o builds fine with VS2005 on x64
|
||||||
|
o auth fix for HTTP redirects and .netrc usage
|
||||||
o FTP uploads show the progress meter easier
|
o FTP uploads show the progress meter easier
|
||||||
o MSVC makefile fixes for static libcurl builds
|
o MSVC makefile fixes for static libcurl builds
|
||||||
o configure fix for static libcurl build on Windows
|
o configure fix for static libcurl build on Windows
|
||||||
@ -34,6 +36,6 @@ This release would not have looked like this without help, code, reports and
|
|||||||
advice from friends like these:
|
advice from friends like these:
|
||||||
|
|
||||||
Christophe Legry, Cory Nelson, Gisle Vanem, Dan Fandrich, Toshiyuki Maezawa,
|
Christophe Legry, Cory Nelson, Gisle Vanem, Dan Fandrich, Toshiyuki Maezawa,
|
||||||
Olivier, Andres Garcia, Dave Dribin, Alex Suykov
|
Olivier, Andres Garcia, Dave Dribin, Alex Suykov, Cory Nelson, Fred New
|
||||||
|
|
||||||
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