aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-08-31 11:33:22 +0100
committerSteve Holme <steve_holme@hotmail.com>2016-08-31 11:33:22 +0100
commit7c6c2194b88fddccb1e5eb418758dd2292a1358d (patch)
tree3c3340a685402d8143ba2e52fbceed5d7fc20062
parent088ffcba3e091fdd4d3a12b6c1e626ce92130820 (diff)
KNOWN_BUGS: Move the Visual Studio project shortcomings from local README
-rw-r--r--docs/KNOWN_BUGS14
-rw-r--r--projects/README14
2 files changed, 14 insertions, 14 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 631ec2abb..5230ecbbc 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -49,6 +49,7 @@ problems may have been fixed or changed somewhat since this was written!
5.4 AIX shared build with c-ares fails
5.5 can't handle Unicode arguments in Windows
5.6 cmake support gaps
+ 5.7 Visual Studio project gaps
6. Authentication
6.1 NTLM authentication and unicode
@@ -353,6 +354,19 @@ problems may have been fixed or changed somewhat since this was written!
- the unit tests cause link failures in regular non-static builds
- no nghttp2 check
+5.7 Visual Studio project gaps
+
+ The Visual Studio projects lack some features that the autoconf and nmake
+ builds offer, such as the following:
+
+ - support for zlib and nghttp2
+ - use of static runtime libraries
+ - add the test suite components
+
+ In addition to this the following could be implemented:
+
+ - support for other development IDEs
+ - add PATH environment variables for third-party DLLs
6. Authentication
diff --git a/projects/README b/projects/README
index f63143790..59787dcfb 100644
--- a/projects/README
+++ b/projects/README
@@ -160,17 +160,3 @@ Legacy Windows and SSL
support the legacy handshakes and algorithms used by those versions. If
you will be using curl in one of those earlier versions of Windows you
should choose another SSL backend such as OpenSSL.
-
-TODO
-====
-
- These project files are a recent addition to the curl source code and as such
- are not 100% complete. This is a list of things that are still todo:
-
- * Support zlib
- * Use of static runtime libraries
- * Add the Test Suite components
- * Support for other development IDEs
- * Add PATH environment variables for third-party DLLs
-
- Any additional help would be appreciated ;-) \ No newline at end of file