Releasing 3.0.10
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
- bantu
- 3.0 Release Manager
- Posts: 557
- Joined: Thu Sep 07, 2006 11:22 am
- Location: Karlsruhe, Germany
- Contact:
Releasing 3.0.10
Hello everyone,
I think it is time for another release of phpBB 3.0. So I propose releasing phpBB 3.0.10 at around the end of october and having the first RC around mid-october.
Regards,
bantu.
I think it is time for another release of phpBB 3.0. So I propose releasing phpBB 3.0.10 at around the end of october and having the first RC around mid-october.
Regards,
bantu.
- bantu
- 3.0 Release Manager
- Posts: 557
- Joined: Thu Sep 07, 2006 11:22 am
- Location: Karlsruhe, Germany
- Contact:
Re: Releasing 3.0.10
Todo List for 3.0.10
- Releasing 3.0.10-RC1:
- Move all bug reports assigned to fix version "3.0.10-RC1" to "3.0.11-RC1" in Tracker. ✔
- Create "3.0.10-RC2" version on the tracker. ✔
- Create "3.0.11" version on the tracker. ✔
- Create "3.0.12-RC1" version on the tracker. ✔
- Make sure phpBB/docs/AUTHORS is up to date. ✔
- Make sure all reports in the security tracker are closed or invalid. ✔
- Update version number in develop-olympus to "3.0.10" in the following files: ✔
Code: Select all
phpBB/docs/INSTALL.html phpBB/install/convertors/convert_phpbb20.php phpBB/styles/prosilver/imageset/imageset.cfg phpBB/styles/prosilver/style.cfg phpBB/styles/prosilver/template/template.cfg phpBB/styles/prosilver/theme/theme.cfg phpBB/styles/subsilver2/imageset/imageset.cfg phpBB/styles/subsilver2/style.cfg phpBB/styles/subsilver2/template/template.cfg phpBB/styles/subsilver2/theme/theme.cfg
- Update version number in develop-olympus to "3.0.10-RC1" in these files: ✔
Code: Select all
build/build.xml phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
- Go through Changelog/Release Notes and correct any unreadable descriptions. ✔
- Commit Changelog generated from Tracker ✔
Code: Select all
phpBB/docs/CHANGELOG.html
- Build packages ✔
Code: Select all
cd build phing
- Test install of 3.0.10-RC1 package ✔
- Test update from 3.0.9 to 3.0.10-RC1 ✔
- Post language changes for translators ✔
- Prepare an announcement in BBCode and E-Mail form
- Branch prep-release-3.0.10 off of develop-olympus ✔
Code: Select all
git checkout -b prep-release-3.0.10 develop-olympus
- Tag prep-release-3.0.10 as release-3.0.10-RC1 ✔
Code: Select all
git tag -a release-3.0.10-RC1 -m "Tagging the 3.0.10-RC1 release."
- Merge release-3.0.10-RC1 into qa ✔
Code: Select all
git checkout qa git merge --no-ff release-3.0.10-RC1
- Update version number in develop-olympus to 3.0.11-dev in these files: ✔
Code: Select all
phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
- Merge develop-olympus into develop ✔
Code: Select all
git checkout develop git merge --no-ff develop-olympus
- Push changes ✔
Code: Select all
git push phpbb develop develop-olympus qa prep-release-3.0.10 release-3.0.10-RC1
- Set release date for version 3.0.10-RC1 on the tracker ✔
- Upload packages ✔
- Make sure packages have correct permissions for downloading ✔
- Announce in QA team forum ✔
- Announce on area51 ✔
- Update QA versioncheck ✔
- Announce on QA mailinglist ✔
- Releasing 3.0.10-RC2:
- Create "3.0.10-RC3" version on the tracker. ✔
- Update version number in prep-release-3.0.10 to "3.0.10-RC2" in these files: ✔
Code: Select all
build/build.xml phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
- Update Changelog generated from Tracker ✔
Code: Select all
phpBB/docs/CHANGELOG.html
- Build packages ✔
Code: Select all
cd build phing
- Test install of 3.0.10-RC2 package ✔
- Test update from 3.0.10-RC1 to 3.0.10-RC2 ✔
- Test update from 3.0.9 to 3.0.10-RC2
- Post language changes for translators (if any) ✔
- Prepare an announcement in BBCode and E-Mail form ✔
- Tag prep-release-3.0.10 as release-3.0.10-RC2 ✔
Code: Select all
git tag -a release-3.0.10-RC2 -m "Tagging the 3.0.10-RC2 release."
- Merge release-3.0.10-RC2 into qa ✔
Code: Select all
git checkout qa git merge --no-ff release-3.0.10-RC2
- Merge prep-release-3.0.10 into develop-olympus ✔
Code: Select all
git checkout develop-olympus git merge --no-ff prep-release-3.0.10
- Merge develop-olympus into develop ✔
Code: Select all
git checkout develop git merge --no-ff develop-olympus
- Push changes ✔
Code: Select all
git push phpbb develop develop-olympus qa prep-release-3.0.10 release-3.0.10-RC2
- Set release date for version 3.0.10-RC2 on the tracker ✔
- Upload packages ✔
- Make sure packages have correct permissions for downloading ✔
- Announce in QA team forum ✔
- Announce on area51 ✔
- Update QA versioncheck ✔
- Announce on QA mailinglist
- Releasing 3.0.10-RC3:
- Create "3.0.10-RC4" version on the tracker. ✔
- Update version number in prep-release-3.0.10 to "3.0.10-RC3" in these files: ✔
Code: Select all
build/build.xml phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
- Update Changelog generated from Tracker ✔
Code: Select all
phpBB/docs/CHANGELOG.html
- Build packages ✔
Code: Select all
cd build phing
- Test install of 3.0.10-RC3 package ✔
- Test update from 3.0.10-RC2 to 3.0.10-RC3
- Test update from 3.0.9 to 3.0.10-RC3
- Post language changes for translators (if any) ✔
- Prepare an announcement in BBCode and E-Mail form ✔
- Tag prep-release-3.0.10 as release-3.0.10-RC3 ✔
Code: Select all
git tag -a release-3.0.10-RC3 -m "Tagging the 3.0.10-RC3 release."
- Merge release-3.0.10-RC3 into qa ✔
Code: Select all
git checkout qa git merge --no-ff release-3.0.10-RC3
- Merge prep-release-3.0.10 into develop-olympus ✔
Code: Select all
git checkout develop-olympus git merge --no-ff prep-release-3.0.10
- Merge develop-olympus into develop ✔
Code: Select all
git checkout develop git merge --no-ff develop-olympus
- Push changes ✔
Code: Select all
git push phpbb develop develop-olympus qa prep-release-3.0.10 release-3.0.10-RC3
- Set release date for version 3.0.10-RC3 on the tracker ✔
- Upload packages ✔
- Make sure packages have correct permissions for downloading ✔
- Announce in QA team forum ✔
- Announce on area51 ✔
- Update QA versioncheck ✔
- Announce on QA mailinglist ✔
- Releasing 3.0.10:
- Update version number in prep-release-3.0.10 to 3.0.10 in these files: ✔
Code: Select all
build/build.xml phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
- Update Changelog generated from Tracker (if any) ✔
Code: Select all
phpBB/docs/CHANGELOG.html
- Build packages ✔
Code: Select all
cd build phing
- Test install of 3.0.10 package ✔
- Test update from 3.0.9 to 3.0.10 ✔
- Test update from 3.0.10-RC3 to 3.0.10 ✔
- Post language changes for translators (if any) ✔
- Merge prep-release-3.0.10 into develop-olympus ✔
Code: Select all
git checkout develop-olympus git merge --no-ff prep-release-3.0.10
- Merge develop-olympus into develop ✔
Code: Select all
git checkout develop git merge --no-ff develop-olympus
- Merge prep-release-3.0.10 into master ✔
Code: Select all
git checkout master git merge --no-ff prep-release-3.0.10
- Tag master as release-3.0.10 ✔
Code: Select all
git tag -a release-3.0.10 -m "Tagging the 3.0.10 release."
- Merge release-3.0.10 into qa ✔
Code: Select all
git checkout qa git merge --no-ff release-3.0.10
- Push changes ✔
Code: Select all
git push phpbb prep-release-3.0.10 develop-olympus develop qa master release-3.0.10
- Set release date for version 3.0.10 on the tracker ✔
- Delete version 3.0.10-RC4 on the tracker ✔
- Upload packages to download.phpbb.com ✔
- Upload packages to http://www.phpbb.com ✔
- Make sure packages have correct permissions for downloading ✔
- Update these files in the website repository: ✔
Code: Select all
files/release/package.xml vars.php (Make sure to also update the dates and old release versions) downloads/olympus.php (Make sure mirrors are turned off: DOWNLOAD_USE_LOCAL)
- Prepare an announcement in BBCode and E-Mail form ✔
Code: Select all
git shortlog -sn release-3.0.9...release-3.0.10
Code: Select all
git diff --stat release-3.0.9...release-3.0.10
Code: Select all
cat phpBB-3.0.10*.md5 | sed 's/^\([a-z0-9]*\) [.\/]*\(new_version\/\)*release_files\/\(.*\)/md5sum: \1\nhttp:\/\/download.phpbb.com\/pub\/release\/3.0\/3.0.10\/\3/' | tac cat *to_3.0.10*.md5 | sed 's/^\([a-z0-9]*\) [.\/]*\(new_version\/\)*release_files\/\(.*\)/md5sum: \1\nhttp:\/\/download.phpbb.com\/pub\/release\/3.0\/update\/to_3.0.10\/\3/' | tac
Code: Select all
cat phpBB-3.0.10*.md5 | sed 's/^\([a-z0-9]*\) [.\/]*\(new_version\/\)*release_files\/\(.*\)/md5sum: \1\n[url=http:\/\/download.phpbb.com\/pub\/release\/3.0\/3.0.10\/\3]\3[\/url]/' | tac cat *to_3.0.10*.md5 | sed 's/^\([a-z0-9]*\) [.\/]*\(new_version\/\)*release_files\/\(.*\)/md5sum: \1\n[url=http:\/\/download.phpbb.com\/pub\/release\/3.0\/update\/to_3.0.10\/\3]\3[\/url]/' | tac
- Announce in public (create discussion topic and link them) ✔
- Upload files to sourceforge ✔
- Announce on mailinglist ✔
- Update QA and stable versioncheck ✔
- Upload Package to Microsoft Web Application Gallery
- Update version number in prep-release-3.0.10 to 3.0.10 in these files: ✔
Re: Releasing 3.0.10
+1bantu wrote:So I propose releasing phpBB 3.0.10 at around the end of october and having the first RC around mid-october.
Re: Releasing 3.0.10
Links to 3.0.9 or have I not had enough coffee yet today?bantu wrote:Here be dragons ... or TODO-List. viewtopic.php?p=225789#p225789
Do not hire Christian Bullock he won't finish the job and will keep your money
- bantu
- 3.0 Release Manager
- Posts: 557
- Joined: Thu Sep 07, 2006 11:22 am
- Location: Karlsruhe, Germany
- Contact:
Re: Releasing 3.0.10
Yes, intentional. It needs to be copied to that post and needs to be updated.RMcGirr83 wrote:Links to 3.0.9 or have I not had enough coffee yet today?bantu wrote:Here be dragons ... or TODO-List. viewtopic.php?p=225789#p225789
- Dragosvr92
- Registered User
- Posts: 624
- Joined: Tue May 31, 2011 12:08 pm
- Location: Romania
- Contact:
Re: Releasing 3.0.10
hmm... First, slaps to bantu for not telling me this here -.-
I hope 3.0.10 wont get released without this two things included
http://tracker.phpbb.com/browse/PHPBB3-10308
http://tracker.phpbb.com/browse/PHPBB3-10321
I hope 3.0.10 wont get released without this two things included
http://tracker.phpbb.com/browse/PHPBB3-10308
http://tracker.phpbb.com/browse/PHPBB3-10321
Previous user: TheKiller
Avatar on Memberlist 1.0.3
Avatar on Memberlist 1.0.3
- 3Di
- Registered User
- Posts: 951
- Joined: Tue Nov 01, 2005 9:50 pm
- Location: Milano 🇮🇹 Frankfurt 🇩🇪
- Contact:
Re: Releasing 3.0.10
Ok, fine.. thx.
But it's time to focus on 3.1 at least, hooks (that's the key).
But it's time to focus on 3.1 at least, hooks (that's the key).
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
Re: Releasing 3.0.10
Anyone is able to add code to speed up development of the 3.1 branch via github. If you feel you can help then please submit your code changes for proper review...eg, "hooks"
Do not hire Christian Bullock he won't finish the job and will keep your money
- bantu
- 3.0 Release Manager
- Posts: 557
- Joined: Thu Sep 07, 2006 11:22 am
- Location: Karlsruhe, Germany
- Contact:
Re: Releasing 3.0.10
The second one is already merged and will be included. You can increase the chance of getting the first one included by submitting a patch for it.TheKiller wrote:I hope 3.0.10 wont get released without this two things included![]()
![]()
![]()
http://tracker.phpbb.com/browse/PHPBB3-10308
http://tracker.phpbb.com/browse/PHPBB3-10321
- Dragosvr92
- Registered User
- Posts: 624
- Joined: Tue May 31, 2011 12:08 pm
- Location: Romania
- Contact:
Re: Releasing 3.0.10
I could try making interface thing, but i have no experience with The query's.bantu wrote: The second one is already merged and will be included. You can increase the chance of getting the first one included by submitting a patch for it.
Previous user: TheKiller
Avatar on Memberlist 1.0.3
Avatar on Memberlist 1.0.3