commit 46068f47ab0d834f23aea681f3f73320f9c0f6c6 Author: Georg Koppen gk@torproject.org Date: Fri Mar 22 07:02:49 2019 +0000
Release preparations for 8.0.8
Versions bump and Changelog update --- projects/firefox-langpacks/config | 2 +- projects/firefox/config | 4 ++-- projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt | 6 ++++++ rbm.conf | 5 +++-- 4 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/projects/firefox-langpacks/config b/projects/firefox-langpacks/config index 04cd7dd..4e42939 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: build2 + ff_build: build1 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 0d7834c..dcc20c4 100644 --- a/projects/firefox/config +++ b/projects/firefox/config @@ -1,13 +1,13 @@ # 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-build1' +git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-1-build1' tag_gpg_id: 1 git_url: https://git.torproject.org/tor-browser.git gpg_keyring: torbutton.gpg
var: - firefox_platform_version: 60.6.0 + firefox_platform_version: 60.6.1 firefox_version: '[% c("var/firefox_platform_version") %]esr' torbrowser_branch: 8.0 torbrowser_update_channel: alpha diff --git a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt index 4d533ce..0fed743 100644 --- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt +++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt @@ -1,3 +1,9 @@ +Tor Browser 8.0.8 -- March 22 2019 + * All platforms + * Update Firefox to 60.6.1esr + * Update NoScript to 10.2.4 + * Bug 29733: Work around Mozilla's bug 1532530 + Tor Browser 8.0.7 -- March 19 2019 * All platforms * Update Firefox to 60.6.0esr diff --git a/rbm.conf b/rbm.conf index 8d3377b..f63c3a1 100644 --- a/rbm.conf +++ b/rbm.conf @@ -15,10 +15,11 @@ buildconf: git_signtag_opt: '-s'
var: - torbrowser_version: '8.0.7' - torbrowser_build: 'build3' + torbrowser_version: '8.0.8' + torbrowser_build: 'build1' torbrowser_incremental_from: - 8.0.6 + - 8.0.7 project_name: tor-browser multi_lingual: 0 build_mar: 1
tbb-commits@lists.torproject.org