aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-10-21 19:32:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-10-21 19:32:12 +0000
commit715b706caaf57e5ab1a395ea173b5f16f5b05922 (patch)
treebfd40d0b28b17c272a67ced3ae37c708ffd72cf3 /CHANGES
parentbfa9c42c2561fd8ff6504cfd94a2df379df9b77f (diff)
Temprimus improved the MSVC makefile so that the static debug SSL libs are
linked to the executable and not to the libcurld.lib http://curl.haxx.se/bug/view.cgi?id=1326676
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index df4fd6c22..452e46bd6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,10 @@
Daniel (21 October 2005)
+- Temprimus improved the MSVC makefile so that the static debug SSL libs are
+ linked to the executable and not to the libcurld.lib
+ http://curl.haxx.se/bug/view.cgi?id=1326676
+
- Bradford Bruce made the windows resolver code properly return
CURLE_COULDNT_RESOLVE_PROXY and CURLE_COULDNT_RESOLVE_HOST on resolving
errors (as documented).