This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch maint-11.5 in repository builders/tor-browser-build.
The following commit(s) were added to refs/heads/maint-11.5 by this push: new 3d341bd Bug 40533: Prepare stable release 11.5.1 3d341bd is described below
commit 3d341bd8a681833fd9cb2b67a11b72869c67f225 Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Thu Jul 21 13:09:30 2022 +0200
Bug 40533: Prepare stable release 11.5.1
Based on Firefox 91.12 ESR. --- projects/firefox/config | 2 +- projects/go/config | 4 ++-- projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt | 16 ++++++++++++++++ rbm.conf | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-)
diff --git a/projects/firefox/config b/projects/firefox/config index f74a1a1..67a6666 100644 --- a/projects/firefox/config +++ b/projects/firefox/config @@ -10,7 +10,7 @@ container: use_container: 1
var: - firefox_platform_version: 91.11.0 + firefox_platform_version: 91.12.0 firefox_version: '[% c("var/firefox_platform_version") %]esr' torbrowser_branch: 11.5 branding_directory: 'browser/branding/alpha' diff --git a/projects/go/config b/projects/go/config index da083f2..a95521d 100644 --- a/projects/go/config +++ b/projects/go/config @@ -1,5 +1,5 @@ # vim: filetype=yaml sw=2 -version: 1.17.11 +version: 1.17.12 filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz' container: use_container: 1 @@ -118,7 +118,7 @@ input_files: - URL: 'https://golang.org/dl/go%5B% c("version") %].src.tar.gz' enable: '[% ! c("var/android") %]' name: go - sha256sum: ac2649a65944c6a5abe55054000eee3d77196880da36a3555f62e06540e8eb54 + sha256sum: 0d51b5b3f280c0f01f534598c0219db5878f337da6137a9ee698777413607209 - URL: 'https://golang.org/dl/go%5B% c("version") %].src.tar.gz' enable: '[% c("var/android") %]' name: go diff --git a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt index 862946d..d382044 100644 --- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt +++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt @@ -1,3 +1,19 @@ +Tor Browser 11.5.1 - July 26 2022 + * Windows + OS X + Linux + * Update Firefox to 91.12.0esr + * Bug 41049: QR codes in connection settings aren't recognized by some readers in dark theme [tor-browser] + * Bug 41050: "Continue to HTTP Site" button doesn't work on IP addresses [tor-browser] + * Bug 41053: remove HTTPS-Everywhere entry from browser.uiCustomization.state pref [tor-browser] + * Bug 41054: Improve color contrast of purple elements in connection settings in dark theme [tor-browser] + * Bug 41055: Icon fix from #40834 is missing in 11.5 stable [tor-browser] + * Bug 41058: Hide `currentBridges` description when the section itself is hidden [tor-browser] + * Bug 41059: Bridge cards aren't displaying, and toggle themselves off [tor-browser] + * Build System + * Windows + OS X + Linux + * Update Go to 1.17.12 + * Bug 40547: Remove container/remote_* from rbm.conf [tor-browser-build] + * Bug 40584: Update tor-browser manual to latest [tor-browser-build] + Tor Browser 11.5 - July 7 2022 * All Platforms * Update OpenSSL to 1.1.1q diff --git a/rbm.conf b/rbm.conf index 06efb0a..486f573 100644 --- a/rbm.conf +++ b/rbm.conf @@ -69,10 +69,10 @@ buildconf: git_signtag_opt: '-s'
var: - torbrowser_version: '11.5' + torbrowser_version: '11.5.1' torbrowser_build: 'build1' torbrowser_incremental_from: - - 11.0.15 + - 11.5 project_name: tor-browser multi_lingual: 0 build_mar: 1
tbb-commits@lists.torproject.org