- Make sure phpBB/docs/AUTHORS is up to date. ✔
- Create "3.1.0-a4" version on the tracker. ✔
- Make sure all reports in the security tracker are closed or invalid. ✔
- Go through Issues fixed in 3.1.0-a2 and correct any unreadable descriptions. ✔
- Check the feature hightlights wiki page for completeness. ✔
- Verify that the schema files match the version from develop/create_schema_files.php ✔
- Branch of prep-release-3.1.0-a2 from develop ✔
- Update version number in prep-release-3.1.0-a2 to "3.1.0-a2" in these files: ✔
Code: Select all
build/build.xml phpBB/includes/constants.php phpBB/install/convertors/convert_phpbb20.php phpBB/install/schemas/schema_data.sql phpBB/styles/prosilver/style.cfg phpBB/styles/subsilver2/style.cfg
- Create Migration "alpha2" depending on all migrations added after alpha1 and alpha1 itself ✔
- Commit Changelog generated from Tracker ✔
Code: Select all
php build/build_changelog.php 3.1.0-a2
Code: Select all
phpBB/docs/CHANGELOG.html
- Build packages ✔
Code: Select all
cd build phing
- Test install of 3.1.0-a2 package ✔
- Test update from 3.0.12 to 3.1.0-a2 ✔
- Test conversion from 2.0.x to 3.1.0-a2 ✔
- Update list of events in the Wiki: https://wiki.phpbb.com/Event_List ✔
- Tag prep-release-3.1.0-a2 as release-3.1.0-a2 ✔
Code: Select all
git tag -a release-3.1.0-a2 -m "Tagging the 3.1.0-a2 release."
- Update version number in develop to 3.1.0-a3-dev in these files: ✔
Code: Select all
phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql
- Merge prep-release-3.1.0-a2 into develop ✔
Code: Select all
git checkout develop git merge --no-ff prep-release-3.1.0-a2
- Push changes ✔
Code: Select all
git push phpbb develop
- Upload packages ✔
- Make sure packages have correct permissions for downloading ✔
- Set release date for version 3.1.0-a2 on the tracker ✔
- Move all bug reports assigned to fix version "3.1.0-a2" to "3.1.0-a3" in Tracker. ✔
- Update area51 downloads page ✔
- Post language changes for translators ✔
- Announce in QA team forum ✔
- Announce on area51 ✔
- Update QA versioncheck - Not done for Alpha
- Announce on QA mailinglist ✔
Releasing 3.1.0-a2
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.2.x. If you need support for phpBB 3.2.x please visit the 3.2.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.2.x. If you need support for phpBB 3.2.x please visit the 3.2.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Releasing 3.1.0-a2
Todo List for 3.1.0-a2
Member of the Development-Team — No Support via PM