Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
0e2865f9
by Pier Angelo Vendrame at 2026-02-04T08:50:16+01:00
3 changed files:
Changes:
| 1 | -Tor Browser 16.0a2 - February 03 2026
|
|
| 1 | +Tor Browser 16.0a2 - February 04 2026
|
|
| 2 | 2 | * All Platforms
|
| 3 | 3 | * Updated NoScript to 13.5.11.90301984
|
| 4 | 4 | * Updated Tor to 0.4.9.4-rc
|
| ... | ... | @@ -28,7 +28,7 @@ Tor Browser 16.0a2 - February 03 2026 |
| 28 | 28 | * Bug 44523: New circuit seems to have disappeared from 147 on Android [tor-browser]
|
| 29 | 29 | * Bug 44532: Backport Bug 1967968: Minify the pdf.js code in order to improve the loading performance [tor-browser]
|
| 30 | 30 | * Bug 44533: Update NoScript to the version bundled with the browser on Android [tor-browser]
|
| 31 | - * Bug 32200: only include required bits of OpenSSL in Android builds [tor-browser-build]
|
|
| 31 | + * Bug 44591: TBA Alpha fails to initialize WebExtensions [tor-browser]
|
|
| 32 | 32 | * Build System
|
| 33 | 33 | * All Platforms
|
| 34 | 34 | * Bug 44452: Improve tb-dev range-diff and diff-diff [tor-browser]
|
| ... | ... | @@ -56,6 +56,7 @@ Tor Browser 16.0a2 - February 03 2026 |
| 56 | 56 | * Bug 41706: Bump glibc to v2.28 in the linux cross-toolchain (aarch64) [tor-browser-build]
|
| 57 | 57 | * Android
|
| 58 | 58 | * Bug 44508: Drop clearkey also on Android [tor-browser]
|
| 59 | + * Bug 32200: only include required bits of OpenSSL in Android builds [tor-browser-build]
|
|
| 59 | 60 | * Bug 41679: Android tor-expert-bundle archives missing version in filename [tor-browser-build]
|
| 60 | 61 | * Bug 41684: Use only the NDK as var/compiler on Android [tor-browser-build]
|
| 61 | 62 | * Bug 41688: 147 nightlies exceed the Play Store threshold [tor-browser-build]
|
| ... | ... | @@ -24,7 +24,7 @@ var: |
| 24 | 24 | browser_series: '16.0'
|
| 25 | 25 | browser_rebase: 2
|
| 26 | 26 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
| 27 | - browser_build: 2
|
|
| 27 | + browser_build: 3
|
|
| 28 | 28 | gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
|
| 29 | 29 | git_commit: '[% exec("git rev-parse " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }) %]'
|
| 30 | 30 | deps:
|
| ... | ... | @@ -82,7 +82,7 @@ buildconf: |
| 82 | 82 | |
| 83 | 83 | var:
|
| 84 | 84 | torbrowser_version: '16.0a2'
|
| 85 | - torbrowser_build: 'build1'
|
|
| 85 | + torbrowser_build: 'build2'
|
|
| 86 | 86 | # This should be the date of when the build is started. For the build
|
| 87 | 87 | # to be reproducible, browser_release_date should always be in the past.
|
| 88 | 88 | browser_release_date: '2026/02/02 18:30:00'
|