ma1 pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build Commits: 523257af by hackademix at 2025-11-20T09:02:26+01:00 Bug 41634: Prepare Mullvad Browser 15.0.2 - - - - - 5 changed files: - projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt - projects/browser/config - projects/firefox/config - projects/translation/config - rbm.conf Changes: ===================================== projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt ===================================== @@ -1,3 +1,9 @@ +Mullvad Browser 15.0.2 - November 20 2025 + * All Platforms + * Updated Mullvad Browser Extension to 0.9.6 + * Bug 486: Possible race condition for upgrade message in about:mullvad-browser [mullvad-browser] + * Bug 488: Remove Leta search engine and migrate users to DuckDuckGo [mullvad-browser] + Mullvad Browser 15.0.1 - November 11 2025 * All Platforms * Updated Firefox to 140.5.0esr ===================================== projects/browser/config ===================================== @@ -120,9 +120,9 @@ input_files: name: ublock-origin sha256sum: b83c6ec49f817a8d05d288b53dbc7005cceccf82e9490d8683b3120aab3c133a enable: '[% c("var/mullvad-browser") %]' - - URL: https://cdn.mullvad.net/browser-extension/0.9.5/mullvad-browser-extension-0.... + - URL: https://cdn.mullvad.net/browser-extension/0.9.6/mullvad-browser-extension-0.... name: mullvad-extension - sha256sum: c36f8d5447300621579f7f1408a25f25dac3929c867e7ae5db9fc8b82e80a4e9 + sha256sum: b6def913e15f04ea81a768fa9a40bfbea5be59a9dc24ca5a1ce4792dfa180a69 enable: '[% c("var/mullvad-browser") %]' - filename: 'gtk3-settings.ini' enable: '[% c("var/linux") %]' ===================================== projects/firefox/config ===================================== @@ -21,7 +21,7 @@ var: browser_series: '15.0' browser_rebase: 1 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 2 + browser_build: 3 copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]' nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]' gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser ===================================== projects/translation/config ===================================== @@ -12,7 +12,7 @@ compress_tar: 'gz' steps: base-browser: base-browser: '[% INCLUDE build %]' - git_hash: df313475cfd9eba31009edca530803dd991264d7 + git_hash: fbef59e3ea6d685abd47b6506db44a0f4e517869 targets: nightly: git_hash: 'base-browser' ===================================== rbm.conf ===================================== @@ -75,10 +75,10 @@ buildconf: var: torbrowser_version: '15.0.2' - torbrowser_build: 'build2' + torbrowser_build: 'build1' # This should be the date of when the build is started. For the build # to be reproducible, browser_release_date should always be in the past. - browser_release_date: '2025/11/12 11:00:00' + browser_release_date: '2025/11/20 07:40:03' browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]' browser_default_channel: release browser_platforms: View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/52... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/52... You're receiving this email because of your account on gitlab.torproject.org.