[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41238, 41239: Prepare Tor, Mullvad Browser 14.0a6
morgan (@morgan)
git at gitlab.torproject.org
Thu Sep 19 21:09:57 UTC 2024
morgan pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
2d28eb56 by Morgan at 2024-09-19T19:26:12+00:00
Bug 41238,41239: Prepare Tor,Mullvad Browser 14.0a6
- - - - -
6 changed files:
- projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
- projects/firefox/config
- projects/geckoview/config
- projects/translation/config
- rbm.conf
Changes:
=====================================
projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
=====================================
@@ -1,3 +1,16 @@
+Mullvad Browser 14.0a6 - September 19 2024
+ * All Platforms
+ * Bug 344: set media.navigator.enabled = true [mullvad-browser]
+ * Bug 42718: Remove the firefox-view button from UI, even when always-on private-browsing mode is disabled [tor-browser]
+ * Bug 42740: Stop trying to hide "Restore previous session" [tor-browser]
+ * Bug 42831: Remove the shopping components [tor-browser]
+ * Bug 43072: moz-message-bar does not get announced on Orca screen-reader [tor-browser]
+ * Bug 43083: Backport fix for Mozilla 1436462 [tor-browser]
+ * Bug 43144: Ensure non-privacy browsing also sets the GPC header [tor-browser]
+ * Linux
+ * Bug 43141: Hardcode Arimo as a system-ui font [tor-browser]
+ * Bug 41237: Add some aliases to our Linux font config for compatibility [tor-browser-build]
+
Mullvad Browser 14.0a5 - September 12 2024
* All Platforms
* Updated NoScript to 11.4.37
=====================================
projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
=====================================
@@ -1,3 +1,39 @@
+Tor Browser 14.0a6 - September 19 2024
+ * All Platforms
+ * Bug 42831: Remove the shopping components [tor-browser]
+ * Bug 43144: Ensure non-privacy browsing also sets the GPC header [tor-browser]
+ * Windows + macOS + Linux
+ * Bug 42698: Bridge card background contrast is low for bridge-moji [tor-browser]
+ * Bug 42718: Remove the firefox-view button from UI, even when always-on private-browsing mode is disabled [tor-browser]
+ * Bug 42740: Stop trying to hide "Restore previous session" [tor-browser]
+ * Bug 43072: moz-message-bar does not get announced on Orca screen-reader [tor-browser]
+ * Bug 43083: Backport fix for Mozilla 1436462 [tor-browser]
+ * Linux
+ * Bug 43141: Hardcode Arimo as a system-ui font [tor-browser]
+ * Bug 41237: Add some aliases to our Linux font config for compatibility [tor-browser-build]
+ * Android
+ * Bug 41550: Remove unused extensions from Tor Browser for Android [tor-browser]
+ * Bug 43052: Remove non private tabs icon and "other device tabs" from tab view [tor-browser]
+ * Bug 43129: about:neterror cannot display SVG on Android with Security Level Safest [tor-browser]
+ * Bug 43145: Backport Android security fix from 130.0.1 [tor-browser]
+ * Bug 43146: Update the icon of DuckDuckGo onion search engine on Android [tor-browser]
+ * Bug 43147: Remove unused search plugins from the apk files [tor-browser]
+
+Tor Browser 13.5.4 - September 16 2024
+ * All Platforms
+ * Updated NoScript to 11.4.37
+ * Updated OpenSSL to 3.0.15
+ * Windows + macOS + Linux
+ * Bug 41835: Review default search engine options [tor-browser]
+ * Android
+ * Bug 43124: Implement a migration procedure for Android [tor-browser]
+ * Bug 43145: Backport Android security fix from 130.0.1 [tor-browser]
+ * Build System
+ * All Platforms
+ * Bug 41229: Migrate OpenSSL download location to github releases [tor-browser-build]
+ * macOS
+ * Bug 41231: Use var/browser_release_date in tools/signing/gatekeeper-bundling.sh [tor-browser-build]
+
Tor Browser 14.0a5 - September 12 2024
* All Platforms
* Updated NoScript to 11.4.37
=====================================
projects/firefox/config
=====================================
@@ -19,7 +19,7 @@ var:
browser_series: '14.0'
browser_rebase: 1
browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
- browser_build: 5
+ browser_build: 6
branding_directory_prefix: 'tb'
copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
@@ -107,7 +107,7 @@ targets:
gitlab_project: https://gitlab.torproject.org/tpo/applications/mullvad-browser
updater_url: 'https://cdn.mullvad.net/browser/update_responses/update_1/'
nightly_updates_publish_dir_prefix: mullvadbrowser-
- browser_build: 3
+ browser_build: 4
linux-x86_64:
var:
=====================================
projects/geckoview/config
=====================================
@@ -21,7 +21,7 @@ var:
browser_series: '14.0'
browser_rebase: 1
browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
- browser_build: 5
+ browser_build: 6
copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
git_commit: '[% exec("git rev-parse HEAD") %]'
=====================================
projects/translation/config
=====================================
@@ -12,13 +12,13 @@ compress_tar: 'gz'
steps:
base-browser:
base-browser: '[% INCLUDE build %]'
- git_hash: d69ac083437e60d681fdefce6aa1fde96e2f1eaf
+ git_hash: 16446c485b3be4198a7e79bfcac6510784a18506
targets:
nightly:
git_hash: 'base-browser'
tor-browser:
tor-browser: '[% INCLUDE build %]'
- git_hash: 39278e84f51b8440b4b9aa7c2f97d5fdb819b145
+ git_hash: 92b97bec9c21cc8881bee506bd75e05bab7578a3
targets:
nightly:
git_hash: 'tor-browser'
@@ -32,7 +32,7 @@ steps:
fenix: '[% INCLUDE build %]'
# We need to bump the commit before releasing but just pointing to a branch
# might cause too much rebuidling of the Firefox part.
- git_hash: 2a9884fadf15e57f6a661f12ede1312cc71602c1
+ git_hash: 0f1821e7e70c8ae3d8d59b9d889d95c135913bd9
compress_tar: 'zst'
targets:
nightly:
=====================================
rbm.conf
=====================================
@@ -73,18 +73,18 @@ buildconf:
git_signtag_opt: '-s'
var:
- torbrowser_version: '14.0a5'
+ torbrowser_version: '14.0a6'
torbrowser_build: 'build1'
# This should be the date of when the build is started. For the build
# to be reproducible, browser_release_date should always be in the past.
- browser_release_date: '2024/09/12 20:39:44'
+ browser_release_date: '2024/09/19 19:03:33'
browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]'
updater_enabled: 1
build_mar: 1
torbrowser_incremental_from:
+ - 14.0a5
- 14.0a4
- 14.0a3
- - 14.0a2
mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
# By default, we sort the list of installed packages. This allows sharing
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/2d28eb562c206291668f62f6c59cbd5805b9c0cb
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/2d28eb562c206291668f62f6c59cbd5805b9c0cb
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20240919/fb685a4a/attachment-0001.htm>
More information about the tbb-commits
mailing list