From 2164b6b463447be71ba0f0f3a7c432a963f745f9 Mon Sep 17 00:00:00 2001 From: Ruslan Gazizov Date: Tue, 20 Apr 2010 16:30:10 +0200 Subject: replaced wsock32.lib usage with ws2_32.lib in MSVC makefiles --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES') 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. -- cgit v1.2.3