diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2021-08-22 01:24:46 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2021-08-23 02:59:38 -0400 |
commit | d5a27064a08167366dcf824435f63fa1442103d7 (patch) | |
tree | bcdd8dd6f03f1acea8a7a6856df54fa07c18e0b8 | |
parent | 98e6db24c44e2bd05cb591658c7c46af6cc0c9d5 (diff) | |
download | curl-d5a27064a08167366dcf824435f63fa1442103d7.tar.gz |
symbols-in-versions: fix CURLSSLBACKEND_QSOSSL last used version
... and also change the 'Removed' column name to 'Last' since that
column is for the last version to contain the symbol.
Closes https://github.com/curl/curl/pull/7609
-rw-r--r-- | docs/libcurl/symbols-in-versions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/symbols-in-versions b/docs/libcurl/symbols-in-versions index 2dc0af2c9..55f25b6b0 100644 --- a/docs/libcurl/symbols-in-versions +++ b/docs/libcurl/symbols-in-versions @@ -10,7 +10,7 @@ for a few symbols the last version that featured it. The names appear in alphabetical order. - Name Introduced Deprecated Removed + Name Introduced Deprecated Last CURLALTSVC_H1 7.64.1 CURLALTSVC_H2 7.64.1 @@ -815,7 +815,7 @@ CURLSSLBACKEND_NSS 7.34.0 CURLSSLBACKEND_OPENSSL 7.34.0 CURLSSLBACKEND_POLARSSL 7.34.0 7.69.0 CURLSSLBACKEND_RUSTLS 7.76.0 -CURLSSLBACKEND_QSOSSL 7.34.0 - 7.38.1 +CURLSSLBACKEND_QSOSSL 7.34.0 - 7.38.0 CURLSSLBACKEND_SCHANNEL 7.34.0 CURLSSLBACKEND_SECURETRANSPORT 7.64.1 CURLSSLBACKEND_WOLFSSL 7.49.0 |