ma1 pushed to branch maint-13.0 at The Tor Project / Applications / tor-browser-build
Commits: 49992f2b by Richard Pospesel at 2024-03-22T13:04:30+00:00 Bug 41108, 41109: Prepare Tor and Mullvad Browser Stable 13.0.13
- - - - -
5 changed files:
- projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt - projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt - projects/firefox/config - projects/translation/config - rbm.conf
Changes:
===================================== projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt ===================================== @@ -1,3 +1,9 @@ +Mullvad Browser 13.0.13 - March 22 2024 + * Windows + macOS + Linux + * Updated Firefox to 115.9.1esr + * Bug 42473: ESR 115.9.1 fixes [tor-browser] + * Bug 277: Rebase Mullvad Browser stable onto Firefox 115.9.1esr [mullvad-browser] + Mullvad Browser 13.0.12 - March 19 2024 * All Platforms * Updated Firefox to 115.9.0esr
===================================== projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt ===================================== @@ -1,3 +1,9 @@ +Tor Browser 13.0.13 - March 22 2024 + * Windows + macOS + Linux + * Updated Firefox to 115.9.1esr + * Bug 42473: ESR 115.9.1 fixes [tor-browser] + * Bug 42474: Rebase stable browsers on 115.9.1 [tor-browser] + Tor Browser 13.0.12 - March 19 2024 * All Platforms * Updated Snowflake to 2.9.2
===================================== projects/firefox/config ===================================== @@ -14,13 +14,11 @@ container: use_container: 1
var: - firefox_platform_version: 115.9.0 + firefox_platform_version: 115.9.1 firefox_version: '[% c("var/firefox_platform_version") %]esr' browser_series: '13.0' browser_branch: '[% c("var/browser_series") %]-1' - # update the mullvadbrowser specific override for 115.10.0 - # torbrowser had an extra firefox build tag - browser_build: 3 + browser_build: 1 branding_directory_prefix: 'tb' copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]' nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]' @@ -104,7 +102,6 @@ targets: mullvadbrowser: git_url: https://gitlab.torproject.org/tpo/applications/mullvad-browser.git var: - browser_build: 2 branding_directory_prefix: 'mb' gitlab_project: https://gitlab.torproject.org/tpo/applications/mullvad-browser updater_url: 'https://cdn.mullvad.net/browser/update_responses/update_1/'
===================================== projects/translation/config ===================================== @@ -12,13 +12,13 @@ compress_tar: 'gz' steps: base-browser: base-browser: '[% INCLUDE build %]' - git_hash: a4d224e82808529e135259e04fb58fb39b90da2d + git_hash: 8e04ca3c5f440ed8f16b2069ae9565e4b044ec29 targets: nightly: git_hash: 'base-browser' tor-browser: tor-browser: '[% INCLUDE build %]' - git_hash: e7aabc54138211e23bc60af1abe492c8bc68ce4b + git_hash: bf2fac60a6c41aa67b8147f22a638d498ac2dcdd targets: nightly: git_hash: 'tor-browser' @@ -32,7 +32,7 @@ steps: fenix: '[% INCLUDE build %]' # We need to bump the commit before releasing but just pointing to a branch # might cause too much rebuidling of the Firefox part. - git_hash: ef6bef5e373108c4e633998b517e4bc8c297770a + git_hash: c5d462fc3513f23fc74193c7a5c31027fc07672d compress_tar: 'zst' targets: nightly:
===================================== rbm.conf ===================================== @@ -73,13 +73,13 @@ buildconf: git_signtag_opt: '-s'
var: - torbrowser_version: '13.0.12' - torbrowser_build: 'build2' + torbrowser_version: '13.0.13' + torbrowser_build: 'build1' torbrowser_incremental_from: + - '13.0.12' - '[% IF c("var/tor-browser") %]13.0.11[% END %]' - '13.0.10' - - '13.0.9' - - '[% IF c("var/mullvad-browser") %]13.0.7[% END %]' + - '[% IF c("var/mullvad-browser") %]13.0.9[% END %]' updater_enabled: 1 build_mar: 1 mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/49...