commit 0f1494f2596fe0e0a95639e3f17e36382efa83a5 Author: Mike Perry mikeperry-git@torproject.org Date: Thu Sep 19 00:40:45 2013 -0700
Bump versions in versions file and write changelog. --- Bundle-Data/Docs/ChangeLog.txt | 16 ++++++++++++++++ gitian/versions | 12 ++++++------ 2 files changed, 22 insertions(+), 6 deletions(-)
diff --git a/Bundle-Data/Docs/ChangeLog.txt b/Bundle-Data/Docs/ChangeLog.txt index 22c078e..4960a0a 100644 --- a/Bundle-Data/Docs/ChangeLog.txt +++ b/Bundle-Data/Docs/ChangeLog.txt @@ -1,3 +1,19 @@ +Tor Browser Bundle 3.0alpha4 -- Sep 20 2013 + * All Platforms: + * Bug #8751: Randomize TLS HELLO timestamp in HTTPS connections + * Update Firefox to 17.0.9esr + * Update Tor to 0.2.4.17-rc + * Update NoScript to 2.6.7.1 + * Update Tor-Launcher to 0.2.2-alpha + * Bug #9675: Provide feedback mechanism for clock-skew and other early + startup issues + * 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 + * Bug 9492: Fix Torbutton logo on OSX and Windows (and related + initialization code) + Tor Browser Bundle 3.0alpha3 -- Aug 01 2013 * All Platforms: * Update Firefox to 17.0.8esr diff --git a/gitian/versions b/gitian/versions index 83564d8..c89d110 100755 --- a/gitian/versions +++ b/gitian/versions @@ -1,12 +1,12 @@ -TORBROWSER_VERSION=3.0-alpha-3 +TORBROWSER_VERSION=3.0-alpha-4 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.8esr-3.0alpha3-build3 -TOR_TAG=tor-0.2.4.15-rc -TORLAUNCHER_TAG=0.2.1-alpha -TORBUTTON_TAG=1.6.1 +TORBROWSER_TAG=tor-browser-17.0.9esr-3.0alpha4-build1 +TOR_TAG=tor-0.2.4.17-rc +TORLAUNCHER_TAG=0.2.2-alpha +TORBUTTON_TAG=1.6.2 HTTPSE_TAG=3.3.1 NSIS_TAG=v0.1 ZLIB_TAG=v1.2.8 @@ -16,7 +16,7 @@ MINGW_REV=5830 GITIAN_TAG=tor-browser-builder-3.0-4
OPENSSL_VER=1.0.1e -FIREFOX_LANG_VER=17.0.8esr +FIREFOX_LANG_VER=17.0.9esr
## File names for the source packages OPENSSL_PACKAGE=openssl-${OPENSSL_VER}.tar.gz
tor-commits@lists.torproject.org