commit 2e939908bb04a63b0c8be93c4fbe570fc4c8a347 Author: Matthew Finkel sysrqb@torproject.org Date: Thu May 6 00:18:37 2021 +0000
Release preparation for 10.0.16
Versions bump and Changelog update --- projects/tba-translation/config | 2 +- projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt | 16 ++++++++++++++++ rbm.conf | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/projects/tba-translation/config b/projects/tba-translation/config index 2675514..dddbab5 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: a54899c8133efe536b48789e191fdd74fad64f53 +git_hash: 943734fde4dec8b6e024c8a2001c5109d252f149 version: '[% c("abbrev") %]' diff --git a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt index 687723d..c04f17a 100644 --- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt +++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt @@ -1,3 +1,19 @@ +Tor Browser 10.0.16 -- May 7 2021 + * Android + * Update Fenix to 88.1.3 + * Update HTTPS Everywhere to 2021.4.15 + * Update NoScript to 11.2.6 + * Translations update + * Bug 40052: Rebase android-components patches for Fenix 88 [android-components] + * Bug 40162: Disable Numbus experiments [fenix] + * Bug 40163: Rebase Fenix patches to Fenix 88.1.3 [fenix] + * Bug 40423: Disable http/3 [tor-browser] + * Bug 40425: Rebase 10.5 patches on 88.0.1 [tor-browser] + * Build System + * Android + * Bug 40259: Update components for mozilla88-based Fenix [tor-browser-build] + * Bug 40293: Patch app-services' vendored uniffi_bindgen [tor-browser-build] + Tor Browser 10.0.15 -- April 7 2021 * Android * Update Fenix to 87.0.0 diff --git a/rbm.conf b/rbm.conf index 3228453..c5b0048 100644 --- a/rbm.conf +++ b/rbm.conf @@ -57,7 +57,7 @@ buildconf: git_signtag_opt: '-s'
var: - torbrowser_version: '10.0.15' + torbrowser_version: '10.0.16' torbrowser_build: 'build1' torbrowser_incremental_from: - 10.5a1
tbb-commits@lists.torproject.org