[tbb-commits] [tor-browser-build/master] Release preparations for 11.0a9

richard at torproject.org richard at torproject.org
Tue Oct 12 17:36:54 UTC 2021


commit c8a91aaf89f3f3f68a9e51bcd97041b3f091d3b7
Author: Richard Pospesel <richard at torproject.org>
Date:   Tue Oct 12 19:03:01 2021 +0200

    Release preparations for 11.0a9
---
 projects/go/config                                 |  2 +-
 .../tor-browser/Bundle-Data/Docs/ChangeLog.txt     | 42 ++++++++++++++++++++++
 projects/tor-launcher/config                       |  2 +-
 projects/tor/config                                |  2 +-
 rbm.conf                                           |  7 ++--
 5 files changed, 48 insertions(+), 7 deletions(-)

diff --git a/projects/go/config b/projects/go/config
index 47ae988..352847d 100644
--- a/projects/go/config
+++ b/projects/go/config
@@ -1,5 +1,5 @@
 # vim: filetype=yaml sw=2
-version: 1.16.7
+version: 1.16.9
 filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
 
 var:
diff --git a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
index 4931903..45fec24 100644
--- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
+++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,45 @@
+Tor Browser 11.0a9 -- October 15 2021
+ * Windows + OS X + Linux
+   * Update Firefox to 91.2.0esr
+   * Update Tor to 0.4.7.1-alpha
+   * Bug 40004: Convert tl-protocol to async. [tor-launcher]
+   * Bug 40012: Watch all requested tor events [tor-launcher]
+   * Bug 40027: Make torbutton_send_ctrl_cmd async [torbutton]
+   * Bug 40042: Add missing parameter of createTransport [torbutton]
+   * Bug 40043: Delete all plugin-related protections [torbutton]
+   * Bug 40045: Teach the controller about status_client [torbutton]
+   * Bug 40046: Support arbitrary watch events [torbutton]
+   * Bug 40047: New string for Security Level panel [torbutton]
+   * Bug 40048: Protonify Circuit Display Panel [torbutton]
+   * Bug 40600: Multiple pages as home page unreliable in 11.0a4 [tor-browser]
+   * Bug 40616: UX: multiple about:torconnect [tor-browser]
+   * Bug 40624: TorConnect banner always visible in about:preferences#tor even after bootstrap [tor-browser]
+   * Bug 40626: Update Security Level styling to match Proton UI [tor-browser]
+   * Bug 40628: Checkbox wrong color in about:torconnect in dark mode theme [tor-browser]
+   * Bug 40630: Update New Identity and New Circuit icons [tor-browser]
+   * Bug 40631: site identity icons are not being displayed properly [tor-browser]
+   * Bug 40632: Proton'ify Circuit Display Panel [tor-browser]
+   * Bug 40634: Style updates for Onion Error Pages [tor-browser]
+   * Bug 40636: Fix about:torconnect 'Connect' border radius in about:preferences#tor [tor-browser]
+ * Build System
+   * Windows + OS X + Linux
+     * Update Go to 1.16.9
+     * Bug 40048: Remove projects/clang-source [tor-browser-build]
+     * Bug 40347: Make the list of toolchain updates needed for firefox91 [tor-browser-build]
+     * Bug 40363: Change bsaes git url [tor-browser-build]
+   * Windows + Linux
+     * Bug 40357: Update binutils to 2.35.2 [tor-browser-build]
+   * Windows
+     * Bug 28240: switch from SJLJ exception handling to Dwarf2 in mingw for win32 [tor-browser-build]
+     * Bug 40306: Update Windows toolchain to switch to mozilla91 [tor-browser-build]
+     * Bug 40376: Use python3 for running pe_checksum_fix.py [tor-browser-build]
+   * OS X
+     * Bug 40307: Update macOS toolchain to switch to mozilla91 [tor-browser-build]
+   * Linux
+     * Bug 40222: Bump GCC to 10.3.0 for Linux [tor-browser-build]
+     * Bug 40305: Update Linux toolchain to switch to mozilla91 [tor-browser-build]
+     * Bug 40353: Temporarily disable rlbox for linux builds [tor-browser-build]
+
 Tor Browser 11.0a8 -- October 10 2021
  * Android
     * Bug 40052: Skip L10nRegistry source registration on Android [torbutton]
diff --git a/projects/tor-launcher/config b/projects/tor-launcher/config
index e349026..8e50211 100644
--- a/projects/tor-launcher/config
+++ b/projects/tor-launcher/config
@@ -1,5 +1,5 @@
 # vim: filetype=yaml sw=2
-version: 0.2.29
+version: 0.2.31
 git_url: https://git.torproject.org/tor-launcher.git
 git_hash: '[% c("version") %]'
 gpg_keyring: torbutton.gpg
diff --git a/projects/tor/config b/projects/tor/config
index 7a93763..4c626de 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.7
+version: 0.4.7.1-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 87b2c09..8c96b61 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -57,11 +57,10 @@ buildconf:
   git_signtag_opt: '-s'
 
 var:
-  torbrowser_version: '11.0a7'
-  torbrowser_build: 'build2'
+  torbrowser_version: '11.0a9'
+  torbrowser_build: 'build1'
   torbrowser_incremental_from:
-    - 11.0a4
-    - 11.0a5
+    - 11.0a7
   project_name: tor-browser
   multi_lingual: 0
   build_mar: 1



More information about the tbb-commits mailing list