diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-04-26 21:47:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-04-26 21:47:31 +0000 |
commit | 656a2e93d7c8c339f18622d722d6df2482ecbdce (patch) | |
tree | 8dd5281c07dfd17f876ce8e8f97ee5a3efdffdb7 | |
parent | 6b1220b61d5ed2481dbf31714a68be6ef6eed3da (diff) |
fixing
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | RELEASE-NOTES | 4 |
2 files changed, 7 insertions, 1 deletions
@@ -7,6 +7,10 @@ Changelog +Daniel (26 April 2005) +- Cory Nelson's work on nuking compiler warnings when building on x64 with + VS2005. + Daniel (25 April 2005) - 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 diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5185fa0aa..8f4f61119 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,8 @@ This release includes the following changes: 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 MSVC makefile fixes for static libcurl builds 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: 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) |