summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-07-13 20:17:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-07-13 20:17:35 +0000
commit46c699c483f3e453fa6b0e8f69846ecce95a1a0f (patch)
treeaa01760fa21c8d133dd28b87fa261ce090678371 /CHANGES
parentf7d6e147f1a64269e0e68b8e6c7d3a92eb6fa726 (diff)
downloadcurl-46c699c483f3e453fa6b0e8f69846ecce95a1a0f.tar.gz
Colin Hogben filed bug report #1750274
(http://curl.haxx.se/bug/view.cgi?id=1750274) and submitted a patch for the case where libcurl did a connect attempt to a non-listening port and didn't provide a human readable error string back.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 88f3bf658..e5be0fb3e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,10 +7,17 @@
Changelog
Daniel S (13 July 2007)
+- Colin Hogben filed bug report #1750274
+ (http://curl.haxx.se/bug/view.cgi?id=1750274) and submitted a patch for the
+ case where libcurl did a connect attempt to a non-listening port and didn't
+ provide a human readable error string back.
+
- Daniel Cater fixes:
1 - made 'make vc8' work on windows.
2 - made libcurl itself built with CURL_NO_OLDIES defined (which doesn't
define the symbols for backwards source compatibility)
+ 3 - updated libcurl-errors.3
+ 4 - added CURL_DISABLE_TFTP to docs/INSTALL
Daniel S (12 July 2007)
- Made the krb5 code build with Heimdal's GSSAPI lib.