This is an automated email from the git hooks/post-receive script.
richard pushed a change to branch bug_40486 in repository builders/tor-browser-build.
at eba0066 Bug 40486: Prepare alpha release 11.5a12 (Desktop+Android)
This branch includes the following new commits:
new eba0066 Bug 40486: Prepare alpha release 11.5a12 (Desktop+Android)
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch bug_40486 in repository builders/tor-browser-build.
commit eba0066edfc5e47ef940c942c51a9b63f5a52fd1 Author: Richard Pospesel richard@torproject.org AuthorDate: Sat May 21 19:50:53 2022 +0000
Bug 40486: Prepare alpha release 11.5a12 (Desktop+Android) --- projects/firefox/config | 2 +- projects/go/config | 8 ++++---- projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt | 17 +++++++++++++++++ rbm.conf | 6 +++--- 4 files changed, 25 insertions(+), 8 deletions(-)
diff --git a/projects/firefox/config b/projects/firefox/config index 487e22b..cfdec18 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") %]-1-build3' +git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-1-build4' tag_gpg_id: 1 git_url: https://git.torproject.org/tor-browser.git git_submodule: 1 diff --git a/projects/go/config b/projects/go/config index 54f41ab..e58119c 100644 --- a/projects/go/config +++ b/projects/go/config @@ -1,5 +1,5 @@ # vim: filetype=yaml sw=2 -version: 1.17.9 +version: 1.17.10 filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
var: @@ -96,7 +96,7 @@ targets: var: GOARCH: 386 android: - version: 1.18.1 + version: 1.18.2 var: GOOS: android android-x86: @@ -120,11 +120,11 @@ input_files: - URL: 'https://golang.org/dl/go%5B% c("version") %].src.tar.gz' enable: '[% ! c("var/android") %]' name: go - sha256sum: 763ad4bafb80a9204458c5fa2b8e7327fa971aee454252c0e362c11236156813 + sha256sum: 299e55af30f15691b015d8dcf8ecae72412412569e5b2ece20361753a456f2f9 - URL: 'https://golang.org/dl/go%5B% c("version") %].src.tar.gz' enable: '[% c("var/android") %]' name: go - sha256sum: efd43e0f1402e083b73a03d444b7b6576bb4c539ac46208b63a916b69aca4088 + sha256sum: 2c44d03ea2c34092137ab919ba602f2c261a038d08eb468528a3f3a28e5667e2 - URL: 'https://golang.org/dl/go%5B% c("var/go14_version") %].src.tar.gz' name: go14 sha256sum: 9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959 diff --git a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt index 9adf478..435fa89 100644 --- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt +++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt @@ -1,3 +1,20 @@ +Tor Browser 11.5a12 - May 21 2022 +* Windows + OS X + Linux + * Bug 40309: Avoid using regional OS locales [tor-browser] + * Bug 40912: Hide screenshots menu since we don't support it [tor-browser] + * Bug 40916: Remove the browser.download.panel.shown preference [tor-browser] + * Bug 40918: In 11.5a11 the breadcrumbs are visible on the first bootstrap [tor-browser] + * Bug 40923: Consume country code to improve error report [tor-browser] + * Bug 40967: Integrate Mozilla fix for Bug 1770137 [tor-browser] + * Bug 40968: Integrate Mozilla fix for Bug 1770048 [tor-browser] +* Build System + * All Platforms + Bug 40476: Add tools/signing/do-all-signing script, and other signing scripts improvements [tor-browser-build] + * Android + Update Go to 1.18.2 + * Windows + OS X + Linux + Update Go to 1.17.10 + Tor Browser 11.5a11 - May 4 2022 * Windows + OS X + Linux * Update Firefox to 91.9.0esr diff --git a/rbm.conf b/rbm.conf index 4e23b77..3786629 100644 --- a/rbm.conf +++ b/rbm.conf @@ -66,10 +66,10 @@ buildconf: git_signtag_opt: '-s'
var: - torbrowser_version: '11.5a11' - torbrowser_build: 'build2' + torbrowser_version: '11.5a12' + torbrowser_build: 'build1' torbrowser_incremental_from: - - 11.5a9 + - 11.5a11 project_name: tor-browser multi_lingual: 0 build_mar: 1
tbb-commits@lists.torproject.org