[tor-commits] [tor-browser-bundle/master] Release preparations for 6.5a6

gk at torproject.org gk at torproject.org
Sun Dec 11 09:10:02 UTC 2016


commit b841f1b7b4f98d7d9971d59e23310bca92f06320
Author: Georg Koppen <gk at torproject.org>
Date:   Sun Dec 11 09:09:30 2016 +0000

    Release preparations for 6.5a6
    
    Version bumps, Changelog update, config.yml update
---
 Bundle-Data/Docs/ChangeLog.txt    | 30 ++++++++++++++++++++++++++++++
 gitian/versions.alpha             | 13 ++++++++-----
 tools/update-responses/config.yml |  9 +++++----
 3 files changed, 43 insertions(+), 9 deletions(-)

diff --git a/Bundle-Data/Docs/ChangeLog.txt b/Bundle-Data/Docs/ChangeLog.txt
index ada0d52..ba41434 100644
--- a/Bundle-Data/Docs/ChangeLog.txt
+++ b/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,33 @@
+Tor Browser 6.5a6 -- December 14 2016
+ * All Platforms
+   * Update Firefox to 45.6.0esr
+   * Tor to 0.2.9.6-rc
+   * Update Torbutton to 1.9.6.8
+     * Bug 16622: Timezone spoofing moved to tor-browser.git
+     * Bug 20701: Allow the directory listing stylesheet in the content policy
+     * Bug 20556: Use pt-BR strings from now on
+     * Bug 20614: Add links to Tor Browser User Manual
+     * Bug 20414: Fix non-rendering arrow on OS X
+     * Bug 20728: Fix bad preferences.xul dimensions
+     * Bug 20318: Remove helpdesk link from about:tor
+     * Bug 20753: Remove obsolete StartPage locale strings
+     * Translation updates
+   * Update HTTPS-Everywhere to 5.2.8
+   * Bug 16622: Spoof timezone with Firefox patch
+   * Bug 20707: Fix broken preferences tab in non-en-US alpha bundles
+   * Bug 20709: Fix wrong update URL in alpha bundles
+   * Bug 20556: Start using pt-BR instead of pt-PT for Portuguese
+   * Bug 20809: Use non-/html search engine URL for DuckDuckGo search plugins
+   * Bug 20837: Activate iat-mode for certain obfs4 bridges
+   * Bug 20838: Uncomment NX01 default obfs4 bridge
+   * Bug 20840: Rotate ports a third time for default obfs4 bridges
+ * Linux
+   * Bug 20352: Integrate sandboxed-tor-browser into our Gitian build
+   * Bug 20758: Make Linux sandbox build deterministic
+   * Bug 10281: Use jemalloc4 and abort on redzone corruption
+ * OS X
+   * Bug 20121: Create Seatbelt profile(s) for Tor Browser
+
 Tor Browser 6.5a5-hardened -- December 1 2016
  * All Platforms
    * Update Firefox to 45.5.1esr
diff --git a/gitian/versions.alpha b/gitian/versions.alpha
index 0cc7999..d72aa18 100755
--- a/gitian/versions.alpha
+++ b/gitian/versions.alpha
@@ -10,15 +10,15 @@ DATA_OUTSIDE_APP_DIR=1
 
 VERIFY_TAGS=1
 
-FIREFOX_VERSION=45.5.1esr
+FIREFOX_VERSION=45.6.0esr
 
 TORBROWSER_UPDATE_CHANNEL=alpha
 
 TORBROWSER_TAG=tor-browser-${FIREFOX_VERSION}-6.5-1-build1
-TOR_TAG=tor-0.2.9.5-alpha
+TOR_TAG=tor-0.2.9.6-rc
 TORLAUNCHER_TAG=0.2.10.2
-TORBUTTON_TAG=1.9.6.7
-HTTPSE_TAG=5.2.7
+TORBUTTON_TAG=1.9.6.8
+HTTPSE_TAG=5.2.8
 NSIS_TAG=v0.3.1
 ZLIB_TAG=v1.2.8
 LIBEVENT_TAG=release-2.0.22-stable
@@ -41,8 +41,11 @@ GO_X_CRYPTO_TAG=4ed45ec682102c643324fae5dff8dab085b6c300
 GO_X_NET_TAG=7dbad50ab5b31073856416cdcfeb2796d682f844
 OBFS4_TAG=obfs4proxy-0.0.5
 NOTOFONTS_TAG=720e34851382ee3c1ef024d8dffb68ffbfb234c2
+ERRORS_TAG=248dadf4e9068a0b3e79f02ed0a610d935de5302
+GB_TAG=06cc925cce6592e922dcc4839a8b44feb384e71e
+SANDBOX_TAG=sandboxed-tor-browser-0.0.2
 
-GITIAN_TAG=tor-browser-builder-4-1
+GITIAN_TAG=tor-browser-builder-4-2
 
 OPENSSL_VER=1.0.2j
 GMP_VER=5.1.3
diff --git a/tools/update-responses/config.yml b/tools/update-responses/config.yml
index 8daa8e1..210e707 100644
--- a/tools/update-responses/config.yml
+++ b/tools/update-responses/config.yml
@@ -19,7 +19,7 @@ build_targets:
     osx32: Darwin_x86-gcc3
     osx64: Darwin_x86_64-gcc3
 channels:
-    alpha: 6.5a5
+    alpha: 6.5a6
     release: 6.0.1
 versions:
     6.0.1:
@@ -33,11 +33,12 @@ versions:
         osx32:
             minSupportedOSVersion: 10.8
             detailsURL: https://blog.torproject.org/blog/end-life-plan-tor-browser-32-bit-macs#updating
-    6.5a5:
-        platformVersion: 45.5.1
-        detailsURL: https://blog.torproject.org/blog/tor-browser-65a5-released
+    6.5a6:
+        platformVersion: 45.6.0
+        detailsURL: https://blog.torproject.org/blog/tor-browser-65a6-released
         incremental_from:
           - 6.5a4
+          - 6.5a5
         migrate_archs:
           osx32: osx64
         migrate_langs:



More information about the tor-commits mailing list