commit ce214e7ae25adf2eca393bf7832eb67786439515 Author: Georg Koppen gk@torproject.org Date: Thu Dec 16 11:38:01 2021 +0000
Release preparations for 11.0.3
Versions bump and changelog update --- projects/firefox/config | 2 +- .../tor-browser/Bundle-Data/Docs/ChangeLog.txt | 25 ++++++++++++++++++++++ projects/tor/config | 2 +- rbm.conf | 6 +++--- 4 files changed, 30 insertions(+), 5 deletions(-)
diff --git a/projects/firefox/config b/projects/firefox/config index 98325be..d8d48f5 100644 --- a/projects/firefox/config +++ b/projects/firefox/config @@ -8,7 +8,7 @@ git_submodule: 1 gpg_keyring: torbutton.gpg
var: - firefox_platform_version: 91.4.0 + firefox_platform_version: 91.4.1 firefox_version: '[% c("var/firefox_platform_version") %]esr' torbrowser_branch: 11.0 branding_directory: 'browser/branding/alpha' diff --git a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt index d1f8fdd..a5dfc81 100644 --- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt +++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt @@ -1,3 +1,28 @@ +Tor Browser 11.0.3 - December 20 2021 + * Windows + OS X + Linux + * Update Firefox to 91.4.1esr + * Update Tor to 0.4.6.9 + * Update OpenSSL to 1.1.1m + * Bug 40393: Point to a forked version of pion/dtls with fingerprinting fix [tor-browser-build] + * Bug 40394: Bump version of Snowflake to 221f1c41 [tor-browser-build] + * Bug 40646: Revert tor-browser#40475 and inherit upstream fix [tor-browser] + * Bug 40705: "visit our website" link on about:tbupdate pointing to different locations [tor-browser] + * Bug 40736: Disable third-party cookies in Private Browsing Mode [tor-browser] + * Windows + * Bug 40389: Remove workaround for HTTPS-Everywhere WASM breakage [tor-browser-build] + * Bug 40698: Addon menus missing content in TB11 [tor-browser] + * Bug 40706: Fix issue in HTTPS-Everywhere WASM [tor-browser] + * Bug 40721: Tabs crashing on certain pages in TB11 on Win 10 [tor-browser] + * Bug 40742: Remove workaround for fixing --disable-maintenance-service build bustage [tor-browser] + * Linux + * Bug 40387: Fonts of the GUI do not render after update [tor-browser] + * Bug 40685: Monospace font in browser chrome [tor-browser] + * Build System + * Windows + OS X + Linux + * Bug 40403: Update Go to 1.16.12 [tor-browser-build] + * OS X + * Bug 40390: Remove workaround for macOS OpenSSL build breakage [tor-browser-build] + Tor Browser 11.0.2 - December 7 2021 * Windows + OS X + Linux * Update Firefox to 91.4.0esr diff --git a/projects/tor/config b/projects/tor/config index 61d3240..59bbc89 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.6.8 +version: 0.4.6.9 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 b1c49f2..30c021c 100644 --- a/rbm.conf +++ b/rbm.conf @@ -57,10 +57,10 @@ buildconf: git_signtag_opt: '-s'
var: - torbrowser_version: '11.0.2' - torbrowser_build: 'build3' + torbrowser_version: '11.0.3' + torbrowser_build: 'build1' torbrowser_incremental_from: - - 11.0.1 + - 11.0.2 project_name: tor-browser multi_lingual: 0 build_mar: 1
tor-commits@lists.torproject.org