]> granicus.if.org Git - curl/commitdiff
Mention that BSD-style lwIP TCP/IP stack support on Windows is experimental.
authorYang Tse <yangsita@gmail.com>
Mon, 12 Sep 2011 14:01:07 +0000 (16:01 +0200)
committerYang Tse <yangsita@gmail.com>
Mon, 12 Sep 2011 14:01:07 +0000 (16:01 +0200)
RELEASE-NOTES
docs/INSTALL

index df882e0c8f3d7851898782e5bd0a903a8eea1ff1..fa60837e0385bdc8a71142a37bb6d5796cd3bd24 100644 (file)
@@ -12,7 +12,7 @@ This release includes the following changes:
  o Added CURLOPT_GSSAPI_DELEGATION
  o Added support for NTLM delegation to Samba's winbind daemon helper ntlm_auth
  o Display notes from setup file in testcurl.pl
- o BSD-style lwIP TCP/IP stack support on Windows
+ o BSD-style lwIP TCP/IP stack experimental support on Windows
  o OpenSSL: Use SSL_MODE_RELEASE_BUFFERS if available
  o --delegation was added to set CURLOPT_GSSAPI_DELEGATION
  o nss: start with no database if the selected database is broken
index 7e2ce9a62c90d3e93b7b3a2059692f24317283e9..e0134e8a2157fcd1816c0f075cbd0d196082121f 100644 (file)
@@ -491,6 +491,9 @@ Win32
    http://download.savannah.gnu.org/releases/lwip/lwip-1.4.0.zip
    http://download.savannah.gnu.org/releases/lwip/contrib-1.4.0.zip
 
+   This BSD-style lwIP TCP/IP stack support must be considered experimental
+   given that it has been verified that lwIP 1.4.0 still needs some polish,
+   and libcurl might yet need some additional adjustment, caveat emptor.
 
    Important static libcurl usage note
    -----------------------------------