summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-02-14 10:49:22 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-02-14 10:49:22 +0100
commite6ac3ba65760f6152fb12b1e942008d0b18cc7cf (patch)
treefea75263393b828aeb68e63983940c34b120ebab
parent917b1bb192d583879de623ef9d5038ea4e854d1b (diff)
downloadcurl-e6ac3ba65760f6152fb12b1e942008d0b18cc7cf.tar.gz
KNOWN_BUGS: curl compiled on OSX 10.13 failed to run on OSX 10.10
Closes #2905
-rw-r--r--docs/KNOWN_BUGS5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 8394784f1..c7a4c54e6 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -47,6 +47,7 @@ problems may have been fixed or changed somewhat since this was written!
5. Build and portability issues
5.1 tests not compatible with python3
5.2 curl-config --libs contains private details
+ 5.3 curl compiled on OSX 10.13 failed to run on OSX 10.10
5.5 can't handle Unicode arguments in Windows
5.6 cmake support gaps
5.7 Visual Studio project gaps
@@ -377,6 +378,10 @@ problems may have been fixed or changed somewhat since this was written!
run that might be needed only for building libcurl. Further, curl-config
--cflags suffers from the same effects with CFLAGS/CPPFLAGS.
+5.3 curl compiled on OSX 10.13 failed to run on OSX 10.10
+
+ See https://github.com/curl/curl/issues/2905
+
5.5 can't handle Unicode arguments in Windows
If a URL or filename can't be encoded using the user's current codepage then