aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-10-16 12:54:59 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-10-16 12:55:40 +0200
commit96e3c0774466c1b87dc94131c65a6cbe370f5b01 (patch)
treeb30da204cf1f01758f14679a576eaec61ed382ed /docs/KNOWN_BUGS
parent422db18f15925b8ad7983329ca08041049783071 (diff)
KNOWN_BUGS: two more existing problems
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index a9b2ba99a..b21d2a0a0 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -50,6 +50,8 @@ problems may have been fixed or changed somewhat since this was written!
5.6 cmake support gaps
5.7 Visual Studio project gaps
5.8 configure finding libs in wrong directory
+ 5.9 Utilize Requires.private directives in libcurl.pc
+ 5.10 Fix the gcc typechecks
6. Authentication
6.1 NTLM authentication and unicode
@@ -377,6 +379,17 @@ problems may have been fixed or changed somewhat since this was written!
separate variable that only after all library checks have been performed gets
appended to LDFLAGS.
+5.9 Utilize Requires.private directives in libcurl.pc
+
+ https://github.com/curl/curl/issues/864
+
+5.10 Fix the gcc typechecks
+
+ Issue #846 identifies a problem with the gcc-typechecks and how the types are
+ documented and checked for CURLINFO_CERTINFO but our attempts to fix the
+ issue were futile and needs more attention.
+
+ https://github.com/curl/curl/issues/846
6. Authentication