DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Versioning is controlled in the configure.ac file, it should be the only file necessary to be modified to change the release version number.
RAT reports
The Release Audit Tool Tool reports are automatically generated on both trunk and all active release branches. The current reports are
- Trunk RAT report
- Release 2.0.x branch RAT report
It's up to the release manager to assure that there are no RAT issues unresolved before making a release.
Creating a release
After updating the versioning in configure.ac:
...
This is the preferred (and recommended) way of creating a release candidate. The release artifact should always be accompanied with the checksums and signature. All release managers must update the KEYS file with their public key, as well as pushing their key to at least one GPG key server.
RAT reports
The Release Audit Tool Tool reports are automatically generated on both trunk and all active release branches. The current reports are
- Trunk RAT report
- Release 2.0.x branch RAT report
It's up to the release manager to assure that there are no RAT issues unresolved before making a release.
Voting
A new release candidate should be uploaded into a "personal" area, typically something like http://people.apache.org/~someuser/
. Once available, a vote should be started on the dev@trafficserver.apache.org mailing list, and run for 72 hours. After the vote has passed, the artifact can be moved from the personal area to the distribution servers (see next section).
...