diff options
author | Yang Tse <yangsita@gmail.com> | 2008-11-06 19:11:46 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-11-06 19:11:46 +0000 |
commit | 6fdcdfa5ea857a2207e63c1bdfde8f4b1a30d56f (patch) | |
tree | cc9dea0d42e543d8d5f5e52535cd448347c56278 /RELEASE-NOTES | |
parent | 4a4885eead8645a9d066bc7f05a62327bb9e22fd (diff) |
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.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 07189b00d..dcce69710 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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: |