commit 203bb72e5ccb18bd5b9e8f13d244ef29dd5c94b5 Author: Matthew Finkel sysrqb@torproject.org Date: Fri Dec 4 18:23:25 2020 +0000
Release preparations for 10.5a5
Versions bump and Changelog update --- projects/https-everywhere/config | 2 +- projects/tba-translation/config | 2 +- .../tor-browser/Bundle-Data/Docs/ChangeLog.txt | 23 ++++++++++++++++++++++ projects/tor/config | 2 +- rbm.conf | 4 ++-- 5 files changed, 28 insertions(+), 5 deletions(-)
diff --git a/projects/https-everywhere/config b/projects/https-everywhere/config index 90d7e41..255d36f 100644 --- a/projects/https-everywhere/config +++ b/projects/https-everywhere/config @@ -1,5 +1,5 @@ # vim: filetype=yaml sw=2 -version: 2020.8.13 +version: 2020.11.17 git_url: https://git.torproject.org/https-everywhere.git git_hash: '[% c("version") %]' git_submodule: 1 diff --git a/projects/tba-translation/config b/projects/tba-translation/config index 245577f..2c8e70d 100644 --- a/projects/tba-translation/config +++ b/projects/tba-translation/config @@ -3,5 +3,5 @@ filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz' git_url: https://git.torproject.org/translation.git # We need to bump the commit before releasing but just pointing to a branch # might cause too much rebuidling of the Firefox part. -git_hash: e20c294e6687a91abfc432c3f59e244031c35b2d +git_hash: afba80b5aa89823da93ea2d742d413e73b031c06 version: '[% c("abbrev") %]' diff --git a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt index dc9ac6e..32af090 100644 --- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt +++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt @@ -1,3 +1,26 @@ +Tor Browser 10.5a5 -- December 7 2020 + * Android + * Update Fenix to 84.0.0-beta.2 + * Update HTTPS Everywhere to 2020.11.17 + * Update Tor to 0.4.5.2-alpha + * Translations update + * Bug 40159: Update snowflake to ece43cbf [tor-browser-build] + * Bug 40236: Rebase tor-browser patches to 84.0b1 [tor-browser] + * Bug 40258: Rebase tor-browser patches to 84.0b7 [tor-browser] + * Bug 40119: Rebase Fenix patches to Fenix 84 beta 2 [fenix] + * Bug 40027: Rebase android-components patches for Fenix 84 beta 2 builds [android-components] + * Build System + * Android + * Bug 40081: Build Mozilla code with --enable-rust-simd [tor-browser-build] + * Bug 40128: Allow updating Fenix allowed_addons.json [tor-browser-build] + * Bug 40140: Create own Gradle project [tor-browser-build] + * Bug 40147: Remove RANLIB workaround once we pick up 0.4.5.2-alpha [tor-browser-build] + * Bug 40155: Update toolchain for Fenix 84 [tor-browser-build] + * Bug 40156: Update Fenix and dependencies to 84.0.0-beta2 [tor-browser-build] + * Bug 40161: Pick up Go 1.15.5 [tor-browser-build] + * Bug 40163: Bug 40163: Avoid checking hash of .pom files [tor-browser-build] + * Bug 40166: Update apt cache before calling pre_pkginst in container-image config [tor-browser-build] + Tor Browser 10.5a4 -- November 17 2020 * All Platforms * Update Tor to 0.4.5.1-alpha diff --git a/projects/tor/config b/projects/tor/config index 4c68ce1..42c5a1b 100644 --- a/projects/tor/config +++ b/projects/tor/config @@ -1,6 +1,6 @@ # vim: filetype=yaml sw=2 filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %]' -version: 0.4.5.1-alpha +version: 0.4.5.2-alpha git_hash: 'tor-[% c("version") %]' git_url: https://git.torproject.org/tor.git git_submodule: 1 diff --git a/rbm.conf b/rbm.conf index 01a717c..2176854 100644 --- a/rbm.conf +++ b/rbm.conf @@ -24,8 +24,8 @@ buildconf: git_signtag_opt: '-s'
var: - torbrowser_version: '10.5a4' - torbrowser_build: 'build2' + torbrowser_version: '10.5a5' + torbrowser_build: 'build1' torbrowser_incremental_from: - 10.5a3 project_name: tor-browser