VERSIONS: list all past releases

This document now lists all previous releases.

This allows us to verify that documentation refers to actual release
versions.

Test 971 now verifies options-in-versions and all command line options
documentation individually. Fixed a few discrepancies.

Test 1488 verifies libcurl options "Added-in" to exist. Fixed a few
discrepancies there as well.

Closes #16907
This commit is contained in:
Daniel Stenberg 2025-04-01 17:41:08 +02:00
parent fe5f435b42
commit daa8693619
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
14 changed files with 366 additions and 18 deletions

View file

@ -19,7 +19,7 @@ symbols-in-versions and manpages agree on added-in versions
</name>
<command type="perl">
%SRCDIR/test1488.pl %SRCDIR/.. ../include/curl
%SRCDIR/test1488.pl %SRCDIR/.. ../include/curl %SRCDIR/../docs/VERSIONS.md
</command>
</client>

View file

@ -18,7 +18,7 @@ Verify that options-in-versions and docs/cmdline-opts are in sync
</name>
<command type="perl">
%SRCDIR/test971.pl %SRCDIR/../docs/options-in-versions %SRCDIR/../docs/cmdline-opts
%SRCDIR/test971.pl %SRCDIR/../docs/options-in-versions %SRCDIR/../docs/cmdline-opts %SRCDIR/../docs/VERSIONS.md
</command>
</client>