Dimitris Apostolou e304aa87b3 Fix typos %!s(int64=2) %!d(string=hai) anos
..
README.md e304aa87b3 Fix typos %!s(int64=2) %!d(string=hai) anos
fix-title.pl 473664aafd always use the same perl in $PATH %!s(int64=2) %!d(string=hai) anos
fixup-CHANGES.md-postrelease.pl 0d4c52320d Fix fixup postrelease scripts to avoid creating errors %!s(int64=2) %!d(string=hai) anos
fixup-CHANGES.md-release.pl b0b0b6a41d Developer scripts: Release script %!s(int64=4) %!d(string=hai) anos
fixup-NEWS.md-postrelease.pl 0d4c52320d Fix fixup postrelease scripts to avoid creating errors %!s(int64=2) %!d(string=hai) anos
fixup-NEWS.md-release.pl b0b0b6a41d Developer scripts: Release script %!s(int64=4) %!d(string=hai) anos
openssl-announce-pre-release.tmpl d5e08231db Refer to the migration guide rather than the wiki in our announcements %!s(int64=3) %!d(string=hai) anos
openssl-announce-release.tmpl d5e08231db Refer to the migration guide rather than the wiki in our announcements %!s(int64=3) %!d(string=hai) anos
release-state-fn.sh a8d9bd8114 Update copyright year %!s(int64=2) %!d(string=hai) anos
release-version-fn.sh 036cbb6bbf Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt %!s(int64=4) %!d(string=hai) anos

README.md

Auxillary 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.