aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTanguy Fautre <tanguyf@aristechnologies.com>2010-05-20 22:40:48 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-05-20 22:40:48 +0200
commit81239edb89add9327d2b03105c9981d092e16ace (patch)
tree9453f1e5d90fe4cc390ed8a9e09ad50e1450e4b0 /CHANGES
parent22f3b01478246687386bfcaa97e07272c8868bf3 (diff)
build: allow curl to build with Microsoft VC10
By undefing a bunch of E* defines that VC10 has started to define but that we redefine internally to their WSA* alternatives when building for Windows.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9e4ec8e59..4c512bcd2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@
Changelog
+Daniel Stenberg (20 May 2010)
+- Tanguy Fautre brought a fix to allow curl to build with Microsoft VC10.
+
Daniel Stenberg (18 May 2010)
- Eric Mertens posted bug report #3003005 pointing out that the libcurl TFTP
code was not sending the timeout option properly to the server, and