commit 1bfa9e51ba7ba1972e3d6d3b15080d406ff7ff67 Author: Georg Koppen gk@torproject.org Date: Thu Sep 17 14:13:50 2015 +0000
Version bumps; Changelog update --- Bundle-Data/Docs/ChangeLog.txt | 25 +++++++++++++++++++++++++ gitian/versions | 4 ++-- 2 files changed, 27 insertions(+), 2 deletions(-)
diff --git a/Bundle-Data/Docs/ChangeLog.txt b/Bundle-Data/Docs/ChangeLog.txt index 03e460e..105148b 100644 --- a/Bundle-Data/Docs/ChangeLog.txt +++ b/Bundle-Data/Docs/ChangeLog.txt @@ -1,3 +1,28 @@ +Tor Browser 5.0.3 -- September 22 2015 + * All Platforms + * Update Firefox to 38.3.0esr + * Update Torbutton to 1.9.3.4 + * Bug 16887: Update intl.accept_languages value + * Bug 15493: Update circuit display on new circuit info + * Bug 16797: brandShorterName is missing from brand.properties + * Bug 14429: Make sure the automatic resizing is disabled + * Translation updates + * Bug 7446: Torbutton should not fix up .onion domains + * Bug 16837: Disable Firefox Hotfix updates + * Bug 16855: Allow blobs to be download on first-party pages + * Bug 16781: Allow saving pdf files in built-in pdf viewer + * Bug 16842: Restore Media tab on Page information dialog + * Bug 16727: Disable about:healthreport page + * Bug 16783: Normalize NoScript default whitelist + * Bug 16775: Fix preferences dialog with slider set to "High" + * Bug 13579: Update download progress bar automatically + * Bug 15646: Prevent keyboard layout fingerprinting in KeyboardEvent + * Bug 17046: Event.timeStamp should not reveal startup time + * Windows + * Bug 16906: Fix Mingw-w64 compilation breakage + * OS X + * Bug 16910: Update copyright year in OS X bundles + Tor Browser 5.0.2 -- August 27 2015 * All Platforms * Update Firefox to 38.2.1esr diff --git a/gitian/versions b/gitian/versions index c0b86ea..deecc7f 100755 --- a/gitian/versions +++ b/gitian/versions @@ -4,14 +4,14 @@ BUILD_PT_BUNDLES=1
VERIFY_TAGS=1
-FIREFOX_VERSION=38.2.1esr +FIREFOX_VERSION=38.3.0esr
TORBROWSER_UPDATE_CHANNEL=release
TORBROWSER_TAG=tor-browser-${FIREFOX_VERSION}-5.0-2-build1 TOR_TAG=tor-0.2.6.10 TORLAUNCHER_TAG=0.2.7.7 -TORBUTTON_TAG=1.9.3.2 +TORBUTTON_TAG=1.9.3.4 HTTPSE_TAG=5.0.7 NSIS_TAG=v0.3 ZLIB_TAG=v1.2.8
tor-commits@lists.torproject.org