morgan pushed to branch maint-14.0 at The Tor Project / Applications / tor-browser-build
Commits: e6c2f5cd by Morgan at 2025-03-26T21:47:20+00:00 Prepare Tor,Mullvad Browser 14.0.8 (Windows only)
- - - - -
4 changed files:
- projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt - projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt - projects/firefox/config - rbm.conf
Changes:
===================================== projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt ===================================== @@ -1,3 +1,13 @@ +Mullvad Browser 14.0.8 - March 27 2025 + * Windows + * Bug 404: Incorrect information in `about:rights` [mullvad-browser] + * Bug 43592: Backport security fixes from Firefox 128.8.1esr [tor-browser] + * Build System + * Windows + * Bug 41375: Backport Bug 41374+40799: Remove support for migrate_archs and migrate_langs in update_responses + Remove legacy locale iteration in update-responses and dmg2mar [tor-browser-build] + * Bug 41378: Backport Bug 41363: Make separate update_responses commit for each platform [tor-browser-build] + * Bug 41383: Add clairehurst to list of accepted firefox/geckoview signers [tor-browser-build] + Mullvad Browser 14.0.7 - March 04 2025 * All Platforms * Updated Firefox to 128.8.0esr
===================================== projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt ===================================== @@ -1,3 +1,15 @@ +Tor Browser 14.0.8 - March 27 2025 + * Windows + * Bug 43553: Backport tor-browser#43504: Implement User Survey UX (Desktop) [tor-browser] + * Bug 43592: Backport security fixes from Firefox 128.8.1esr [tor-browser] + * Build System + * Windows + * Bug 41375: Backport Bug 41374+40799: Remove support for migrate_archs and migrate_langs in update_responses + Remove legacy locale iteration in update-responses and dmg2mar [tor-browser-build] + * Bug 41383: Add clairehurst to list of accepted firefox/geckoview signers [tor-browser-build] + * Bug 41384: OpenSSL hash files have changed format [tor-browser-build] + * Bug 41399: Update snowflake to 2.11.0 and lyrebird to 0.6.0 [tor-browser-build] + * Bug 41378: Backport Bug 41363: Make separate update_responses commit for each platform [tor-browser-build] + Tor Browser 14.0.7 - March 04 2025 * All Platforms * Updated OpenSSL to 3.0.16
===================================== projects/firefox/config ===================================== @@ -20,7 +20,7 @@ var: browser_series: '14.0' browser_rebase: 1 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 2 + browser_build: 3 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") %]'
===================================== rbm.conf ===================================== @@ -73,22 +73,22 @@ buildconf: git_signtag_opt: '-s'
var: - torbrowser_version: '14.0.7' - torbrowser_build: 'build2' + torbrowser_version: '14.0.8' + 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/03/03 09:37:02' + browser_release_date: '2025/03/26 21:32:35' browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]' updater_enabled: 1 build_mar: 1 torbrowser_incremental_from: + - 14.0.7 - '[% IF c("var/tor-browser") %]14.0.6[% END %]' - 14.0.5 - - 14.0.4 - - '[% IF c("var/mullvad-browser") %]14.0.3[% END %]' + - '[% IF c("var/mullvad-browser") %]14.0.4[% END %]' mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
- torbrowser_legacy_version: 13.5.13 + torbrowser_legacy_version: 13.5.14 torbrowser_legacy_platform_version: 115.21.0
# By default, we sort the list of installed packages. This allows sharing
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/e6...
tor-commits@lists.torproject.org