[tor-commits] [tor-browser-bundle/maint-7.0] Release preprations for 7.0.7

gk at torproject.org gk at torproject.org
Tue Oct 17 14:05:59 UTC 2017


commit 8aae9b4a45b707c04aba4a1dcc08e3dcf7793bbe
Author: Georg Koppen <gk at torproject.org>
Date:   Tue Oct 17 14:05:27 2017 +0000

    Release preprations for 7.0.7
    
    Changelog update, version bumps, and update of config.yml
---
 Bundle-Data/Docs/ChangeLog.txt    | 24 ++++++++++++++++++++++++
 gitian/versions                   | 10 +++++-----
 tools/update-responses/config.yml | 10 +++++-----
 3 files changed, 34 insertions(+), 10 deletions(-)

diff --git a/Bundle-Data/Docs/ChangeLog.txt b/Bundle-Data/Docs/ChangeLog.txt
index 310cdf0..c35d20d 100644
--- a/Bundle-Data/Docs/ChangeLog.txt
+++ b/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,27 @@
+Tor Browser 7.0.7 -- October 19 2017
+ * All Platforms
+   * Update Firefox to 52.4.1esr
+   * Update Torbutton to 1.9.7.8
+     * Bug 23887: Update banner locales and Mozilla text
+     * Bug 23526: Add 2017 Donation banner text
+     * Bug 23483: Donation banner on about:tor for 2017 (testing mode)
+     * Bug 22610: Avoid crashes when canceling external helper app related downloads
+     * Bug 22472: Fix FTP downloads when external helper app dialog is shown
+     * Bug 22471: Downloading pdf files via the PDF viewer download button is broken
+     * Bug 22618: Downloading pdf file via file:/// is stalling
+     * Translations update
+   * Update HTTPS-Everywhere to 2017.10.4
+   * Update NoScript to 5.1.2
+     * Bug 23723: Loading entities from NoScript .dtd files is blocked
+     * Bug 23724: NoScript update breaks Security Slider and its icon disappears
+   * Bug 23745: Tab crashes when using Tor Browser to access Google Drive
+   * Bug 22610: Avoid crashes when canceling external helper app related downloads
+   * Bug 22472: Fix FTP downloads when external helper app dialog is shown
+   * Bug 22471: Downloading pdf files via the PDF viewer download button is broken
+   * Bug 22618: Downloading pdf file via file:/// is stalling
+ * OS X
+   * Bug 23807: Tab crashes when playing video on High Sierra
+
 Tor Browser 7.0.6 -- September 26 2017
  * All Platforms
    * Update Firefox to 52.4.0esr
diff --git a/gitian/versions b/gitian/versions
index 368fb98..e5e9ade 100755
--- a/gitian/versions
+++ b/gitian/versions
@@ -10,15 +10,15 @@ DATA_OUTSIDE_APP_DIR=1
 
 VERIFY_TAGS=1
 
-FIREFOX_VERSION=52.4.0esr
+FIREFOX_VERSION=52.4.1esr
 
 TORBROWSER_UPDATE_CHANNEL=release
 
 TORBROWSER_TAG=tor-browser-${FIREFOX_VERSION}-7.0-1-build1
 TOR_TAG=tor-0.3.1.7
 TORLAUNCHER_TAG=0.2.12.3
-TORBUTTON_TAG=1.9.7.7
-HTTPSE_TAG=2017.9.12
+TORBUTTON_TAG=1.9.7.8
+HTTPSE_TAG=2017.10.4
 NSIS_TAG=v0.3.1
 ZLIB_TAG=v1.2.8
 LIBEVENT_TAG=release-2.0.22-stable
@@ -67,7 +67,7 @@ YASM_VER=1.2.0
 ## File names for the source packages
 OPENSSL_PACKAGE=openssl-${OPENSSL_VER}.tar.gz
 GMP_PACKAGE=gmp-${GMP_VER}.tar.bz2
-NOSCRIPT_PACKAGE=noscript_security_suite-5.0.10-fx+sm.xpi
+NOSCRIPT_PACKAGE=noscript_security_suite-5.1.2-fx+sm.xpi
 CCTOOLS_PACKAGE=cctools.tar.gz
 OSXSDK_PACKAGE=MacOSX10.7.sdk.tar.gz
 MSVCR100_PACKAGE=msvcr100.dll
@@ -102,7 +102,7 @@ YASM_PACKAGE=yasm-${YASM_VER}.tar.gz
 OPENSSL_HASH=6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0
 GMP_HASH=752079520b4690531171d0f4532e40f08600215feefede70b24fabdc6f1ab160
 OSXSDK_HASH=da77bb0003fcca5ea8c4e8cb2da8828ded750c54afdcac29ec6f3b46ad5e3adf
-NOSCRIPT_HASH=cfc8018a5ddd2a699581932a9911e28b1060667c7849cf5283b548b5b29a65a2
+NOSCRIPT_HASH=82687646b9ecc39d478ac5d4de035b32fdf88efc6faceec3e74b49c863bbfabb
 CCTOOLS_HASH=e908fdebc2886ee5491ebfc7e7950af451b3c4e2439c2d7a923ed06ad05113e4
 MSVCR100_HASH=1221a09484964a6f38af5e34ee292b9afefccb3dc6e55435fd3aaf7c235d9067
 PYCRYPTO_HASH=f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c
diff --git a/tools/update-responses/config.yml b/tools/update-responses/config.yml
index 9838c8a..0275d31 100644
--- a/tools/update-responses/config.yml
+++ b/tools/update-responses/config.yml
@@ -20,13 +20,13 @@ build_targets:
     osx64: Darwin_x86_64-gcc3
 channels:
     alpha: 7.0a4
-    release: 7.0.6
+    release: 7.0.7
 versions:
-    7.0.6:
-        platformVersion: 52.4.0
-        detailsURL: https://blog.torproject.org/blog/tor-browser-706-released
+    7.0.7:
+        platformVersion: 52.4.1
+        detailsURL: https://blog.torproject.org/blog/tor-browser-707-released
         incremental_from:
-          - 7.0.5
+          - 7.0.6
         migrate_archs:
           osx32: osx64
         migrate_langs:



More information about the tor-commits mailing list