richard pushed to branch maint-13.0 at The Tor Project / Applications / tor-browser-build
Commits:
-
c92c6b96
by Richard Pospesel at 2024-03-18T22:54:21+00:00
4 changed files:
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
- projects/firefox/config
- projects/geckoview/config
- projects/translation/config
Changes:
1 | 1 | Tor Browser 13.0.12 - March 19 2024
|
2 | 2 | * All Platforms
|
3 | + * Updated Snowflake to 2.9.2
|
|
3 | 4 | * Bug 42376: The placeholder of datetime inputs keeps being localized when spoof English is on [tor-browser]
|
4 | 5 | * Bug 42378: spoof english + htmlform <details> can leak app language [tor-browser]
|
5 | 6 | * Bug 42444: Remove the "Prioritize .onion sites when known" option [tor-browser]
|
6 | 7 | * Bug 42448: Rebase Tor Browser stable onto Firefox 115.9.0esr [tor-browser]
|
7 | 8 | * Bug 42459: Add startpage onion service to list of search providers [tor-browser]
|
9 | + * Bug 41105: Bump version of snowflake to v2.9.2 [tor-browser-build]
|
|
8 | 10 | * Windows + macOS + Linux
|
9 | 11 | * Updated Firefox to 115.9.0esr
|
12 | + * Windows
|
|
13 | + * Bug 42377: Hidden fonts are automatically added to the allow list [tor-browser]
|
|
10 | 14 | * Android
|
11 | 15 | * Updated GeckoView to 115.9.0esr
|
12 | 16 | * Bug 42407: TTP-03-010 WP3: Potential phishing [tor-browser]
|
13 | - * Windows
|
|
14 | - * Bug 42377: Hidden fonts are automatically added to the allow list [tor-browser]
|
|
15 | 17 | * Build System
|
16 | 18 | * All Platforms
|
17 | 19 | * Updated Go to 1.21.8
|
... | ... | @@ -18,7 +18,9 @@ var: |
18 | 18 | firefox_version: '[% c("var/firefox_platform_version") %]esr'
|
19 | 19 | browser_series: '13.0'
|
20 | 20 | browser_branch: '[% c("var/browser_series") %]-1'
|
21 | - browser_build: 2
|
|
21 | + # update the mullvadbrowser specific override for 115.10.0
|
|
22 | + # torbrowser had an extra firefox build tag
|
|
23 | + browser_build: 3
|
|
22 | 24 | branding_directory_prefix: 'tb'
|
23 | 25 | copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
|
24 | 26 | nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
|
... | ... | @@ -102,6 +104,7 @@ targets: |
102 | 104 | mullvadbrowser:
|
103 | 105 | git_url: https://gitlab.torproject.org/tpo/applications/mullvad-browser.git
|
104 | 106 | var:
|
107 | + browser_build: 2
|
|
105 | 108 | branding_directory_prefix: 'mb'
|
106 | 109 | gitlab_project: https://gitlab.torproject.org/tpo/applications/mullvad-browser
|
107 | 110 | updater_url: 'https://cdn.mullvad.net/browser/update_responses/update_1/'
|
... | ... | @@ -16,7 +16,7 @@ container: |
16 | 16 | var:
|
17 | 17 | geckoview_version: 115.9.0esr
|
18 | 18 | browser_branch: 13.0-1
|
19 | - browser_build: 2
|
|
19 | + browser_build: 3
|
|
20 | 20 | copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
|
21 | 21 | gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
|
22 | 22 | git_commit: '[% exec("git rev-parse HEAD") %]'
|
... | ... | @@ -12,13 +12,13 @@ compress_tar: 'gz' |
12 | 12 | steps:
|
13 | 13 | base-browser:
|
14 | 14 | base-browser: '[% INCLUDE build %]'
|
15 | - git_hash: 595dcd5efe752cddc1b6ba47082ad9f5f4917fee
|
|
15 | + git_hash: a4d224e82808529e135259e04fb58fb39b90da2d
|
|
16 | 16 | targets:
|
17 | 17 | nightly:
|
18 | 18 | git_hash: 'base-browser'
|
19 | 19 | tor-browser:
|
20 | 20 | tor-browser: '[% INCLUDE build %]'
|
21 | - git_hash: 9b6914a85be61ad6975e8bf483d4484d39bf5f7a
|
|
21 | + git_hash: e7aabc54138211e23bc60af1abe492c8bc68ce4b
|
|
22 | 22 | targets:
|
23 | 23 | nightly:
|
24 | 24 | git_hash: 'tor-browser'
|
... | ... | @@ -32,7 +32,7 @@ steps: |
32 | 32 | fenix: '[% INCLUDE build %]'
|
33 | 33 | # We need to bump the commit before releasing but just pointing to a branch
|
34 | 34 | # might cause too much rebuidling of the Firefox part.
|
35 | - git_hash: 7374fbc72d2c37a4d5354447dec3b5c543fd0380
|
|
35 | + git_hash: ef6bef5e373108c4e633998b517e4bc8c297770a
|
|
36 | 36 | compress_tar: 'zst'
|
37 | 37 | targets:
|
38 | 38 | nightly:
|