commit bcb6cc1a83246ff1018df5f937dfe36687d513d7 Author: Georg Koppen gk@torproject.org Date: Fri Jan 25 16:09:14 2019 +0000
Release preparations for 8.5a7
Versions bump and Changelog update --- projects/firefox/config | 2 +- projects/https-everywhere/config | 2 +- .../tor-browser/Bundle-Data/Docs/ChangeLog.txt | 53 ++++++++++++++++++++++ projects/tor/config | 2 +- projects/torbutton/config | 2 +- rbm.conf | 5 +- 6 files changed, 59 insertions(+), 7 deletions(-)
diff --git a/projects/firefox/config b/projects/firefox/config index b001354..2556313 100644 --- a/projects/firefox/config +++ b/projects/firefox/config @@ -8,7 +8,7 @@ git_submodule: 1 gpg_keyring: torbutton.gpg
var: - firefox_platform_version: 60.4.0 + firefox_platform_version: 60.5.0 firefox_version: '[% c("var/firefox_platform_version") %]esr' torbrowser_branch: 8.5 torbrowser_update_channel: alpha diff --git a/projects/https-everywhere/config b/projects/https-everywhere/config index 3b45143..59eb463 100644 --- a/projects/https-everywhere/config +++ b/projects/https-everywhere/config @@ -1,5 +1,5 @@ # vim: filetype=yaml sw=2 -version: 2018.10.31 +version: 2019.1.7 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 bd59467..46ba50f 100644 --- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt +++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt @@ -1,3 +1,56 @@ +Tor Browser 8.5a7 -- January 29 2018 + * All Platforms + * Update Firefox to 60.5.0esr + * Update Torbutton to 2.1.4 + * Bug 25702: Update Tor Browser icon to follow design guidelines + * Bug 21805: Add click-to-play button for WebGL + * Bug 28836: Links on about:tor are not clickable + * Bug 29035: Clean up our donation campaign and add newsletter sign-up link + * Translations update + * Code clean-up + * Update HTTPS Everywhere to 2019.1.7 + * Update NoScript to 10.2.1 + * Bug 28873: Cascading of permissions is broken + * Bug 28720: Some videos are blocked outright on higher security levels + * Bug 29082: Backport patches for bug 1469916 + * Bug 28711: Backport patches for bug 1474659 + * Bug 27828: "Check for Tor Browser update" doesn't seem to do anything + * Bug 29028: Auto-decline most canvas warning prompts again + * Bug 27597: Fix our debug builds + * Windows + * Update Tor to 0.4.0.1-alpha + * Bug 25702: Activity 1.1 Update Tor Browser icon to follow design guidelines + * Bug 28111: Use Tor Browser icon in identity box + * Bug 22654: Firefox icon is shown for Tor Browser on Windows 10 start menu + * Bug 27503: Compile with accessibility support + * Bug 28874: Bump mingw-w64 commit to fix WebGL crash + * Bug 28546: Rebrand Tor Browser's Window's Installer + * Bug 12885: Windows Jump Lists fail for Tor Browser + * Bug 28618: Set MOZILLA_OFFICIAL for Windows build + * OS X + * Update Tor to 0.4.0.1-alpha + * Bug 25702: Activity 1.1 Update Tor Browser icon to follow design guidelines + * Bug 28111: Use Tor Browser icon in identity box + * Linux + * Update Tor to 0.4.0.1-alpha + * Bug 25702: Activity 1.1 Update Tor Browser icon to follow design guidelines + * Bug 28111: Use Tor Browser icon in identity box + * Bug 27531: Fix crashing print dialog + * Android + * Bug 28705: Fix download crash on newer Android devices + * Bug 28814: Backport 1480079 to allow installing downloaded apps + * Build System + * All Platforms + * Bug 29158: Install updated apt packages (CVE-2019-3462) + * Bug 29097: Don't try to install python3.6-lxml for HTTPS Everywhere + * Windows + * Bug 26148: Update binutils to 2.31.1 + * Bug 29081: Harden libwinpthread + * Linux + * Bug 26148: Update binutils to 2.31.1 + * Android + * Bug 28752: Don't download tor-android-binary resources during build + Tor Browser 8.5a6 -- December 11 2018 * All Platforms * Update Firefox to 60.4.0esr diff --git a/projects/tor/config b/projects/tor/config index fe3bec9..e6e923b 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.5.5-alpha +version: 0.4.0.1-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 0fff877..5d42fc5 100644 --- a/projects/torbutton/config +++ b/projects/torbutton/config @@ -1,5 +1,5 @@ # vim: filetype=yaml sw=2 -version: 2.1.3 +version: 2.1.4 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 a397752..e929728 100644 --- a/rbm.conf +++ b/rbm.conf @@ -15,11 +15,10 @@ buildconf: git_signtag_opt: '-s'
var: - torbrowser_version: '8.5a6' + torbrowser_version: '8.5a7' torbrowser_build: 'build1' torbrowser_incremental_from: - - 8.5a4 - - 8.5a5 + - 8.5a6 project_name: tor-browser multi_lingual: 0 build_mar: 1
tor-commits@lists.torproject.org