morgan pushed to branch maint-13.5a11 at The Tor Project / Applications / tor-browser-build
Commits:
-
a4cc91f7
by Morgan at 2024-10-02T16:56:22+00:00
5 changed files:
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
- projects/browser/config
- projects/firefox/config
- projects/translation/config
- rbm.conf
Changes:
1 | +Tor Browser 13.5a11 - October 01 2024
|
|
2 | + * All Platforms
|
|
3 | + * Bug 41252: Disable updating update_responses in 13.5-legacy branch [tor-browser-build]
|
|
4 | + * Windows + macOS + Linux
|
|
5 | + * Updated Firefox to 115.16.0esr
|
|
6 | + |
|
7 | +Tor Browser 13.5.6 - September 30 2024
|
|
8 | + * All Platforms
|
|
9 | + * Updated NoScript to 11.4.40
|
|
10 | + * Bug 42832: Download spam prevention should not affect browser extensions [tor-browser]
|
|
11 | + * Bug 43167: Rebase Tor Browser Stable onto 115.16.0esr [tor-browser]
|
|
12 | + * Bug 43173: Backport security fixes from Firefox 131 [tor-browser]
|
|
13 | + * Windows + macOS + Linux
|
|
14 | + * Updated Firefox to 115.16.0esr
|
|
15 | + * Bug 42737: Drop the hash check on updates [tor-browser]
|
|
16 | + * Bug 43098: YEC 2024 Takeover for Desktop Stable [tor-browser]
|
|
17 | + * Windows + macOS
|
|
18 | + * Bug 42747: Windows 7/8 and macOS 10.12-10.14 Legacy/Maintenance [tor-browser]
|
|
19 | + * Android
|
|
20 | + * Updated GeckoView to 115.16.0esr
|
|
21 | + * Bug 43099: YEC 2024 Takeover for Android Stable [tor-browser]
|
|
22 | + |
|
23 | +Tor Browser 14.0a7 - September 27 2024
|
|
24 | + * All Platforms
|
|
25 | + * Updated NoScript to 11.4.40
|
|
26 | + * Bug 42832: Download spam prevention should not affect browser extensions [tor-browser]
|
|
27 | + * Bug 43163: Disable offscreen canvas until verified it is not fingerprintable [tor-browser]
|
|
28 | + * Bug 43166: Rebase Tor Browser alpha onto Firefox 128.3.0esr [tor-browser]
|
|
29 | + * Windows + macOS + Linux
|
|
30 | + * Updated Firefox to 128.3.0esr
|
|
31 | + * Bug 42070: Backport Bugzilla 1834307 and hide smooth-scroll UX [tor-browser]
|
|
32 | + * Bug 42362: "New window" missing from File menu [tor-browser]
|
|
33 | + * Bug 42742: Inconsistent use of "New private window" vs "New window" [tor-browser]
|
|
34 | + * Bug 41248: Check and update bundled font versions [tor-browser-build]
|
|
35 | + * Android
|
|
36 | + * Updated GeckoView to 128.3.0esr
|
|
37 | + * Bug 43172: remove remote settings and SERPTelemetry [tor-browser]
|
|
38 | + * Build System
|
|
39 | + * All Platforms
|
|
40 | + * Updated Go to 1.23.1
|
|
41 | + * Bug 41236: Remove binutils when not needed [tor-browser-build]
|
|
42 | + * Windows + macOS + Linux
|
|
43 | + * Bug 41246: Add updater rewriterules to make 13.5a10 a watershed [tor-browser-build]
|
|
44 | + |
|
1 | 45 | Tor Browser 13.5a10 - September 25 2024
|
2 | 46 | * Windows + macOS + Linux
|
3 | 47 | * Updated Firefox to 115.15.0esr
|
... | ... | @@ -104,9 +104,9 @@ input_files: |
104 | 104 | enable: '[% ! c("var/android") %]'
|
105 | 105 | - filename: Bundle-Data
|
106 | 106 | enable: '[% ! c("var/android") %]'
|
107 | - - URL: https://addons.mozilla.org/firefox/downloads/file/4349514/noscript-11.4.37.xpi
|
|
107 | + - URL: https://addons.mozilla.org/firefox/downloads/file/4357325/noscript-11.4.40.xpi
|
|
108 | 108 | name: noscript
|
109 | - sha256sum: 5e9921599c63e0b357851ea7ca1354554b3af2c676bbbfff5687cafce4396c18
|
|
109 | + sha256sum: 242ead426159d871480a13062cbee08abc97da746cdc5c643aee2692e9adbbb2
|
|
110 | 110 | - URL: https://addons.mozilla.org/firefox/downloads/file/4328681/ublock_origin-1.59.0.xpi
|
111 | 111 | name: ublock-origin
|
112 | 112 | sha256sum: 1db9c676a07d141f8d36dbbc24f9e3d64a6cc2340dbfc6c848bc4395f96cfb14
|
... | ... | @@ -14,12 +14,12 @@ container: |
14 | 14 | use_container: 1
|
15 | 15 | |
16 | 16 | var:
|
17 | - firefox_platform_version: 115.15.0
|
|
17 | + firefox_platform_version: 115.16.0
|
|
18 | 18 | firefox_version: '[% c("var/firefox_platform_version") %]esr'
|
19 | 19 | browser_series: '13.5'
|
20 | - browser_rebase: 2
|
|
20 | + browser_rebase: 1
|
|
21 | 21 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
22 | - browser_build: 1
|
|
22 | + browser_build: 2
|
|
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") %]'
|
... | ... | @@ -12,13 +12,13 @@ compress_tar: 'gz' |
12 | 12 | steps:
|
13 | 13 | base-browser:
|
14 | 14 | base-browser: '[% INCLUDE build %]'
|
15 | - git_hash: 16446c485b3be4198a7e79bfcac6510784a18506
|
|
15 | + git_hash: a142f78af87f994913faa15fb4b0f34f0ce1a22b
|
|
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: a2bf4c2f45736958ac99f60e60b9f6d0e94454c3
|
|
21 | + git_hash: 04f824bce1b6fb4b989bb9303949af17eab11406
|
|
22 | 22 | targets:
|
23 | 23 | nightly:
|
24 | 24 | git_hash: 'tor-browser'
|
... | ... | @@ -73,18 +73,18 @@ buildconf: |
73 | 73 | git_signtag_opt: '-s'
|
74 | 74 | |
75 | 75 | var:
|
76 | - torbrowser_version: '13.5a10'
|
|
76 | + torbrowser_version: '13.5a11'
|
|
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/25 17:00:00'
|
|
80 | + browser_release_date: '2024/10/01 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.5a10
|
|
85 | 86 | - 13.5a9
|
86 | 87 | - 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
|