symbols-in-versions: the CLOSEPOLICY options are deprecated

The were used with the CURLOPT_CLOSEPOLICY option, which *never* worked.
This commit is contained in:
Daniel Stenberg 2023-12-02 17:07:34 +01:00
parent c44671ed43
commit 018f9cb480
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -212,12 +212,12 @@ CURLAUTH_NONE 7.10.6
CURLAUTH_NTLM 7.10.6
CURLAUTH_NTLM_WB 7.22.0
CURLAUTH_ONLY 7.21.3
CURLCLOSEPOLICY_CALLBACK 7.7
CURLCLOSEPOLICY_LEAST_RECENTLY_USED 7.7
CURLCLOSEPOLICY_LEAST_TRAFFIC 7.7
CURLCLOSEPOLICY_NONE 7.7
CURLCLOSEPOLICY_OLDEST 7.7
CURLCLOSEPOLICY_SLOWEST 7.7
CURLCLOSEPOLICY_CALLBACK 7.7 7.16.1
CURLCLOSEPOLICY_LEAST_RECENTLY_USED 7.7 7.16.1
CURLCLOSEPOLICY_LEAST_TRAFFIC 7.7 7.16.1
CURLCLOSEPOLICY_NONE 7.7 7.16.1
CURLCLOSEPOLICY_OLDEST 7.7 7.16.1
CURLCLOSEPOLICY_SLOWEST 7.7 7.16.1
CURLE_ABORTED_BY_CALLBACK 7.1
CURLE_AGAIN 7.18.2
CURLE_ALREADY_COMPLETE 7.7.2 7.8