Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 19-Jun-2024 | - | ||||
README.md | H A D | 19-Jun-2024 | 962 | 31 | 19 | |
fix-title.pl | H A D | 02-Sep-2021 | 130 | 7 | 4 | |
fixup-CHANGES.md-postrelease.pl | H A D | 20-Dec-2021 | 719 | 29 | 20 | |
fixup-CHANGES.md-release.pl | H A D | 21-Apr-2020 | 367 | 14 | 10 | |
fixup-NEWS.md-postrelease.pl | H A D | 20-Dec-2021 | 800 | 29 | 20 | |
fixup-NEWS.md-release.pl | H A D | 21-Apr-2020 | 511 | 17 | 12 | |
openssl-announce-pre-release.tmpl | H A D | 19-Jun-2024 | 1.5 KiB | 52 | 32 | |
openssl-announce-release.tmpl | H A D | 19-Jun-2024 | 1.2 KiB | 42 | 26 | |
release-state-fn.sh | H A D | 07-Sep-2021 | 8 KiB | 202 | 110 | |
release-version-fn.sh | H A D | 19-Jun-2024 | 4 KiB | 119 | 76 |
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