[tor-commits] [tor-browser-build/master] Release preparations for 7.0a4

boklm at torproject.org boklm at torproject.org
Wed May 17 16:02:54 UTC 2017


commit 18416a106aa9ba82320758a29436dd1d3b20d6f7
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Wed May 17 18:01:11 2017 +0200

    Release preparations for 7.0a4
    
    tor-browser-bundle.git author: 999a7afe0f50c6d6503d99ff3fab3879cd069a85
    tor-browser-bundle.git commit: Georg Koppen <gk at torproject.org>
---
 projects/https-everywhere/config                   |  2 +-
 .../tor-browser/Bundle-Data/Docs/ChangeLog.txt     | 43 ++++++++++++++++++++++
 projects/tor-browser/config                        |  4 +-
 projects/tor-launcher/config                       |  2 +-
 projects/tor/config                                |  2 +-
 rbm.conf                                           |  2 +-
 6 files changed, 49 insertions(+), 6 deletions(-)

diff --git a/projects/https-everywhere/config b/projects/https-everywhere/config
index f149cac..23c4e1e 100644
--- a/projects/https-everywhere/config
+++ b/projects/https-everywhere/config
@@ -1,5 +1,5 @@
 # vim: filetype=yaml sw=2
-version: 5.2.14
+version: 5.2.16
 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 11c178c..9f00100 100644
--- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
+++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,46 @@
+Tor Browser 7.0a4 -- May 15 2017
+ * All Platforms
+   * Update Firefox to 52.1.1esr
+   * Update Tor to 0.3.0.6
+   * Update Tor Launcher to 0.2.12.1
+     * Bug 20761: Don't ignore additional SocksPorts
+     * Translation update
+   * Update HTTPS-Everywhere to 5.2.16
+   * Update NoScript to 5.0.4
+   * Bug 21962: Fix crash on about:addons page
+   * Bug 21778: Canvas prompt is not shown in Tor Browser based on ESR52
+   * Bug 21569: Add first-party domain to Permissions key
+   * Bug 22165: Don't allow collection of local IP addresses
+   * Bug 13017: Work around audio fingerprinting by disabling the Web Audio API
+   * Bug 10286: Disable Touch API and add fingerprinting resistance as fallback
+   * Bug 13612: Disable Social API
+   * Bug 10283: Disable SpeechSynthesis API
+   * Bug 21675: Spoof window.navigator.hardwareConcurrency
+   * Bug 21792: Suppress MediaError.message
+   * Bug 16337: Round times exposed by Animation API to nearest 100ms
+   * Bug 21726: Keep Graphite support disabled
+   * Bug 21685: Disable remote new tab pages
+   * Bug 21790: Disable captive portal detection
+   * Bug 21686: Disable Microsoft Family Safety support
+   * Bug 22073: Make sure Mozilla's experiments are disabled
+   * Bug 21683: Disable newly added Safebrowsing capabilities
+   * Bug 22071: Disable Kinto-based blocklist update mechanism
+   * Bug 22072: Hide TLS error reporting checkbox
+   * Bug 20761: Don't ignore additional SocksPorts
+   * Bug 21340: Identify and backport new patches from Firefox
+   * Bug 22153: Fix broken feeds on higher security levels
+   * Bug 22025: Fix broken certificate error pages on higher security levels
+   * Bug 21710: Upgrade Go to 1.8.1
+ * Mac
+   * Bug 21940: Don't allow privilege escalation during update
+   * Bug 22044: Fix broken default search engine on macOS
+   * Bug 21879: Use our default bookmarks on OSX
+   * Bug 21779: Non-admin users can't access Tor Browser on macOS
+ * Linux
+   * Bug 22041: Fix update error during update to 7.0a3
+   * Bug 22238: Fix use of hardened wrapper for Firefox build
+   * Bug 20683: Selfrando support for 64-bit Linux systems
+
 Tor Browser 7.0a3 -- April 20 2017
  * All Platforms
    * Update Firefox to 52.1.0esr
diff --git a/projects/tor-browser/config b/projects/tor-browser/config
index 805d7b6..a2c21ed 100644
--- a/projects/tor-browser/config
+++ b/projects/tor-browser/config
@@ -54,9 +54,9 @@ input_files:
     name: snowflake
     enable: '[% c("var/snowflake") %]'
   - filename: Bundle-Data
-  - URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-5.0.2-fx+sm.xpi
+  - URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-5.0.4-fx+sm.xpi
     name: noscript
-    sha256sum: 31ba7743699deefb606bcc49197d26d926f6b4e3d3526cd2f8a339f857a04fb1
+    sha256sum: cd8e5561bdd7331d9fdd510fb1bd1cb6460d64f351076b523d31361ff9853c76
   - filename: RelativeLink
     enable: '[% c("var/linux") %]'
   - project: libdmg-hfsplus
diff --git a/projects/tor-launcher/config b/projects/tor-launcher/config
index 9211844..a164ef3 100644
--- a/projects/tor-launcher/config
+++ b/projects/tor-launcher/config
@@ -1,5 +1,5 @@
 # vim: filetype=yaml sw=2
-version: 0.2.12
+version: 0.2.12.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 c2d359c..b92fb4f 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.3.0.5-rc
+version: 0.3.0.6
 git_hash: 'tor-[% c("version") %]'
 git_url: https://git.torproject.org/tor.git
 gpg_keyring: tor.gpg
diff --git a/rbm.conf b/rbm.conf
index ce70215..6a1cc43 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -7,7 +7,7 @@ build_log: '[% GET ENV.RBM_LOGS_DIR ? ENV.RBM_LOGS_DIR : "logs" %]/[% project %]
 pkg_type: build
 
 var:
-  torbrowser_version: '7.0a3'
+  torbrowser_version: '7.0a4'
   project_name: tor-browser
   multi_lingual: 0
   build_mar: 1



More information about the tor-commits mailing list