mirror of
https://github.com/curl/curl.git
synced 2026-07-31 21:08:04 +03:00
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:
parent
fe5f435b42
commit
daa8693619
14 changed files with 366 additions and 18 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue