[tor-commits] [tor-browser-bundle/master] Changelog update; version bump for 5.0a1
gk at torproject.org
gk at torproject.org
Sun May 10 08:46:11 UTC 2015
commit 7c759425b65eb7a2e7b42564d65f3cd784cc9ab5
Author: Georg Koppen <gk at torproject.org>
Date: Sun May 10 08:44:42 2015 +0000
Changelog update; version bump for 5.0a1
---
Bundle-Data/Docs/ChangeLog.txt | 26 ++++++++++++++++++++++++++
gitian/versions.alpha | 4 ++--
tools/update-responses/config.yml | 14 +++++++++++++-
3 files changed, 41 insertions(+), 3 deletions(-)
diff --git a/Bundle-Data/Docs/ChangeLog.txt b/Bundle-Data/Docs/ChangeLog.txt
index cf257f0..7ff3900 100644
--- a/Bundle-Data/Docs/ChangeLog.txt
+++ b/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,29 @@
+Tor Browser 5.0a1 -- May 14 2015
+ * All Platforms
+ * Update Firefox to 31.7.0esr
+ * Update meek to 0.18
+ * Update Tor Launcher to 0.2.7.5
+ * Translation updates only
+ * Update Torbutton to 1.9.2.5
+ * Bug 15837: Show descriptions if unchecking custom mode
+ * Bug 15927: Force update of the NoScript UI when changing security level
+ * Bug 15915: Hide circuit display if it is disabled.
+ * Bug 14429: Improved automatic window resizing
+ * Translation updates
+ * Bug 15945: Disable NoScript's ClearClick protection for now
+ * Bug 15933: Isolate by base (top-level) domain name instead of FQDN
+ * Bug 15857: Fix file descriptor leak in updater that caused update failures
+ * Bug 15899: Fix errors with downloading and displaying PDFs
+ * Bug 15773: Enable ICU on OS X
+ * Bug 1517: Reduce precision of time for Javascript
+ * Bug 13670: Ensure OCSP & favicons respect URL bar domain isolation
+ * Bug 13875: Improve the spoofing of window.devicePixelRatio
+ * Windows
+ * Bug 15872: Fix meek pluggable transport startup issue with Windows 7
+ * Build System
+ * Bug 15947: Support Ubuntu 14.04 LXC hosts via LXC_EXECUTE=lxc-execute env var
+ * Bugs 15921+15922: Fix build errors during Mozilla Tryserver builds
+
Tor Browser 4.5.1 -- May 12 2015
* All Platforms
* Update Firefox to 31.7.0esr
diff --git a/gitian/versions.alpha b/gitian/versions.alpha
index 89f8567..d2ff1e3 100755
--- a/gitian/versions.alpha
+++ b/gitian/versions.alpha
@@ -8,10 +8,10 @@ FIREFOX_VERSION=31.7.0esr
TORBROWSER_UPDATE_CHANNEL=alpha
-TORBROWSER_TAG=tor-browser-${FIREFOX_VERSION}-4.5-1-build1
+TORBROWSER_TAG=tor-browser-${FIREFOX_VERSION}-5.0-1-build1
TOR_TAG=tor-0.2.6.7
TORLAUNCHER_TAG=0.2.7.5
-TORBUTTON_TAG=1.9.2.3
+TORBUTTON_TAG=1.9.2.5
HTTPSE_TAG=5.0.3
NSIS_TAG=v0.3
ZLIB_TAG=v1.2.8
diff --git a/tools/update-responses/config.yml b/tools/update-responses/config.yml
index 12f5aa8..d8ec1ee 100644
--- a/tools/update-responses/config.yml
+++ b/tools/update-responses/config.yml
@@ -9,7 +9,7 @@ build_targets:
osx32: Darwin_x86-gcc3
osx64: Darwin_x86_64-gcc3
channels:
- alpha: 4.5.1
+ alpha: 5.0a1
release: 4.5.1
versions:
4.5.1:
@@ -24,3 +24,15 @@ versions:
osx32:
minSupportedOSVersion: 10.8
detailsURL: https://blog.torproject.org/blog/end-life-plan-tor-browser-32-bit-macs#updating
+ 5.0a1:
+ platformVersion: 31.7.0
+ detailsURL: https://www.torproject.org/projects/torbrowser.html.en
+ download_url: https://www.torproject.org/dist/torbrowser/5.0a1
+ incremental_from:
+ - 4.5
+ - 4.5a5
+ migrate_archs:
+ osx32: osx64
+ osx32:
+ minSupportedOSVersion: 10.8
+ detailsURL: https://blog.torproject.org/blog/end-life-plan-tor-browser-32-bit-macs#updating
More information about the tor-commits
mailing list