From: Daniel Stenberg Date: Fri, 13 Aug 2004 12:01:20 +0000 (+0000) Subject: mention Harshal Pradhan's windows fix X-Git-Tag: curl-7_12_2~204 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aea87be19ea3954389a98816990f259c6f63047c;p=thirdparty%2Fcurl.git mention Harshal Pradhan's windows fix --- diff --git a/ares/CHANGES b/ares/CHANGES index e441132361..4e36a9232a 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,10 @@ Changelog for the c-ares project +* August 13 + +- Harshal Pradhan made a minor syntax change in ares_init.c to make it build + fine with MSVC 7.1 + * July 24 - Made the lib get built static only if --enable-debug is used.