You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dr. David von Oheimb 036cbb6bbf Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12109)
3 years ago
..
README.md travis: enable markdownlint checks 3 years ago
fix-title.pl Developer scripts: Release script 3 years ago
fixup-CHANGES.md-postrelease.pl travis: enable markdownlint checks 3 years ago
fixup-CHANGES.md-release.pl Developer scripts: Release script 3 years ago
fixup-NEWS.md-postrelease.pl travis: enable markdownlint checks 3 years ago
fixup-NEWS.md-release.pl Developer scripts: Release script 3 years ago
openssl-announce-pre-release.tmpl Fix dev/release-aux-openssl-announce-pre-release.tmpl 3 years ago
openssl-announce-release.tmpl Mention the 3.0 wiki page in the release announcement emails 3 years ago
release-state-fn.sh Developer scripts: Release script 3 years ago
release-version-fn.sh Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt 3 years ago

README.md

Auxilliary files for dev/release.sh

  • release-state-fn.sh

    This is the main version and state update logic... you could say that it's the innermost engine for the release mechanism. It tries to be agnostic of versioning schemes, and relies on release-version-fn.sh to supply necessary functions that are specific for versioning schemes.

  • release-version-fn.sh

    Supplies functions that are specific to versioning schemes:

    get_version() gets the version data from appropriate files.

    set_version() writes the version data to appropriate files.

    fixup_version() updates the version data, given a first argument that instructs it what update to do.

  • openssl-announce-pre-release.tmpl and openssl-announce-release.tmpl

    Templates for announcements

  • fixup--release.pl and fixup--postrelease.pl

    Fixup scripts for specific files, to be done for the release commit and for the post-release commit.