]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: gssapi library name + version is missing in curl_version_info()
authorDaniel Stenberg <daniel@haxx.se>
Thu, 9 May 2024 09:24:07 +0000 (11:24 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 May 2024 10:04:19 +0000 (12:04 +0200)
Closes #13492
Closes #13570

docs/KNOWN_BUGS

index f4ced4d84fd855fe5ffdd76e40b1a53c34b819a2..cc1709defb0db1a56fe4acc0810dce88aa3eb9f0 100644 (file)
@@ -80,6 +80,7 @@ problems may have been fixed or changed somewhat since this was written.
  10.3 FTPS over SOCKS
 
  11. Internals
+ 11.1 gssapi library name + version is missing in curl_version_info()
  11.2 error buffer not set if connection to multiple addresses fails
  11.4 HTTP test server 'connection-monitor' problems
  11.5 Connection information when using TCP Fast Open
@@ -490,6 +491,12 @@ problems may have been fixed or changed somewhat since this was written.
 
 11. Internals
 
+11.1 gssapi library name + version is missing in curl_version_info()
+
+ The struct needs to be expanded and code added to store this info.
+
+ See https://github.com/curl/curl/issues/13492
+
 11.2 error buffer not set if connection to multiple addresses fails
 
  If you ask libcurl to resolve a hostname like example.com to IPv6 addresses