[tor-commits] [tor-browser-build/master] Release preparations for 9.0a2

gk at torproject.org gk at torproject.org
Tue Jun 4 08:22:13 UTC 2019


commit eb60135acf9c9fe67f8e314bc7a93626593d6550
Author: Georg Koppen <gk at torproject.org>
Date:   Tue Jun 4 08:20:39 2019 +0000

    Release preparations for 9.0a2
    
    Versions bump, Changelog update
---
 projects/firefox/config                            |  2 +-
 projects/https-everywhere/config                   |  2 +-
 .../tor-browser/Bundle-Data/Docs/ChangeLog.txt     | 33 ++++++++++++++++++++++
 projects/tor-launcher/config                       |  2 +-
 projects/tor/config                                |  2 +-
 projects/torbutton/config                          |  2 +-
 rbm.conf                                           |  4 +--
 7 files changed, 40 insertions(+), 7 deletions(-)

diff --git a/projects/firefox/config b/projects/firefox/config
index 7e9e45e..073487c 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/https-everywhere/config b/projects/https-everywhere/config
index 60776cb..2db9177 100644
--- a/projects/https-everywhere/config
+++ b/projects/https-everywhere/config
@@ -1,5 +1,5 @@
 # vim: filetype=yaml sw=2
-version: 2019.5.6.1
+version: 2019.5.13
 git_url: https://git.torproject.org/https-everywhere.git
 git_hash: '[% c("version") %]'
 git_submodule: 1
diff --git a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
index 42d43ce..c0aad72 100644
--- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
+++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,36 @@
+Tor Browser 9.0a2 -- June 7 2019
+ * All platforms
+   * Update Torbutton to 2.2
+     * Bug 30565: Sync nocertdb with privatebrowsing.autostart at startup
+     * Bug 30469: Add ro translation
+     * Translations update
+   * Update NoScript to 10.6.2
+     * Bug 29969: Remove workaround for Mozilla's bug 1532530
+   * Update HTTPS Everywhere to 2019.5.13
+   * Bug 30541: Disable WebGL readPixel() for web content
+   * Bug 30712: Backport fix for Mozilla's bug 1552993
+   * Bug 30469: Add locale ro
+ * Windows + OS X + Linux
+   * Update Tor to 0.4.1.1-alpha
+   * Update OpenSSL to 1.1.1c
+   * Update Tor Launcher to 0.2.19.1
+     * Bug 30469: Add locale ro
+     * Translations update
+   * Bug 30639: Revert IPv6 support test
+   * Bug 30560: Better match actual toolbar in onboarding toolbar graphic
+   * Bug 30571: Correct more information URL for security settings
+ * Linux
+   * Bug 30451: Compile go-webrtc with a non executable stack
+ * Android
+   * Bug 24920: Only create Private tabs in permanent Private Browsing Mode
+   * Bug 30635: Sync mobile default bridges list with desktop one
+ * Build System
+   * All platforms
+     * Bug 30480: Check that signed tag contains expected tag name
+     * Bug 30536: Update Go to 1.12.5
+   * OS X
+     * Bug 30491: Move our macOS builds to Debian Stretch
+
 Tor Browser 9.0a1 -- May 21 2019
  * All platforms
    * Update Firefox to 60.7.0esr
diff --git a/projects/tor-launcher/config b/projects/tor-launcher/config
index ab7bebd..9bf886a 100644
--- a/projects/tor-launcher/config
+++ b/projects/tor-launcher/config
@@ -1,5 +1,5 @@
 # vim: filetype=yaml sw=2
-version: 0.2.19
+version: 0.2.19.1
 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 bf9ec5a..8b02b6c 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.0.4-rc
+version: 0.4.1.1-alpha
 git_hash: 'tor-[% c("version") %]'
 git_url: https://git.torproject.org/tor.git
 git_submodule: 1
diff --git a/projects/torbutton/config b/projects/torbutton/config
index ffbe089..ae3f915 100644
--- a/projects/torbutton/config
+++ b/projects/torbutton/config
@@ -1,5 +1,5 @@
 # vim: filetype=yaml sw=2
-version: 2.1.9
+version: 2.2
 git_url: https://git.torproject.org/torbutton.git
 git_hash: '[% c("version") %]'
 gpg_keyring: torbutton.gpg
diff --git a/rbm.conf b/rbm.conf
index 1bc207d..a7c32a8 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -24,10 +24,10 @@ buildconf:
   git_signtag_opt: '-s'
 
 var:
-  torbrowser_version: '9.0a1'
+  torbrowser_version: '9.0a2'
   torbrowser_build: 'build1'
   torbrowser_incremental_from:
-    - 8.5a12
+    - 9.0a1
   project_name: tor-browser
   multi_lingual: 0
   build_mar: 1



More information about the tor-commits mailing list