commit 9d253167005def507583f90f01f0fc96e2bdbe07 Author: Georg Koppen gk@torproject.org Date: Fri Sep 27 21:50:14 2019 +0000
Release preparations for 9.0a7
Changelog update and versions bump --- projects/firefox/config | 2 +- .../tor-browser/Bundle-Data/Docs/ChangeLog.txt | 58 ++++++++++++++++++++++ projects/tor-launcher/config | 2 +- projects/tor/config | 2 +- rbm.conf | 6 +-- 5 files changed, 64 insertions(+), 6 deletions(-)
diff --git a/projects/firefox/config b/projects/firefox/config index 334a1a8..3391a5a 100644 --- a/projects/firefox/config +++ b/projects/firefox/config @@ -1,7 +1,7 @@ # vim: filetype=yaml sw=2 version: '[% c("abbrev") %]' filename: 'firefox-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %]' -git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-2-build2' +git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-2-build3' tag_gpg_id: 1 git_url: https://git.torproject.org/tor-browser.git git_submodule: 1 diff --git a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt index 2ecd3d1..0f18eae 100644 --- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt +++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt @@ -1,3 +1,61 @@ +Tor Browser 9.0a7 -- October 1 2019 + * All platforms + * Bug 30304: Browser locale can be obtained via DTD strings + * Bug 31065: Set network.proxy.allow_hijacking_localhost to true + * Bug 24653: Merge securityLevel.properties into torbutton.dtd + * Bug 31725: Pick up mk in Torbutton properly + * Bug 31164: Set up default bridge at Karlstad University + * Bug 15563: Disable ServiceWorkers on all platforms + * Translations update + * Windows + OS X + Linux + * Update Tor to 0.4.2.1-alpha + * Update OpenSSL to 1.1.1d + * Bug 31844: OpenSSL 1.1.1d fails to compile for some platforms/architectures + * Update Tor Launcher to 0.2.19.4 + * Bug 31303: Do not launch tor in browser toolbox + * Bug 31491: Clean up the old meek http helper browser profiles + * Translations update + * Bug 31598: Disable warning on window resize if letterboxing is enabled + * Bug 31562: Fix circuit display for error pages + * Bug 31575: Firefox is phoning home during start-up + * Bug 31491: Clean up the old meek http helper browser profiles + * Bug 26345: Hide tracking protection UI + * Bug 31601: Disable recommended extensions again + * Bug 31604: Don't show Firefox Home when opening new tabs + * Bug 31457: disable per-installation profiles + * Bug 28822: Re-implement desktop onboarding for ESR 68 + * Bug 25483: Provide Snowflake based on Pion for Windows, macOS, and Linux + * Windows + * Bug 30800: ftp:// on Windows can be used to leak the system time zone + * OS X + * Bug 30126: Make Tor Browser on macOS compatible with Apple's notarization + * Bug 31702: Backport Mozilla's bug 1578075 + * Linux + * Bug 31646: Update abicheck to require newer libstdc++.so.6 + * Bug 31380: Snowflake does not start on older Linux systems + * Android + * Update Tor to 0.4.1.5 + * Bug 31192: Support x86_64 target on Android + * Bug 30380: Cancel dormant by startup + * Bug 30943: Show version number on mobile + * Bug 31720: Enable website suggestions in address bar + * Build System + * All platforms + * Bug 31621: Fix node bug that makes large writes to stdout fail + * Bug 27493: Clean up mozconfig options + * Bug 31308: Sync mozconfig files used in tor-browser over to tor-browser-build for esr68 + * Windows + * Bug 30384: Use 64bit containers to build 32bit Windows Tor Browser + * Bug 31538: Windows bundles based on ESR 68 are not built reproducibly + * Bug 31584: Clean up mingw-w64 project + * Bug 31596: Bump mingw-w64 version to pick up fix for #31567 + * Bug 39187: Bump NSIS version to 3.04 + * Bug 31732: Windows nightly builds are busted due to mingw-w64 commit bump + * Linux + * Bug 31448: gold and lld break linking 32bit Linux bundles + * Bug 31618: linux32 builds of Tor Browser 9.0a6 are not matching + * Bug 31450: Use still GCC for our ASan builds + Tor Browser 8.5.6 -- September 9 2019 * Android * Update Torbutton to 2.1.14 diff --git a/projects/tor-launcher/config b/projects/tor-launcher/config index 9c85b4c..6b9a3cf 100644 --- a/projects/tor-launcher/config +++ b/projects/tor-launcher/config @@ -1,5 +1,5 @@ # vim: filetype=yaml sw=2 -version: 0.2.19.3 +version: 0.2.19.4 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 9a735c2..7bec267 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.4.1.5 +version: 0.4.2.1-alpha git_hash: 'tor-[% c("version") %]' git_url: https://git.torproject.org/tor.git git_submodule: 1 diff --git a/rbm.conf b/rbm.conf index 008fab7..2fe2391 100644 --- a/rbm.conf +++ b/rbm.conf @@ -24,10 +24,10 @@ buildconf: git_signtag_opt: '-s'
var: - torbrowser_version: '9.0a6' - torbrowser_build: 'build4' + torbrowser_version: '9.0a7' + torbrowser_build: 'build1' torbrowser_incremental_from: - - 9.0a4 + - 9.0a6 project_name: tor-browser multi_lingual: 0 build_mar: 1
tbb-commits@lists.torproject.org