[tbb-commits] [tor-browser-build/maint-9.0] Release preparations for 9.0.1

gk at torproject.org gk at torproject.org
Fri Nov 1 15:22:22 UTC 2019


commit 3d5f4308312bdece464dba6b55ef0be33f6bb257
Author: Georg Koppen <gk at torproject.org>
Date:   Fri Nov 1 15:21:58 2019 +0000

    Release preparations for 9.0.1
    
    Changelog update and versions bump
---
 projects/firefox/config                            |  2 +-
 .../tor-browser/Bundle-Data/Docs/ChangeLog.txt     | 22 ++++++++++++++++++++++
 projects/tor-launcher/config                       |  2 +-
 rbm.conf                                           |  6 +++---
 4 files changed, 27 insertions(+), 5 deletions(-)

diff --git a/projects/firefox/config b/projects/firefox/config
index 47d70a1..c3bd1f2 100644
--- a/projects/firefox/config
+++ b/projects/firefox/config
@@ -1,7 +1,7 @@
 # vim: filetype=yaml sw=2
 version: '[% c("abbrev") %]'
 filename: 'firefox-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %]'
-git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-1-build1'
+git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-1-build2'
 tag_gpg_id: 1
 git_url: https://git.torproject.org/tor-browser.git
 git_submodule: 1
diff --git a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
index e2e668f..e19b00e 100644
--- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
+++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,25 @@
+Tor Browser 9.0.1 -- November 4 2019
+ * All Platforms
+   * Update NoScript to 11.0.4
+     * Bug 21004: Don't block JavaScript on onion services on medium security
+     * Bug 27307: NoScript marks HTTP onions as not secure
+   * Bug 30783: Fundraising banner for EOY 2019 campain
+   * Bug 32321: Don't ping Mozilla for Man-in-the-Middle-detection
+   * Bug 27268: Preferences clean-up
+ * Windows + OS X + Linux
+   * Update Tor Launcher to 0.2.20.2
+     * Bug 32164: Trim each received log line from tor
+     * Translations update
+   * Bug 31803: Replaced about:debugging logo with flat version
+   * Bug 31764: Fix for error when navigating via 'Paste and go'
+   * Bug 32169: Fix TB9 Wikipedia address bar search
+   * Bug 32210: Hide the tor pane when using a system tor
+   * Bug 31658: Use builtin --panel-disabled-color for security level text
+   * Bug 32188: Fix localization on about:preferences#tor
+   * Bug 32184: Red dot is shown while downloading an update
+ * Android
+   * Bug 32342: Crash when changing the browser locale
+
 Tor Browser 9.0 -- October 22 2019
  * All Platforms
    * Update Firefox to 68.2.0esr
diff --git a/projects/tor-launcher/config b/projects/tor-launcher/config
index c4010e7..5eef2e2 100644
--- a/projects/tor-launcher/config
+++ b/projects/tor-launcher/config
@@ -1,5 +1,5 @@
 # vim: filetype=yaml sw=2
-version: 0.2.20.1
+version: 0.2.20.2
 git_url: https://git.torproject.org/tor-launcher.git
 git_hash: '[% c("version") %]'
 gpg_keyring: torbutton.gpg
diff --git a/rbm.conf b/rbm.conf
index 926e3aa..dc43b62 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -24,10 +24,10 @@ buildconf:
   git_signtag_opt: '-s'
 
 var:
-  torbrowser_version: '9.0'
-  torbrowser_build: 'build2'
+  torbrowser_version: '9.0.1'
+  torbrowser_build: 'build1'
   torbrowser_incremental_from:
-    - 8.5.5
+    - 9.0
   project_name: tor-browser
   multi_lingual: 0
   build_mar: 1



More information about the tbb-commits mailing list