[tor-commits] [tor-browser-bundle/hardened-builds] Release preparations for 7.0a1-hardened

gk at torproject.org gk at torproject.org
Mon Jan 23 08:17:18 UTC 2017


commit 60c82df8b9365c61ed3318787d783cbc737965e9
Author: Georg Koppen <gk at torproject.org>
Date:   Mon Jan 23 08:16:57 2017 +0000

    Release preparations for 7.0a1-hardened
    
    Changelog update, version bumps, and config.yml update
---
 Bundle-Data/Docs/ChangeLog.txt    | 21 +++++++++++++++++++++
 gitian/versions.alpha             | 10 +++++-----
 tools/update-responses/config.yml | 11 +++++------
 3 files changed, 31 insertions(+), 11 deletions(-)

diff --git a/Bundle-Data/Docs/ChangeLog.txt b/Bundle-Data/Docs/ChangeLog.txt
index def8f6a..3a3e1b6 100644
--- a/Bundle-Data/Docs/ChangeLog.txt
+++ b/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,24 @@
+Tor Browser 7.0a1-hardened -- January 25 2017
+ * All Platforms
+   * Update Firefox to 45.7.0esr
+   * Tor to 0.3.0.1-alpha
+   * Update Torbutton to 1.9.7
+     * Bug 19898: Use DuckDuckGo on about:tor
+     * Bug 21091: Hide the update check menu entry when running under the sandbox
+     * Bug 21243: Add links to es, fr, and pt Tor Browser manual
+     * Bug 21194: Show snowflake in the circuit display
+     * Bug 21131: Remove 2016 donation banner
+     * Translation updates
+   * Update HTTPS-Everywhere to 5.2.9
+   * Update NoScript to 2.9.5.3
+   * Bug 20471: Allow javascript: links from HTTPS first party pages
+   * Bug 20651: DuckDuckGo does not work with JavaScript disabled
+   * Bug 20589: Add new MAR signing key
+   * Bug 20735: Add snowflake pluggable transport to alpha Linux builds
+ * Build system
+   * All platforms
+     * Bug 20927: Upgrade Go to 1.7.4
+
 Tor Browser 6.5a6-hardened -- December 14 2016
  * All Platforms
    * Update Firefox to 45.6.0esr
diff --git a/gitian/versions.alpha b/gitian/versions.alpha
index da847c6..7d1e8b3 100755
--- a/gitian/versions.alpha
+++ b/gitian/versions.alpha
@@ -14,15 +14,15 @@ DATA_OUTSIDE_APP_DIR=1
 
 VERIFY_TAGS=1
 
-FIREFOX_VERSION=45.6.0esr
+FIREFOX_VERSION=45.7.0esr
 
 TORBROWSER_UPDATE_CHANNEL=hardened
 
-TORBROWSER_TAG=tor-browser-${FIREFOX_VERSION}-6.5-1-build1
-TOR_TAG=tor-0.2.9.7-rc
+TORBROWSER_TAG=tor-browser-${FIREFOX_VERSION}-7.0-1-build1
+TOR_TAG=tor-0.3.0.1-alpha
 TORLAUNCHER_TAG=0.2.11.1
-TORBUTTON_TAG=1.9.6.9
-HTTPSE_TAG=5.2.8
+TORBUTTON_TAG=1.9.7
+HTTPSE_TAG=5.2.9
 NSIS_TAG=v0.3.1
 ZLIB_TAG=v1.2.8
 LIBEVENT_TAG=release-2.0.22-stable
diff --git a/tools/update-responses/config.yml b/tools/update-responses/config.yml
index 54c4082..21c039b 100644
--- a/tools/update-responses/config.yml
+++ b/tools/update-responses/config.yml
@@ -20,7 +20,7 @@ build_targets:
     osx32: Darwin_x86-gcc3
     osx64: Darwin_x86_64-gcc3
 channels:
-    hardened: 6.5a6-hardened
+    hardened: 7.0a1-hardened
     release: 6.0.1
 versions:
     6.0.1:
@@ -33,12 +33,11 @@ versions:
         osx32:
             minSupportedOSVersion: 10.8
             detailsURL: https://blog.torproject.org/blog/end-life-plan-tor-browser-32-bit-macs#updating
-    6.5a6-hardened:
-        platformVersion: 45.6.0
-        detailsURL: https://blog.torproject.org/blog/tor-browser-65a6-hardened-released
+    7.0a1-hardened:
+        platformVersion: 45.7.0
+        detailsURL: https://blog.torproject.org/blog/tor-browser-70a1-hardened-released
         incremental_from:
-          - 6.5a4-hardened
-          - 6.5a5-hardened
+          - 6.5a6-hardened
         migrate_archs:
           osx32: osx64
         osx32:



More information about the tor-commits mailing list