]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535) pointed out a
authorYang Tse <yangsita@gmail.com>
Thu, 6 Nov 2008 19:11:46 +0000 (19:11 +0000)
committerYang Tse <yangsita@gmail.com>
Thu, 6 Nov 2008 19:11:46 +0000 (19:11 +0000)
problem with MSVC 6 makefile that caused a build failure. It was noted that
the curl_addrinfo.obj reference was missing. I took the opportunity to sort
the list in which this was missing.

CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index b42510f96dba81d140fb67159b410759e2fe3db9..866a926a0f8071e573a71ea9598a853f33a764f1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,11 @@ Yang Tse (6 Nov 2008)
 - Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one
   which now also takes a protocol address family argument.
 
+- Bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535) pointed out a
+  problem with MSVC 6 makefile that caused a build failure. It was noted that
+  the curl_addrinfo.obj reference was missing. I took the opportunity to sort
+  the list in which this was missing.
+
 Version 7.19.1 (5 November 2008)
 
 Daniel Stenberg (4 Nov 2008)
index 07189b00dd9345af2af1cbc2011c6c32dd355066..dcce697108ca234dce0fe2aa5b7097b669a205c0 100644 (file)
@@ -13,7 +13,7 @@ This release includes the following changes:
 
 This release includes the following bugfixes:
 
- o 
+ o build failure when using MSVC 6 makefile
 
 This release includes the following known bugs: