morgan pushed to branch maint-13.5a10 at The Tor Project / Applications / tor-browser-build
Commits:
-
2d07612b
by Pier Angelo Vendrame at 2024-09-25T19:33:21+02:00
5 changed files:
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
- projects/firefox/config
- projects/release/update_responses_config.yml
- projects/translation/config
- rbm.conf
Changes:
1 | +Tor Browser 13.5a10 - September 25 2024
|
|
2 | + * Windows + macOS + Linux
|
|
3 | + * Updated Firefox to 115.15.0esr
|
|
4 | + * Updated NoScript to 11.4.37
|
|
5 | + * Updated OpenSSL to 3.0.15
|
|
6 | + * Windows + macOS
|
|
7 | + * Bug 42747: Windows 7/8 and macOS 10.12-10.14 Legacy/Maintenance [tor-browser]
|
|
8 | + * Build System
|
|
9 | + * Windows + macOS + Linux
|
|
10 | + * Updated Go to 1.21.12
|
|
11 | + |
|
12 | +Tor Browser 14.0a6 - September 19 2024
|
|
13 | + * All Platforms
|
|
14 | + * Bug 42831: Remove the shopping components [tor-browser]
|
|
15 | + * Bug 43144: Ensure non-privacy browsing also sets the GPC header [tor-browser]
|
|
16 | + * Windows + macOS + Linux
|
|
17 | + * Bug 42698: Bridge card background contrast is low for bridge-moji [tor-browser]
|
|
18 | + * Bug 42718: Remove the firefox-view button from UI, even when always-on private-browsing mode is disabled [tor-browser]
|
|
19 | + * Bug 42740: Stop trying to hide "Restore previous session" [tor-browser]
|
|
20 | + * Bug 43072: moz-message-bar does not get announced on Orca screen-reader [tor-browser]
|
|
21 | + * Bug 43083: Backport fix for Mozilla 1436462 [tor-browser]
|
|
22 | + * Linux
|
|
23 | + * Bug 43141: Hardcode Arimo as a system-ui font [tor-browser]
|
|
24 | + * Bug 41237: Add some aliases to our Linux font config for compatibility [tor-browser-build]
|
|
25 | + * Android
|
|
26 | + * Bug 41550: Remove unused extensions from Tor Browser for Android [tor-browser]
|
|
27 | + * Bug 43052: Remove non private tabs icon and "other device tabs" from tab view [tor-browser]
|
|
28 | + * Bug 43129: about:neterror cannot display SVG on Android with Security Level Safest [tor-browser]
|
|
29 | + * Bug 43145: Backport Android security fix from 130.0.1 [tor-browser]
|
|
30 | + * Bug 43146: Update the icon of DuckDuckGo onion search engine on Android [tor-browser]
|
|
31 | + * Bug 43147: Remove unused search plugins from the apk files [tor-browser]
|
|
32 | + |
|
1 | 33 | Tor Browser 13.5.4 - September 16 2024
|
2 | 34 | * All Platforms
|
3 | 35 | * Updated NoScript to 11.4.37
|
... | ... | @@ -17,9 +17,9 @@ var: |
17 | 17 | firefox_platform_version: 115.15.0
|
18 | 18 | firefox_version: '[% c("var/firefox_platform_version") %]esr'
|
19 | 19 | browser_series: '13.5'
|
20 | - browser_rebase: 1
|
|
20 | + browser_rebase: 2
|
|
21 | 21 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
22 | - browser_build: 4
|
|
22 | + browser_build: 1
|
|
23 | 23 | branding_directory_prefix: 'tb'
|
24 | 24 | copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
|
25 | 25 | nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
|
... | ... | @@ -84,6 +84,11 @@ htaccess_rewrite_rules: |
84 | 84 | # bug 26569: Redirect pre-8.0a9 alpha users to a separate update directory
|
85 | 85 | RewriteRule ^[^/]+/8\.0a[12345678]/.* https://aus1.torproject.org/torbrowser/update_pre8.0a9/alpha/$0 [last]
|
86 | 86 | RewriteRule ^[^/]+/[4567]\..*/.* https://aus1.torproject.org/torbrowser/update_pre8.0a9/alpha/$0 [last]
|
87 | + # tor-browser#42747: Make 13.5a10 a watershed alpha release
|
|
88 | + RewriteRule ^[^/]+/\d\..*/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last]
|
|
89 | + RewriteRule ^[^/]+/1[012]\..*/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last]
|
|
90 | + RewriteRule ^[^/]+/13\.0.*/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last]
|
|
91 | + RewriteRule ^[^/]+/13\.5a\d/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last]
|
|
87 | 92 | release: |
|
88 | 93 | # bug 26570: Redirect pre-8.0 stable users to a separate update directory
|
89 | 94 | RewriteRule ^[^/]+/[4567]\..*/.* https://aus1.torproject.org/torbrowser/update_pre8.0/release/$0 [last]
|
... | ... | @@ -12,19 +12,19 @@ compress_tar: 'gz' |
12 | 12 | steps:
|
13 | 13 | base-browser:
|
14 | 14 | base-browser: '[% INCLUDE build %]'
|
15 | - git_hash: d69ac083437e60d681fdefce6aa1fde96e2f1eaf
|
|
15 | + git_hash: 16446c485b3be4198a7e79bfcac6510784a18506
|
|
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: 022b7eea73017cd3a1fae66b8c4bd8d7b867107f
|
|
21 | + git_hash: a2bf4c2f45736958ac99f60e60b9f6d0e94454c3
|
|
22 | 22 | targets:
|
23 | 23 | nightly:
|
24 | 24 | git_hash: 'tor-browser'
|
25 | 25 | mullvad-browser:
|
26 | 26 | mullvad-browser: '[% INCLUDE build %]'
|
27 | - git_hash: bff8092bbe5ae93b2c162ade300d739b2cd9e92d
|
|
27 | + git_hash: 78212a3da2439e436ac5f73d8e3eb908145c3ece
|
|
28 | 28 | targets:
|
29 | 29 | nightly:
|
30 | 30 | git_hash: 'mullvad-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: 2a9884fadf15e57f6a661f12ede1312cc71602c1
|
|
35 | + git_hash: 12b033e4192448315794f5fe8203fe91dcc29a8c
|
|
36 | 36 | compress_tar: 'zst'
|
37 | 37 | targets:
|
38 | 38 | nightly:
|
... | ... | @@ -73,18 +73,18 @@ buildconf: |
73 | 73 | git_signtag_opt: '-s'
|
74 | 74 | |
75 | 75 | var:
|
76 | - torbrowser_version: '13.5.4'
|
|
76 | + torbrowser_version: '13.5a10'
|
|
77 | 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: '2024/09/16 20:57:05'
|
|
80 | + browser_release_date: '2024/09/25 17:00:00'
|
|
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 | - - 13.5.3
|
|
86 | - - 13.5.2
|
|
87 | - - 13.5.1
|
|
85 | + - 13.5a9
|
|
86 | + - 13.5a8
|
|
87 | + - 13.5a7
|
|
88 | 88 | mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
|
89 | 89 | |
90 | 90 | # By default, we sort the list of installed packages. This allows sharing
|