commit 0709bf672473a4440a3d0a09d6f30ebd03433d28 Author: Georg Koppen gk@torproject.org Date: Fri Jun 22 09:17:21 2018 +0000
Release preparations for 8.0a9
Changelog update and versions bump --- projects/firefox-langpacks/config | 2 +- projects/firefox/config | 2 +- projects/https-everywhere/config | 2 +- .../tor-browser/Bundle-Data/Docs/ChangeLog.txt | 78 ++++++++++++++++++++++ projects/tor-browser/config | 4 +- projects/tor-launcher/config | 2 +- projects/tor/config | 2 +- projects/torbutton/config | 2 +- rbm.conf | 4 +- 9 files changed, 88 insertions(+), 10 deletions(-)
diff --git a/projects/firefox-langpacks/config b/projects/firefox-langpacks/config index 4e42939..04cd7dd 100644 --- a/projects/firefox-langpacks/config +++ b/projects/firefox-langpacks/config @@ -4,7 +4,7 @@ filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/buil
var: ff_version: '[% pc("firefox", "var/firefox_version") %]' - ff_build: build1 + ff_build: build2 ff_arch: linux-i686 input_filename: 'dl-langpack-[% c("var/ff_arch") %]-[% c("version") %]'
diff --git a/projects/firefox/config b/projects/firefox/config index c2cbebd..350b4fd 100644 --- a/projects/firefox/config +++ b/projects/firefox/config @@ -7,7 +7,7 @@ git_url: https://git.torproject.org/tor-browser.git gpg_keyring: torbutton.gpg
var: - firefox_platform_version: 60.0.1 + firefox_platform_version: 60.1.0 firefox_version: '[% c("var/firefox_platform_version") %]esr' torbrowser_branch: 8.0 torbrowser_update_channel: alpha diff --git a/projects/https-everywhere/config b/projects/https-everywhere/config index cfa0a78..739347b 100644 --- a/projects/https-everywhere/config +++ b/projects/https-everywhere/config @@ -1,5 +1,5 @@ # vim: filetype=yaml sw=2 -version: 2018.4.11 +version: 2018.6.21 git_url: https://git.torproject.org/https-everywhere.git git_hash: '[% c("version") %]' git_submodule: 1 diff --git a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt index 4438a9d..7a536da 100644 --- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt +++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt @@ -1,3 +1,81 @@ +Tor Browser 8.0a9 -- June 27 2018 + * All platforms + * Update Firefox to 60.1.0esr + * Update Tor to 0.3.4.2-alpha + * Update Libevent to 2.1.8 + * Update Binutils to 2.26.1 + * Update Torbutton to 2.0 + * Bug 26100: Adapt Torbutton to Firefox 60 ESR + * Bug 24309: Move circuit display to the identity popup + * Bug 26128: Adapt security slider to the WebExtensions version of NoScript + * Bug 23247: Show security state of .onions + * Bug 26129: Show our about:tor page on startup + * Bug 26235: Hide new unusable items from help menu + * Bug 26058: Remove workaround for hiding 'sign in to sync' button + * Bug 20628: Add locales bn-BD, da, he, sv, zh-TW + * Translations update + * Update Tor Launcher to 0.2.16 + * Bug 25750: Update Tor Launcher to make it compatible with Firefox 60 ESR + * Bug 20890: Increase control port connection timeout + * Bug 20628: Add more locales to Tor Browser + * Translations update + * Update HTTPS Everywhere to 2018.6.13 + * Update NoScript to 10.1.8.2 + * Bug 25543: Rebase Tor Browser patches for ESR60 + * Bug 23247: Show security state of .onions + * Bug 26039: Load our preferences that modify extensions + * Bug 26365: Add potential AltSvc support + * Bug 26045: Add new MAR signing keys + * Bug 22564: Hide Firefox Sync + * Bug 25090: Disable updater telemetry + * Bug 26127: Make sure Torbutton and Tor Launcher are not treated as legacy extensions + * Bug 26073: Migrate general.useragent.locale to intl.locale.requested + * Bug 20628: Make Tor Browser available in bn-BD, da, he, sv-SE, and zh-TW + * Bug 12927: Include Hebrew translation into Tor Browser + * Bug 21245: Add danish (da) translation + * Windows + * Bug 26239+24197: Enable content sandboxing for 64bit Windows builds + * Bug 22581: Fix shutdown crash + * Bug 26424: Disable UNC paths to prevent possible proxy bypasses + * Bug 26304: Update zlib to version 1.2.11 + * OS X + * Bug 24052: Backport fix for bug 1412081 for better file:// handling + * Bug 24632: Disable snowflake for now until its build is fixed + * Bug 26438: Remove broken seatbelt profiles + * Linux + * Bug 24052: Backport fix for bug 1412081 for better file:// handling + * Bug 26153: Update selfrando to be compatible with Firefox 60 ESR + * Bug 22242: Remove RUNPATH in Linux binaries embedded by selfrando + * Bug 26354: Set SSE2 support as minimal requirement for Tor Browser 8 + * Build System + * All + * Bug 26362: Use old MAR format for first ESR60-based alpha + * Clean up + * Windows + * Bug 26203: Adapt tor-browser-build/tor-browser for Windows + * Bug 26204: Bundle d3dcompiler_47.dll for Tor Browser 8 + * Bug 26205: Don't build the uninstaller for Windows during Firefox compilation + * Bug 26206: Ship pthread related dll where needed + * Bug 26396: Build libwinpthread reproducible + * Bug 25837: Integrate fxc2 into our build setup for Windows builds + * Bug 25894: Get a rust cross-compiler for Windows + * Bug 25554: Bump mingw-w64 version for ESR 60 + * Bug 23561: Fix nsis builds for Windows 64 + * Bug 23231: Remove our STL Wrappers workaround for Windows 64bit + * Bug 26370: Don't copy msvcr100.dll and libssp-0.dll twice + * Bug 18287: Use SHA-2 signature for Tor Browser setup executables + * OS X + * Bug 24632: Update macOS toolchain for ESR 60 + * Bug 9711: Build our own cctools for macOS cross-compilation + * Bug 25548: Update macOS SDK for Tor Browser builds to 10.11 + * Bug 26003: Clean up our mozconfig-osx-x86_64 file + * Bug 26195: Use new cctools in our macosx-toolchain project + * Bug 25975: Get a rust cross-compiler for macOS + * Linux + * Bug 26073: Patch tor-browser-build for transition to ESR 60 + * Bug 25540: Stop building and distributing sandboxed tor browser + * Bug 25481: Rust support for tor-browser and tor + Tor Browser 8.0a8 -- June 10 2018 * All platforms * Update Firefox to 52.8.1esr diff --git a/projects/tor-browser/config b/projects/tor-browser/config index 820755c..4ad855a 100644 --- a/projects/tor-browser/config +++ b/projects/tor-browser/config @@ -66,9 +66,9 @@ input_files: name: snowflake enable: '[% c("var/snowflake") %]' - filename: Bundle-Data - - URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite... + - URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite... name: noscript - sha256sum: 63a8a6a582af6e28084fae3bc72ebc5c5c2437467f8d445c8ea69d1061a3f7b2 + sha256sum: d41f5d36337569d1a1633303d7d07505ab905efba0644e73edccf43edc0d39e0 - filename: 'RelativeLink/start-tor-browser.desktop' enable: '[% c("var/linux") %]' - filename: 'RelativeLink/execdesktop' diff --git a/projects/tor-launcher/config b/projects/tor-launcher/config index fe21a49..c42e18c 100644 --- a/projects/tor-launcher/config +++ b/projects/tor-launcher/config @@ -1,5 +1,5 @@ # vim: filetype=yaml sw=2 -version: 0.2.15.2 +version: 0.2.16 git_url: https://git.torproject.org/tor-launcher.git git_hash: '[% c("version") %]' gpg_keyring: torbutton.gpg diff --git a/projects/tor/config b/projects/tor/config index 6219ea6..c873db2 100644 --- a/projects/tor/config +++ b/projects/tor/config @@ -1,6 +1,6 @@ # vim: filetype=yaml sw=2 filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %]' -version: 0.3.3.5-rc +version: 0.3.4.2-alpha git_hash: 'tor-[% c("version") %]' git_url: https://git.torproject.org/tor.git git_submodule: 1 diff --git a/projects/torbutton/config b/projects/torbutton/config index f153cf6..0791953 100644 --- a/projects/torbutton/config +++ b/projects/torbutton/config @@ -1,5 +1,5 @@ # vim: filetype=yaml sw=2 -version: 1.9.9.1 +version: 2.0 git_url: https://git.torproject.org/torbutton.git git_hash: '[% c("version") %]' gpg_keyring: torbutton.gpg diff --git a/rbm.conf b/rbm.conf index f283b19..ae8dc96 100644 --- a/rbm.conf +++ b/rbm.conf @@ -15,10 +15,10 @@ buildconf: git_signtag_opt: '-s'
var: - torbrowser_version: '8.0a7' + torbrowser_version: '8.0a9' torbrowser_build: 'build1' torbrowser_incremental_from: - - 8.0a6 + - 8.0a8 project_name: tor-browser multi_lingual: 0 build_mar: 1
tor-commits@lists.torproject.org