Skip to content

Commit f2460e2

Browse files
committed
RELEASE-NOTES: update upcoming removals
Also add a missed commit (noticed by accident) Closes curl#19558
1 parent 217f0e4 commit f2460e2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

RELEASE-NOTES

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

125126
Planned 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

0 commit comments

Comments
 (0)