openssl/dev/release-aux
Matt Caswell d5e08231db Refer to the migration guide rather than the wiki in our announcements
We now have a migration guide which should be the definitive source of
information for upgrading from a previous version of OpenSSL.

Fixes #15186

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15373)
2021-05-20 11:58:29 +01:00
..
fix-title.pl Developer scripts: Release script 2020-04-21 10:11:41 +02:00
fixup-CHANGES.md-postrelease.pl travis: enable markdownlint checks 2020-05-08 16:22:01 +02:00
fixup-CHANGES.md-release.pl Developer scripts: Release script 2020-04-21 10:11:41 +02:00
fixup-NEWS.md-postrelease.pl travis: enable markdownlint checks 2020-05-08 16:22:01 +02:00
fixup-NEWS.md-release.pl Developer scripts: Release script 2020-04-21 10:11:41 +02:00
openssl-announce-pre-release.tmpl Refer to the migration guide rather than the wiki in our announcements 2021-05-20 11:58:29 +01:00
openssl-announce-release.tmpl Refer to the migration guide rather than the wiki in our announcements 2021-05-20 11:58:29 +01:00
README.md travis: enable markdownlint checks 2020-05-08 16:22:01 +02:00
release-state-fn.sh Developer scripts: Release script 2020-04-21 10:11:41 +02:00
release-version-fn.sh Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt 2020-07-05 11:29:43 +02:00

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.