This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch master in repository builders/tor-browser-build.
The following commit(s) were added to refs/heads/master by this push: new 0a89e14 fixup! Bug 40506: Prepare alpha release 11.5a13 (Desktop+Android) 0a89e14 is described below
commit 0a89e14ea42c011f8f2faec0ba1ec45b913b0368 Author: Richard Pospesel richard@torproject.org AuthorDate: Sat Jun 18 00:09:37 2022 +0000
fixup! Bug 40506: Prepare alpha release 11.5a13 (Desktop+Android)
updated to firefox build2 tag and updated tor to 0.4.7.8 --- projects/firefox/config | 2 +- projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt | 4 +++- projects/tor/config | 2 +- rbm.conf | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/projects/firefox/config b/projects/firefox/config index b2c9882..15e703a 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-build1' +git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-1-build2' 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 a2979d4..729ee3b 100644 --- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt +++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt @@ -1,5 +1,6 @@ -Tor Browser 11.5a13 - June 11 2022 +Tor Browser 11.5a13 - June 18 2022 * All Platforms + * Update Tor to 0.4.7.8 * Update NoScript to 11.4.6 * Update translations * Windows + OS X + Linux @@ -9,6 +10,7 @@ Tor Browser 11.5a13 - June 11 2022 * Bug 40458: Implement about:rulesets https-everywhere replacement [tor-browser] * Bug 40527: Remove https-everywhere from tor-browser alpha desktop [tor-browser-build] * Bug 40971: TB Alpha desktop minor issue Help button is not working [tor-browser] + * Bug 41023: Update manual URLs [tor-browser] * Linux * Bug 41015: Add --name parameter to correctly setup WM_CLASS when running as native Wayland client [tor-browser] * Build System diff --git a/projects/tor/config b/projects/tor/config index dc5028f..09b7ed3 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.7.7 +version: 0.4.7.8 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 c6897fb..3e72042 100644 --- a/rbm.conf +++ b/rbm.conf @@ -67,7 +67,7 @@ buildconf:
var: torbrowser_version: '11.5a13' - torbrowser_build: 'build1' + torbrowser_build: 'build2' torbrowser_incremental_from: - 11.5a12 project_name: tor-browser
tbb-commits@lists.torproject.org