[tor-commits] [tor-browser-build/master] Release preparations for 8.0a7

gk at torproject.org gk at torproject.org
Thu May 3 08:01:36 UTC 2018


commit 88f2fc7c4731c73337e0e8f9fb20c87f4768b719
Author: Georg Koppen <gk at torproject.org>
Date:   Thu May 3 08:00:17 2018 +0000

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

diff --git a/projects/firefox-langpacks/config b/projects/firefox-langpacks/config
index 04cd7dd..4e42939 100644
--- a/projects/firefox-langpacks/config
+++ b/projects/firefox-langpacks/config
@@ -4,7 +4,7 @@ filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/buil
 
 var:
   ff_version: '[% pc("firefox", "var/firefox_version") %]'
-  ff_build: build2
+  ff_build: build1
   ff_arch: linux-i686
   input_filename: 'dl-langpack-[% c("var/ff_arch") %]-[% c("version") %]'
 
diff --git a/projects/firefox/config b/projects/firefox/config
index ee79a15..4458d48 100644
--- a/projects/firefox/config
+++ b/projects/firefox/config
@@ -1,13 +1,13 @@
 # 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-build2'
+git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-1-build1'
 tag_gpg_id: 1
 git_url: https://git.torproject.org/tor-browser.git
 gpg_keyring: torbutton.gpg
 
 var:
-  firefox_platform_version: 52.7.3
+  firefox_platform_version: 52.8.0
   firefox_version: '[% c("var/firefox_platform_version") %]esr'
   torbrowser_branch: 8.0
   torbrowser_update_channel: alpha
diff --git a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
index b9d3941..089cbad 100644
--- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
+++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,19 @@
+Tor Browser 8.0a7 -- May 9 2018
+ * All platforms
+   * Update Firefox to 52.8.0esr
+   * Update Tor Launcher to 0.2.15.2
+     * Bug 25807: Change front domain to unbreak Moat
+     * Translations update
+   * Bug 25973: Backport off-by-one fix (bug 1352073)
+   * Bug 25938: Backport fix for cross-origin header leak (bug 1334776)
+   * Bug 25458: Fix broken UI customization
+   * Bug 25898: Make Youtube videos play automatically again
+   * Bug 25980: Improve backport of bug 1448771 (fixes broken Orfox build)
+ * OS X
+   * Bug 26010: Change Snowflake rendezvous to use the Azure domain front
+ * Linux
+   * Bug 26010: Change Snowflake rendezvous to use the Azure domain front
+
 Tor Browser 8.0a6 -- April 19 2018
  * All platforms
    * Update Tor to 0.3.3.5-rc
diff --git a/projects/tor-launcher/config b/projects/tor-launcher/config
index 1d67b05..e72ce10 100644
--- a/projects/tor-launcher/config
+++ b/projects/tor-launcher/config
@@ -1,5 +1,5 @@
 # vim: filetype=yaml sw=2
-version: 0.2.15.1
+version: 0.2.15.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 87ab109..bb53bcb 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -15,10 +15,10 @@ buildconf:
   git_signtag_opt: '-s'
 
 var:
-  torbrowser_version: '8.0a6'
+  torbrowser_version: '8.0a7'
   torbrowser_build: 'build1'
   torbrowser_incremental_from:
-    - 8.0a5
+    - 8.0a6
   project_name: tor-browser
   multi_lingual: 0
   build_mar: 1



More information about the tor-commits mailing list