[tor-commits] [tor-browser-build/master] Release preparations for 11.0a10
sysrqb at torproject.org
sysrqb at torproject.org
Wed Nov 3 03:22:52 UTC 2021
commit 424fdd9fbf2e799453edca5020fc8695ca850e54
Author: Richard Pospesel <richard at torproject.org>
Date: Tue Nov 2 20:52:03 2021 +0100
Release preparations for 11.0a10
---
projects/firefox/config | 2 +-
.../tor-browser/Bundle-Data/Docs/ChangeLog.txt | 27 ++++++++++++++++++++++
projects/tor/config | 2 +-
rbm.conf | 6 ++---
4 files changed, 32 insertions(+), 5 deletions(-)
diff --git a/projects/firefox/config b/projects/firefox/config
index 6af62a7..d889fe3 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.2.0
+ firefox_platform_version: 91.3.0
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 45fec24..d868f20 100644
--- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
+++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,30 @@
+Tor Browser 11.0a10 - November 8 2021
+ * Windows + OS X + Linux
+ * Update Firefox to 91.3.0esr
+ * Update Tor to 0.4.7.2-alpha
+ * Bug 32624: localStorage is not shared between tabs [tor-browser]
+ * Bug 33125: Remove xpinstall.whitelist.add* as they don't do anything anymore [tor-browser]
+ * Bug 34188: Cleanup extensions.* prefs [tor-browser]
+ * Bug 40053: investigate fingerprinting potential of extended TextMetrics interface [tor-browser]
+ * Bug 40083: Make sure Region.jsm fetching is disabled [tor-browser]
+ * Bug 40177: Clean up obsolete preferences in our 000-tor-browser.js [tor-browser]
+ * Bug 40220: Make sure tracker cookie purging is disabled [tor-browser]
+ * Bug 40342: Set `gfx.bundled-fonts.activate = 1` to preserve current bundled fonts behaviour [tor-browser]
+ * Bug 40463: Disable network.http.windows10-sso.enabled in FF 91 [tor-browser]
+ * Bug 40483: Deutsche Welle v2 redirect [tor-browser]
+ * Bug 40548: Set network.proxy.failover_direct to false in FF 91 [tor-browser]
+ * Bug 40630: New Identity and New Circuit icons [tor-browser]
+ * Bug 40641: Update Security Level selection in about:preferences to match style as tracking protection option bubbles [tor-browser]
+ * Bug 40648: Replace onion pattern divs/css with tiling SVG [tor-browser]
+ * Bug 40653: Onion Available text not aligned correctly in toolbar in ESR91 [tor-browser]
+ * Bug 40655: esr91 is suggesting to make Tor Browser the default browse [tor-browser]
+ * Bug 40657: esr91 is missing "New identity" in hamburger menu [tor-browser]
+ * Bug 40680: Prepare update to localized assets for YEC [tor-browser]
+ * Build System
+ * Windows + OS X + Linux
+ * Bug 40366: Use bullseye to build https-everywhere
+ * Bug 40368: Use system's python3 for https-everywhere
+
Tor Browser 11.0a9 -- October 15 2021
* Windows + OS X + Linux
* Update Firefox to 91.2.0esr
diff --git a/projects/tor/config b/projects/tor/config
index 4c626de..c25dd4d 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.7.1-alpha
+version: 0.4.7.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 7295953..51ccfdf 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -57,10 +57,10 @@ buildconf:
git_signtag_opt: '-s'
var:
- torbrowser_version: '11.0a9'
- torbrowser_build: 'build2'
+ torbrowser_version: '11.0a10'
+ torbrowser_build: 'build1'
torbrowser_incremental_from:
- - 11.0a7
+ - 11.0a9
project_name: tor-browser
multi_lingual: 0
build_mar: 1
More information about the tor-commits
mailing list