On 2017-07-17, Daniil Berendeev <[email protected]> wrote:
> Hi,
>
> I'd like to backfill the changes in 6.1 to 
> https://openbsd.org/plus61.html and update 
> https://openbsd.org/plus.html, but I faced a little problem: how do I 
> find out the last revision number before the pre-release code freeze? 
> Those revisions must be tagged, but, apparently, cvs(1) doesn't provide 
> any way to get a tag list or see some info on tag.
>
> Do I miss something?
>
>

The versions are shown at the top of "cvs log" - OPENBSD_x_y_BASE is the
version when the release was tagged e.g.

symbolic names:
        OPENBSD_2_3: 1.8.0.2
        OPENBSD_2_3_BASE: 1.8
        OPENBSD_2_4: 1.15.0.2
        OPENBSD_2_4_BASE: 1.15
        OPENBSD_2_5: 1.15.0.4
        OPENBSD_2_5_BASE: 1.15
        OPENBSD_2_6: 1.16.0.2
        OPENBSD_2_6_BASE: 1.16
 (...)

So for this file, 2.3 had rev 1.8, 2.4 had r 1.15, etc.

Reply via email to