diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-10 11:28:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-10 11:28:45 +0000 |
commit | 467c3e3a1f3dbeb0265517b0ae5d6e3b588b688e (patch) | |
tree | c8f92ac418887d8867a49dada4abff3b4ada0a9a | |
parent | b484b3b696af04a8ec9ed87fbeee5c996029c736 (diff) |
fixing
-rw-r--r-- | CHANGES | 13 | ||||
-rw-r--r-- | RELEASE-NOTES | 3 |
2 files changed, 15 insertions, 1 deletions
@@ -6,6 +6,19 @@ Changelog +Daniel (10 March 2004) +- Jeff Lawson fixed the SSL connection to deal with received signals during the + connect. + +- Changed the OS string for win32 to become "i386-pc-win32". + +Daniel (9 March 2004) +- Changed the internals to use curl_socket_t for socket variable type. This + should enable us to build with less warnings on Windows, where SOCKET is + used which is an unsigned int, while most other platforms use a mere int. + +- Modified lib/config-win32.h to build fine on MSVC again. + Version 7.11.1-pre1 (8 March 2004) Daniel (8 March 2004) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f16de8313..524b74d93 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -25,7 +25,8 @@ This release includes the following changes: This release includes the following bugfixes: - o Improved PUT/POST with NTLM/Digest authentication + o received signals during SSL connect is handled better + o improved PUT/POST with NTLM/Digest authentication o following redirects and doing NTLM/Digest (where the first connection gets closed) with the multi interface work better now o file: progress meter and getinfo variables work now |