From: Daniel Stenberg Date: Thu, 9 Oct 2003 19:49:08 +0000 (+0000) Subject: sws fix, inet_pton fix X-Git-Tag: curl-7_10_8~143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8996a7346e893a337197ec3958457df3e10ee359;p=curl sws fix, inet_pton fix --- diff --git a/CHANGES b/CHANGES index c346a9800..beb893984 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,12 @@ Changelog +Daniel (9 October) +- Dominick Meglio made the inet_pton.c file build fine using MSVC. + +- The 'sws' test suite web server now #include setup.h from the lib directory. + This makes it more portable easier. + Version 7.10.8-pre3 (8 October 2003) Daniel (8 October)