Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The release process is in place to help follow the ASF guidelines for release management.

Branches

All public releases are cut from a release branch, the current release branch is 2.0.x, and all releases have even version numbering. Development (non-public) releases are cut from the trunk, and have odd version numbering.

...

After updating the versioning in configure.ac:

Code Block
% autoreconf -i
% && ./configure
% gmake dist

Checksums and signing

All artifacts must be accompanied with the appropriate GPG signature, and cryptographic checksums. After generating the artifact, run the following commands:

Code Block

ARTIFACT="trafficserver-2.0.0-alpha.tar.gz"

md5sum $ARTIFACT  > ${ARTIFACT}.md5
sha1sum $ARTIFACT > ${ARTIFACT}.sha1
gpg  --armor --output ${ARTIFACT}.asc  --detach-sig $file