aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-18 11:54:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-18 11:54:52 +0000
commiteadfd78c2ec38c80990ec6abfd64431708f38dae (patch)
tree25e8df330655d34526d913ab74a69af503244ef0 /CHANGES
parent4d815c99905a699c2956671d2348312b6201340e (diff)
socket leak, mingw build
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6460e2c07..1a209b569 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,16 @@
Changelog
+Daniel (18 February 2005)
+- Mike Dobbs reported a mingw build failure due to the lack of
+ BUILDING_LIBCURL being defined when libcurl is built. Now this is defined by
+ configure when mingw is used.
+
+Daniel (17 February 2005)
+- David in bug report #1124588 found and fixed a socket leak when libcurl
+ didn't close the socket properly when returning error due to failing
+ localbind
+
Daniel (16 February 2005)
- Christopher R. Palmer reported a problem with HTTP-POSTing using "anyauth"
that picks NTLM. Thanks to David Byron letting me test NTLM against his