commit 7eda07be5c2afbd7f3a6ae36941520de71a91725 Author: Georg Koppen gk@torproject.org Date: Sun Nov 13 10:05:04 2016 +0000
Pick up banner changes and DuckDuckGo fix --- Bundle-Data/Docs/ChangeLog.txt | 3 ++- gitian/versions.alpha | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/Bundle-Data/Docs/ChangeLog.txt b/Bundle-Data/Docs/ChangeLog.txt index 424f09b..021055f 100644 --- a/Bundle-Data/Docs/ChangeLog.txt +++ b/Bundle-Data/Docs/ChangeLog.txt @@ -3,7 +3,7 @@ Tor Browser 6.5a4 -- November 16 2016 * Update Firefox to 45.5.0esr * Update Tor to 0.2.9.5-alpha * Update OpenSSL to 1.0.2j - * Update Torbutton to 1.9.6.6 + * Update Torbutton to 1.9.6.7 * Bug 20414: Add donation banner on about:tor for 2016 campaign * Bug 20111: use Unix domain sockets for SOCKS port by default * Bug 19459: Move resizing code to tor-browser.git @@ -38,6 +38,7 @@ Tor Browser 6.5a4 -- November 16 2016 * Bug 19838: Add dgoulet's bridge and add another one commented out * Bug 19481: Point the update URL to aus1.torproject.org * Bug 20296: Rotate ports again for default obfs4 bridges + * Bug 20651: DuckDuckGo does not work with JavaScript disabled * Bug 20399+15852: Code clean-up * Windows * Bug 20342: Add tor-gencert.exe to expert bundle diff --git a/gitian/versions.alpha b/gitian/versions.alpha index a8fff36..432cf29 100755 --- a/gitian/versions.alpha +++ b/gitian/versions.alpha @@ -14,10 +14,10 @@ FIREFOX_VERSION=45.5.0esr
TORBROWSER_UPDATE_CHANNEL=alpha
-TORBROWSER_TAG=tor-browser-${FIREFOX_VERSION}-6.5-1-build2 +TORBROWSER_TAG=tor-browser-${FIREFOX_VERSION}-6.5-1-build3 TOR_TAG=tor-0.2.9.5-alpha TORLAUNCHER_TAG=0.2.10.2 -TORBUTTON_TAG=1.9.6.6 +TORBUTTON_TAG=1.9.6.7 HTTPSE_TAG=5.2.7 NSIS_TAG=v0.3.1 ZLIB_TAG=v1.2.8
tbb-commits@lists.torproject.org