Bug 41244: Prepare Tor Browser 13.5a10.
Related Issues
- #41244 (closed)
- tor-browser-build#xxxxx
Self-review + reviewer's template
- [ ] `rbm.conf` updates:
- [ ] `var/torbrowser_version`
- [ ] `var/torbrowser_build`: should be `build1`, unless bumping a previous release preparation
- [ ] `var/browser_release_date`: must not be in the future when we start building
- [ ] `var/torbrowser_incremental_from` (not needed for Android-only releases)
- [ ] Tag updates:
- [ ] [Firefox](https://gitlab.torproject.org/tpo/applications/tor-browser/-/tags)
- [ ] Geckoview - should match Firefox
- [ ] [Firefox Android](https://gitlab.torproject.org/tpo/applications/firefox-android/-/tags)
- Tags might be speculative in the release preparation: i.e., they might not exist yet.
- [ ] Addon updates:
- [ ] [NoScript](https://addons.mozilla.org/en-US/firefox/addon/noscript/)
- [ ] [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/) (Mullvad Browser only)
- [ ] [Mullvad Browser Extension](https://github.com/mullvad/browser-extension/releases) (Mullvad Browser only)
- For AMO extension (NoScript and uBlock), updating the version in the URL is not enough, check that also a numeric ID from the URL has changed
- [ ] Tor and dependencies updates (Tor Browser only)
- [ ] [Tor](https://gitlab.torproject.org/tpo/core/tor/-/tags)
- [ ] [OpenSSL](https://www.openssl.org/source/): we stay on the latest LTS channel (currently 3.0.x)
- [ ] [zlib](https://github.com/madler/zlib/releases)
- [ ] [Zstandard](https://github.com/facebook/zstd/releases) (Android only, at least for now)
- [ ] [Go](https://go.dev/dl): avoid major updates, unless planned
- [ ] Manual version update (Tor Browser only, optional)
- [ ] Changelogs
- [ ] Changelogs must be in sync between stable and alpha
- [ ] Check the browser name
- [ ] Check the version
- [ ] Check the release date
- [ ] Check we include only the platform we're releasing for (e.g., no Android in desktop-only releases)
- [ ] Check all the updates from above are reported in the changelogs
- [ ] Check for major errors
- If you find errors such as platform or category (build system) please adjust the issue label accordingly
- You can run `tools/relprep.py --only-changelogs --date $date $version` to update only the changelogs
Review
Request Reviewer
-
Request review from a release engineer: boklm, dan, ma1, morgan, pierov
Change Description
The .htaccess
changes can be tested at https://tb-build-03.torproject.org/~pierov/watershed/:
- https://tb-build-03.torproject.org/~pierov/watershed/WINNT_x86_64-gcc3-x64/13.5a11/ALL -> 14.0a2
- https://tb-build-03.torproject.org/~pierov/watershed/WINNT_x86_64-gcc3-x64/13.5a10/ALL -> 14.0a2
- https://tb-build-03.torproject.org/~pierov/watershed/WINNT_x86_64-gcc3-x64/14.0a2/ALL -> No update
- https://tb-build-03.torproject.org/~pierov/watershed/WINNT_x86_64-gcc3-x64/13.5a9/ALL -> https://tb-build-03.torproject.org/~pierov/watershed/update_pre13.5a10/WINNT_x86_64-gcc3-x64/13.5a9/ALL -> 404
- https://tb-build-03.torproject.org/~pierov/watershed/WINNT_x86_64-gcc3-x64/8.0a9/ALL -> pre 13.5a10 (404)
- https://tb-build-03.torproject.org/~pierov/watershed/WINNT_x86_64-gcc3-x64/8.0a7/ALL -> pre 8.0a9 (404)
- https://tb-build-03.torproject.org/~pierov/watershed/WINNT_x86_64-gcc3-x64/9.0a1/ALL -> pre 13.5a10 (404)
- https://tb-build-03.torproject.org/~pierov/watershed/WINNT_x86_64-gcc3-x64/10.0a1/ALL -> pre 13.5a10 (404)
and so on
The .htaccess on production
RewriteEngine On
# bug 26569: Redirect pre-8.0a9 alpha users to a separate update directory
RewriteRule ^[^/]+/8\.0a[12345678]/.* https://tb-build-03.torproject.org/~pierov/watershed/update_pre8.0a9/$0 [last]
RewriteRule ^[^/]+/[4567]\..*/.* https://tb-build-03.torproject.org/~pierov/watershed/update_pre8.0a9/$0 [last]
# tor-browser#42747: Make 13.5a10 a watershed alpha release
RewriteRule ^[^/]+/\d\..*/.* https://tb-build-03.torproject.org/~pierov/watershed/update_pre13.5a10/$0 [last]
RewriteRule ^[^/]+/1[012]\..*/.* https://tb-build-03.torproject.org/~pierov/watershed/update_pre13.5a10/$0 [last]
RewriteRule ^[^/]+/13\.0.*/.* https://tb-build-03.torproject.org/~pierov/watershed/update_pre13.5a10/$0 [last]
RewriteRule ^[^/]+/13\.5a\d/.* https://tb-build-03.torproject.org/~pierov/watershed/update_pre13.5a10/$0 [last]
RewriteRule ^[^/]+/14.0a2/ no-update.html [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 14.0a2.html [last]
RewriteRule ^WINNT_x86_64-gcc3-x64/ 14.0a2.html [last]