- Make sure phpBB/docs/AUTHORS is up to date ✔
- Make sure all reports in the security tracker are closed or invalid ✔
- Go through Issues fixed in 3.1.0-b3 and correct any unreadable descriptions ✔
- Check the feature hightlights wiki page for completeness ✔
- Verify that the schema file match the version from develop/create_schema_files.php ✔
- Branch of prep-release-3.1.0-b3 from develop-ascraeus ✔
- Update version number in prep-release-3.1.0-b3 to "3.1.0-b3" 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 "beta3" depending on all migrations added after beta2 and beta2 itself ✔
Code: Select all
php develop/migration_tips.php
- Commit Changelog generated from Tracker ✔
Code: Select all
php build/build_changelog.php 3.1.0-b3
Code: Select all
phpBB/docs/CHANGELOG.html
- Update list of events in the Wiki: ✔
https://wiki.phpbb.com/Event_ListCode: Select all
php build/build_changelog.php 3.1.0-b3
- Build packages ✔
Code: Select all
cd build ../phpBB/vendor/bin/phing
- Test install of 3.1.0-b3 package ✔
- Test update from 3.0.12 to 3.1.0-b3 ✔
- Test conversion from 2.0.x to 3.1.0-b3
- Tag prep-release-3.1.0-b3 as release-3.1.0-b3 ✔
Code: Select all
git tag -a release-3.1.0-b3 -m "Tagging the 3.1.0-b3 release."
- Update version number in prep-release-3.1.0-b3 to 3.1.0-b4-dev in these files: ✔
Code: Select all
build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql
- Merge prep-release-3.1.0-b3 into develop-ascraeus and develop-ascraeus into develop ✔
Code: Select all
git checkout develop-ascraeus git merge --no-ff prep-release-3.1.0-b3 git checkout develop git merge --no-ff develop-ascraeus
- Push changes ✔
Code: Select all
git push phpbb develop-ascraeus develop
- Upload packages ✔
- Make sure packages have correct permissions for downloading ✔
- Set release date for version 3.1.0-b3 on the tracker ✔
- Move all bug reports assigned to fix version "3.1.0-b3" to "3.1.0-b4" in Tracker ✔
- Update area51 downloads page
- Post language changes for translators
- Announce in QA team forum
- Announce on area51
- Update QA versioncheck
- Announce on QA mailinglist
Releasing 3.1.0-b3
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.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.3.x. If you need support for phpBB 3.3.x please visit the 3.3.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-b3
Todo List for 3.1.0-b3
Member of the Development-Team — No Support via PM
- Jessica.
- Registered User
- Posts: 144
- Joined: Wed Feb 09, 2011 8:17 pm
- Location: Pennsylvania, USA
- Contact:
Re: Releasing 3.1.0-b3
Looking forward to it
When this is released I'll finally go update my 3.1 test board. Don't feel like updating it to beta 2 for some reason.
When this is released I'll finally go update my 3.1 test board. Don't feel like updating it to beta 2 for some reason.
Re: Releasing 3.1.0-b3
Care to explain why?
- Jessica.
- Registered User
- Posts: 144
- Joined: Wed Feb 09, 2011 8:17 pm
- Location: Pennsylvania, USA
- Contact:
Re: Releasing 3.1.0-b3
Because I want to wait till beta 3. So what?tmarone wrote:Care to explain why?
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: Releasing 3.1.0-b3
We want to release B3 this weekend.
Feel free to test the update packages from https://bamboo.phpbb.com/browse/PHPBB3- ... ease-Files in advance to ensure the update still works.
Feel free to test the update packages from https://bamboo.phpbb.com/browse/PHPBB3- ... ease-Files in advance to ensure the update still works.
Member of the Development-Team — No Support via PM
Re: Releasing 3.1.0-b3
I used phpBB-3.0.12_to_3.1.0-b3-dev.zip on a default 3.0.12 board and got
Ran install/database_update.php which saidThe update files found are incompatible with your installed version. Your installed version is 3.1.0-b2 and the update file is for updating phpBB 3.0.12 to 3.1.0-b3-dev.
But board information says 3.1.0-b2 and that it's up to date. (Edit 15:20: Just realised this is right as b3 hasn't been released) This though, means it's b3?Updating database to latest stable release
Database type :: mysql4
Previous version :: 3.1.0-b2
Database updater has completed!
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: Releasing 3.1.0-b3
I am unable to reproduce that, did you use a b2 board instead of 3.0.12?
Member of the Development-Team — No Support via PM
- Elsensee
- Former Team Member
- Posts: 42
- Joined: Sun Mar 16, 2014 1:08 pm
- Location: Hamburg, Germany
- Contact:
Re: Releasing 3.1.0-b3
install/install_update.php doesn't use version_compare to compare if the version is now updated so the message that you have incompatible update files appears.
Further there's no beta3 migration which could update the version of your board to 3.1.0-b3(-dev). (But as I see right now you noticed that as well
)
Further there's no beta3 migration which could update the version of your board to 3.1.0-b3(-dev). (But as I see right now you noticed that as well
Re: Releasing 3.1.0-b3
I used Quickinstall and XAMPPnickvergessen wrote:I am unable to reproduce that, did you use a b2 board instead of 3.0.12?
Re: Releasing 3.1.0-b3
Surely Quickinstall isn't ready for 3.1 yet? The mod page says it's only for 3.0.115hocK wrote:I used Quickinstall and XAMPPnickvergessen wrote:I am unable to reproduce that, did you use a b2 board instead of 3.0.12?
"Life Is What Happens To You When You Are Busy Making Other Plans" - John Lennon