]> granicus.if.org Git - curl/commitdiff
KNOWN_BUGS: two more existing problems
authorDaniel Stenberg <daniel@haxx.se>
Sun, 16 Oct 2016 10:54:59 +0000 (12:54 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 16 Oct 2016 10:55:40 +0000 (12:55 +0200)
docs/KNOWN_BUGS

index a9b2ba99afe036406f9f4d7b3be420bb5e592c4b..b21d2a0a0585c1376c4c33943602c6aef5985280 100644 (file)
@@ -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