commit 75de6487f7aa4ce7b3feb90e39933ddd424c7d1f Author: Georg Koppen gk@torproject.org Date: Wed Nov 9 10:44:59 2016 +0000
Release preparations for 6.0.6
Changelog update, versions bumps, and config.yml update --- Bundle-Data/Docs/ChangeLog.txt | 28 ++++++++++++++++++++++++++++ gitian/versions | 10 +++++----- tools/update-responses/config.yml | 10 +++++----- 3 files changed, 38 insertions(+), 10 deletions(-)
diff --git a/Bundle-Data/Docs/ChangeLog.txt b/Bundle-Data/Docs/ChangeLog.txt index ecb6572..f2eddea 100644 --- a/Bundle-Data/Docs/ChangeLog.txt +++ b/Bundle-Data/Docs/ChangeLog.txt @@ -1,3 +1,31 @@ +Tor Browser 6.0.6 -- November 15 + * All Platforms + * Update Firefox to 45.5.0esr + * Update Tor to 0.2.8.9 + * Update OpenSSL to 1.0.1u + * Update Torbutton to 1.9.5.8 + * Bug 20414: Add donation banner on about:tor for 2016 campaign + * Translation updates + * Update Tor Launcher to 0.2.9.4 + * Bug 20429: Do not open progress window if tor doesn't get started + * Bug 19646: Wrong location for meek browser profile on OS X + * Update HTTPS-Everywhere to 5.2.7 + * Update meek to 0.25 + * Bug 19646: Wrong location for meek browser profile on OS X + * Bug 20030: Shut down meek-http-helper cleanly if built with Go > 1.5.4 + * Bug 19838: Add dgoulet's bridge and add another one commented out + * Bug 20296: Rotate ports again for default obfs4 bridges + * Bug 19735: Switch default search engine to DuckDuckGo + * Bug 20118: Don't unpack HTTPS Everywhere anymore + * Windows + * Bug 20342: Add tor-gencert.exe to expert bundle + * OS X + * Bug 20204: Windows don't drag on macOS Sierra anymore + * Bug 20250: Meek fails on macOS Sierra if built with Go < 1.7 + * Build system + * All platforms + * Upgrade Go to 1.7.3 + Tor Browser 6.0.5 -- September 16 * All Platforms * Update Firefox to 45.4.0esr diff --git a/gitian/versions b/gitian/versions index 92d7125..c08c7be 100755 --- a/gitian/versions +++ b/gitian/versions @@ -10,15 +10,15 @@ DATA_OUTSIDE_APP_DIR=1
VERIFY_TAGS=1
-FIREFOX_VERSION=45.4.0esr +FIREFOX_VERSION=45.5.0esr
TORBROWSER_UPDATE_CHANNEL=release
TORBROWSER_TAG=tor-browser-${FIREFOX_VERSION}-6.0-1-build1 -TOR_TAG=tor-0.2.8.7 -TORLAUNCHER_TAG=0.2.9.3 -TORBUTTON_TAG=1.9.5.7 -HTTPSE_TAG=5.2.4 +TOR_TAG=tor-0.2.8.9 +TORLAUNCHER_TAG=0.2.9.4 +TORBUTTON_TAG=1.9.5.8 +HTTPSE_TAG=5.2.7 NSIS_TAG=v0.3.1 ZLIB_TAG=v1.2.8 LIBEVENT_TAG=release-2.0.22-stable diff --git a/tools/update-responses/config.yml b/tools/update-responses/config.yml index d81d102..4d21f0e 100644 --- a/tools/update-responses/config.yml +++ b/tools/update-responses/config.yml @@ -16,13 +16,13 @@ build_targets: osx64: Darwin_x86_64-gcc3 channels: alpha: 6.5a2 - release: 6.0.5 + release: 6.0.6 versions: - 6.0.5: - platformVersion: 45.4.0 - detailsURL: https://blog.torproject.org/blog/tor-browser-605-released + 6.0.6: + platformVersion: 45.5.0 + detailsURL: https://blog.torproject.org/blog/tor-browser-606-released incremental_from: - - 6.0.4 + - 6.0.5 migrate_archs: osx32: osx64 osx32:
tbb-commits@lists.torproject.org