summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRuslan Gazizov <ruslan_ufa@rambler.ru>2010-04-20 16:30:10 +0200
committerYang Tse <yangsita@gmail.com>2010-04-20 16:30:10 +0200
commit2164b6b463447be71ba0f0f3a7c432a963f745f9 (patch)
tree144194bcbf0ba58399d929c19f6b9b90a7972039 /CHANGES
parent7af5e3c39e7399f3a1c2576b575c8aa8781d9f2b (diff)
downloadcurl-2164b6b463447be71ba0f0f3a7c432a963f745f9.tar.gz
replaced wsock32.lib usage with ws2_32.lib in MSVC makefiles
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 919a3d655..64e8ad64d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Yang Tse (20 Apr 2010)
+- Ruslan Gazizov detected that MSVC makefiles were using wsock32.lib instead
+ of ws2_32.lib, this generated linking issues on MSVC IPv6 enabled builds
+ that were done using those makefiles.
+
Daniel Stenberg (19 Apr 2010)
- -J/--remote-header-name didn't strip trailing carriage returns or linefeeds
properly, so they could be used in the file name.