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
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:
1 | +Mullvad Browser 14.0.8 - March 27 2025
|
|
2 | + * Windows
|
|
3 | + * Bug 404: Incorrect information in `about:rights` [mullvad-browser]
|
|
4 | + * Bug 43592: Backport security fixes from Firefox 128.8.1esr [tor-browser]
|
|
5 | + * Build System
|
|
6 | + * Windows
|
|
7 | + * 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]
|
|
8 | + * Bug 41378: Backport Bug 41363: Make separate update_responses commit for each platform [tor-browser-build]
|
|
9 | + * Bug 41383: Add clairehurst to list of accepted firefox/geckoview signers [tor-browser-build]
|
|
10 | + |
|
1 | 11 | Mullvad Browser 14.0.7 - March 04 2025
|
2 | 12 | * All Platforms
|
3 | 13 | * Updated Firefox to 128.8.0esr
|
1 | +Tor Browser 14.0.8 - March 27 2025
|
|
2 | + * Windows
|
|
3 | + * Bug 43553: Backport tor-browser#43504: Implement User Survey UX (Desktop) [tor-browser]
|
|
4 | + * Bug 43592: Backport security fixes from Firefox 128.8.1esr [tor-browser]
|
|
5 | + * Build System
|
|
6 | + * Windows
|
|
7 | + * 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]
|
|
8 | + * Bug 41383: Add clairehurst to list of accepted firefox/geckoview signers [tor-browser-build]
|
|
9 | + * Bug 41384: OpenSSL hash files have changed format [tor-browser-build]
|
|
10 | + * Bug 41399: Update snowflake to 2.11.0 and lyrebird to 0.6.0 [tor-browser-build]
|
|
11 | + * Bug 41378: Backport Bug 41363: Make separate update_responses commit for each platform [tor-browser-build]
|
|
12 | + |
|
1 | 13 | Tor Browser 14.0.7 - March 04 2025
|
2 | 14 | * All Platforms
|
3 | 15 | * Updated OpenSSL to 3.0.16
|
... | ... | @@ -20,7 +20,7 @@ var: |
20 | 20 | browser_series: '14.0'
|
21 | 21 | browser_rebase: 1
|
22 | 22 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
23 | - browser_build: 2
|
|
23 | + browser_build: 3
|
|
24 | 24 | branding_directory_prefix: 'tb'
|
25 | 25 | copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
|
26 | 26 | nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
|
... | ... | @@ -73,22 +73,22 @@ buildconf: |
73 | 73 | git_signtag_opt: '-s'
|
74 | 74 | |
75 | 75 | var:
|
76 | - torbrowser_version: '14.0.7'
|
|
77 | - torbrowser_build: 'build2'
|
|
76 | + torbrowser_version: '14.0.8'
|
|
77 | + torbrowser_build: 'build1'
|
|
78 | 78 | # This should be the date of when the build is started. For the build
|
79 | 79 | # to be reproducible, browser_release_date should always be in the past.
|
80 | - browser_release_date: '2025/03/03 09:37:02'
|
|
80 | + browser_release_date: '2025/03/26 21:32:35'
|
|
81 | 81 | browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]'
|
82 | 82 | updater_enabled: 1
|
83 | 83 | build_mar: 1
|
84 | 84 | torbrowser_incremental_from:
|
85 | + - 14.0.7
|
|
85 | 86 | - '[% IF c("var/tor-browser") %]14.0.6[% END %]'
|
86 | 87 | - 14.0.5
|
87 | - - 14.0.4
|
|
88 | - - '[% IF c("var/mullvad-browser") %]14.0.3[% END %]'
|
|
88 | + - '[% IF c("var/mullvad-browser") %]14.0.4[% END %]'
|
|
89 | 89 | mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
|
90 | 90 | |
91 | - torbrowser_legacy_version: 13.5.13
|
|
91 | + torbrowser_legacy_version: 13.5.14
|
|
92 | 92 | torbrowser_legacy_platform_version: 115.21.0
|
93 | 93 | |
94 | 94 | # By default, we sort the list of installed packages. This allows sharing
|