mirror of
https://github.com/curl/curl.git
synced 2025-09-20 19:12:40 +03:00
KNOWN_BUGS: two more existing problems
This commit is contained in:
parent
422db18f15
commit
96e3c07744
|
@ -50,6 +50,8 @@ problems may have been fixed or changed somewhat since this was written!
|
||||||
5.6 cmake support gaps
|
5.6 cmake support gaps
|
||||||
5.7 Visual Studio project gaps
|
5.7 Visual Studio project gaps
|
||||||
5.8 configure finding libs in wrong directory
|
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. Authentication
|
||||||
6.1 NTLM authentication and unicode
|
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
|
separate variable that only after all library checks have been performed gets
|
||||||
appended to LDFLAGS.
|
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
|
6. Authentication
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user