commit d1fad5a54345d9dad8f8997f2f956d3f4fdeb0f4 Author: Mike Perry mikeperry-git@torproject.org Date: Mon Sep 23 14:24:26 2013 -0700
Update changelog and versions for JS-Ctypes and Startpage fixes. --- Bundle-Data/Docs/ChangeLog.txt | 8 ++++++-- gitian/versions | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/Bundle-Data/Docs/ChangeLog.txt b/Bundle-Data/Docs/ChangeLog.txt index 4960a0a..ef14c4a 100644 --- a/Bundle-Data/Docs/ChangeLog.txt +++ b/Bundle-Data/Docs/ChangeLog.txt @@ -1,6 +1,8 @@ -Tor Browser Bundle 3.0alpha4 -- Sep 20 2013 +Tor Browser Bundle 3.0alpha4 -- Sep 24 2013 * All Platforms: * Bug #8751: Randomize TLS HELLO timestamp in HTTPS connections + * Bug #9790 (workaround): Temporarily re-enable JS-Ctypes for cache + isolation and SSL Observatory * Update Firefox to 17.0.9esr * Update Tor to 0.2.4.17-rc * Update NoScript to 2.6.7.1 @@ -10,9 +12,11 @@ Tor Browser Bundle 3.0alpha4 -- Sep 20 2013 * Bug #9445: Allow user to enter bridges with or without 'bridge' keyword * Bug #9593: Use UTF16 for Tor process launch to handle unicode paths. * misc: Detect when Tor exits and display appropriate notification - * Update Torbutton to 1.6.2 + * Update Torbutton to 1.6.2.1 * Bug 9492: Fix Torbutton logo on OSX and Windows (and related initialization code) + * Bug 8839: Disable Google/Startpage search filters using Tor-specific urls +
Tor Browser Bundle 3.0alpha3 -- Aug 01 2013 * All Platforms: diff --git a/gitian/versions b/gitian/versions index c89d110..1488b07 100755 --- a/gitian/versions +++ b/gitian/versions @@ -3,10 +3,10 @@ BUNDLE_LOCALES="de es-ES fa fr it ko nl pl pt-PT ru vi zh-CN"
VERIFY_TAGS=1
-TORBROWSER_TAG=tor-browser-17.0.9esr-3.0alpha4-build1 +TORBROWSER_TAG=tor-browser-17.0.9esr-3.0alpha4-build2 TOR_TAG=tor-0.2.4.17-rc TORLAUNCHER_TAG=0.2.2-alpha -TORBUTTON_TAG=1.6.2 +TORBUTTON_TAG=1.6.2.1 HTTPSE_TAG=3.3.1 NSIS_TAG=v0.1 ZLIB_TAG=v1.2.8
tor-commits@lists.torproject.org