File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ This release includes the following bugfixes:
5656 o lib: eliminate size_t casts [112]
5757 o lib: fix gssapi.h include on IBMi [55]
5858 o lib: refactor the type of funcs which have useless return and checks [1]
59+ o libtests: replace `atoi()` with `curlx_str_number()` [120]
5960 o libssh2: cleanup ssh_force_knownhost_key_type [64]
6061 o libssh2: replace atoi() in ssh_force_knownhost_key_type [63]
6162 o limit-rate: add example using --limit-rate and --max-time together [89]
@@ -124,9 +125,9 @@ For all changes ever done in curl:
124125
125126Planned upcoming removals include:
126127
127- o Builds using VS2008
128128 o OpenSSL-QUIC
129129 o Support for c-ares versions before 1.16.0
130+ o Support for Windows XP/2003
130131
131132 See https://curl.se/dev/deprecate.html
132133
@@ -243,3 +244,4 @@ References to bug reports and discussions on issues:
243244 [112] = https://curl.se/bug/?i=19495
244245 [118] = https://curl.se/bug/?i=19493
245246 [119] = https://curl.se/bug/?i=19483
247+ [120] = https://curl.se/bug/?i=19506
You can’t perform that action at this time.
0 commit comments