Name Date Size #Lines LOC

..19-Jun-2024-

README.mdH A D19-Jun-2024962 3119

fix-title.plH A D02-Sep-2021130 74

fixup-CHANGES.md-postrelease.plH A D20-Dec-2021719 2920

fixup-CHANGES.md-release.plH A D21-Apr-2020367 1410

fixup-NEWS.md-postrelease.plH A D20-Dec-2021800 2920

fixup-NEWS.md-release.plH A D21-Apr-2020511 1712

openssl-announce-pre-release.tmplH A D19-Jun-20241.5 KiB5232

openssl-announce-release.tmplH A D19-Jun-20241.2 KiB4226

release-state-fn.shH A D07-Sep-20218 KiB202110

release-version-fn.shH A D19-Jun-20244 KiB11976

README.md

1Auxiliary files for dev/release.sh
2==================================
3
4- release-state-fn.sh
5
6  This is the main version and state update logic...  you could say
7  that it's the innermost engine for the release mechanism.  It
8  tries to be agnostic of versioning schemes, and relies on
9  release-version-fn.sh to supply necessary functions that are
10  specific for versioning schemes.
11
12- release-version-fn.sh
13
14  Supplies functions that are specific to versioning schemes:
15
16  get_version() gets the version data from appropriate files.
17
18  set_version() writes the version data to appropriate files.
19
20  fixup_version() updates the version data, given a first argument
21  that instructs it what update to do.
22
23- openssl-announce-pre-release.tmpl and openssl-announce-release.tmpl
24
25  Templates for announcements
26
27- fixup-*-release.pl and fixup-*-postrelease.pl
28
29  Fixup scripts for specific files, to be done for the release
30  commit and for the post-release commit.
31