diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-22 12:05:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-22 12:05:21 +0000 |
commit | 64731b00567ed6237cc7a1758e0f4c32200f5a30 (patch) | |
tree | 7e7e50eb742b951697fcb0a6c2a59503cb5728b5 | |
parent | debe6a1432dab58c20ee4f03aeb90735ae80e640 (diff) |
we continue to improve things
-rw-r--r-- | CHANGES | 9 | ||||
-rw-r--r-- | RELEASE-NOTES | 3 |
2 files changed, 11 insertions, 1 deletions
@@ -7,6 +7,15 @@ Changelog +Daniel (22 October) +- Gisle Vanem found out --disable-eprt didn't work and patched it. + +- Test case 91 was modified and could now repeat the problem Kevin Roth has + reported, and the bug was fixed. + +- Dylan Ellicott added vc-libcurl-ssl-dll as a target to the root makefile + to build a static libcurl that links with a shared OpenSSL using MSVC. + Daniel (21 October) - Andrés García updated the mingw32 makefiles. diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a7f948b50..21416379f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -22,6 +22,7 @@ This release includes the following changes: This release includes the following bugfixes: + o --anyauth could bug when the first response had no body contents o double password prompting when doing NTLM fixed o improved performance when used multi-threaded on windows o share-locking during DNS lookups was modified @@ -74,6 +75,6 @@ advice from friends like these: Neil Spring, Siddhartha Prakash Jain, Jon Turner, Vincent Bronner, Shard, Jeremy Friesner, Florian Schoppmann, Neil Dunbar, Frank Ticheler, Lachlan O'Dea, Dirk Manske, Domenico Andreoli, Gisle Vanem, Kimmo Kinnunen, Andrew - Fuller, Georg Horn, Andrés García + Fuller, Georg Horn, Andrés García, Dylan Ellicott, Kevin Roth Thanks! (and sorry if I forgot to mention someone) |