richard pushed to branch maint-13.0 at The Tor Project / Applications / tor-browser-build
Commits:
-
4c7ebe30
by Richard Pospesel at 2023-11-22T19:43:59+00:00
4 changed files:
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
- projects/firefox/config
- projects/translation/config
- rbm.conf
Changes:
1 | +Tor Browser 13.0.5 - November 22 2023
|
|
2 | + * Windows + macOS + Linux
|
|
3 | + * Bug 42072: YEC 2023 Takeover for Desktop Stable [tor-browser]
|
|
4 | + * Build System
|
|
5 | + * All Platforms
|
|
6 | + * Bug 40970: Missing symlink create-blog-post.torbrowser -> create-blog-post symlink [tor-browser-build]
|
|
7 | + * Bug 41023: Update lead.png symlink and blog post template in tools/signing/create-blog-post [tor-browser-build]
|
|
8 | + * Bug 40063: RBM's chroot fails in Fedora [rbm]
|
|
9 | + |
|
1 | 10 | Tor Browser 13.0.4 - November 16 2023
|
2 | 11 | * All Platforms
|
3 | 12 | * Updated OpenSSL to 3.0.12
|
... | ... | @@ -18,7 +18,7 @@ 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 | + browser_build: 3
|
|
22 | 22 | branding_directory_prefix: 'tb'
|
23 | 23 | copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
|
24 | 24 | 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: 6c729dc25d135186cb0a827eef328f3f52121117
|
|
15 | + git_hash: ebcf66a4a8f8d0801234203d8e2b8d46744f6c2f
|
|
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: 51bc53e707a51e9e68fc7e7febdc81560a088234
|
|
21 | + git_hash: 94f2dbd69095270431df2d44f5573fc9c68ad240
|
|
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: a28f99595d0971b25912eb63152244cb9f2759d6
|
|
35 | + git_hash: dfe9edb319cdaf311c11103f3a0efa44ebc95cb4
|
|
36 | 36 | compress_tar: 'zst'
|
37 | 37 | targets:
|
38 | 38 | nightly:
|
... | ... | @@ -81,12 +81,12 @@ buildconf: |
81 | 81 | git_signtag_opt: '-s'
|
82 | 82 | |
83 | 83 | var:
|
84 | - torbrowser_version: '13.0.4'
|
|
84 | + torbrowser_version: '13.0.5'
|
|
85 | 85 | torbrowser_build: 'build1'
|
86 | 86 | torbrowser_incremental_from:
|
87 | + - '13.0.4'
|
|
87 | 88 | - '13.0.1'
|
88 | 89 | - '13.0'
|
89 | - - '12.5.6'
|
|
90 | 90 | updater_enabled: 1
|
91 | 91 | build_mar: 1
|
92 | 92 | mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
|