Commit b159153f authored by morgan's avatar morgan 😸
Browse files

Bug 41215,41216: Prepare Tor+Mullvad Browser 14.0a3

parent c20db53c
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
Mullvad Browser 14.0a3 - August 26 2024
 * All Platforms
   * Updated Firefox to 128.2.0esr
   * Bug 333: Rebase Mullvad Browser Alpha onto 128.2.0esr [mullvad-browser]
   * Bug 40056: Ensure that the lazy loading attribute is ignored on script-disabled documents [tor-browser]
   * Bug 41817: Add more color aliases that take dark mode into account [tor-browser]
   * Bug 42603: Remove safebrowsing URLs [tor-browser]
   * Bug 42611: Set clipboard.imageAsFile.enabled to false [tor-browser]
   * Bug 42646: Drop patch for tor-browser#40166 [tor-browser]
   * Bug 42665: Drop "Learn More" spacing [tor-browser]
 * Linux
   * Bug 43064: Make copy/paste and drag/drop file filtering more specific [tor-browser]
 * Build System
   * All Platforms
     * Bug 41013: Add a README to each project [tor-browser-build]
     * Bug 41222: link_old_mar_filenames still referenced in torbrowser-incrementals-{release,alpha}-unsigned [tor-browser-build]

Mullvad Browser 14.0a2 - August 16 2024
 * All Platforms
   * Updated Firefox to 128.1.0esr
+39 −0
Original line number Diff line number Diff line
Tor Browser 14.0a3 - August 26 2024
 * All Platforms
   * Bug 40056: Ensure that the lazy loading attribute is ignored on script-disabled documents [tor-browser]
   * Bug 42611: Set clipboard.imageAsFile.enabled to false [tor-browser]
   * Bug 42646: Drop patch for tor-browser#40166 [tor-browser]
   * Bug 42830: Enable WebAudio APIs [tor-browser]
   * Bug 43012: Mixed content: browser requests HTTPS images from onion domain accessed via HTTP [tor-browser]
   * Bug 43013: security.mixed_content.upgrade_display_content.image is true by default [tor-browser]
   * Bug 43074: Pass the browser to TorDomainIsolator.newCircuitForBrowser [tor-browser]
   * Bug 43085: Rebase Tor Browser Alpha onto 128.2.0esr [tor-browser]
 * Windows + macOS + Linux
   * Updated Firefox to 128.2.0esr
   * Bug 41811: Primary buttons that result in a connection attempt should be purple [tor-browser]
   * Bug 41817: Add more color aliases that take dark mode into account [tor-browser]
   * Bug 41820: Downloads warning styling improvements (use moz-message-bar) [tor-browser]
   * Bug 42212: Fluent migration: onion services [tor-browser]
   * Bug 42603: Remove safebrowsing URLs [tor-browser]
   * Bug 42665: Drop "Learn More" spacing [tor-browser]
   * Bug 43059: Drag and Drop issue in new update 13.5.2 [tor-browser]
   * Bug 43066: about:torconnect no longer changes the title icon on errors [tor-browser]
   * Bug 43067: Use html:link rather than xml-stylesheet in our dialogs [tor-browser]
   * Bug 43071: Make sure "tor-button" elements that are also "primary" still use the tor colors [tor-browser]
   * Bug 43081: Remove hard-coded CSS `line-height` [tor-browser]
 * Linux
   * Bug 43064: Make copy/paste and drag/drop file filtering more specific [tor-browser]
 * Android
   * Updated GeckoView to 128.2.0esr
   * Bug 42386: Remove unused assets to reduce APK size [tor-browser]
   * Bug 42590: “Tor browser” text in top left of home fragment/new tab view gets cut off with larger text sizes [tor-browser]
   * Bug 43078: Disable Sharing Links to TBA [tor-browser]
   * Bug 41223: Tor Browser Alpha version not displayed correctly [tor-browser-build]
 * Build System
   * All Platforms
     * Bug 41013: Add a README to each project [tor-browser-build]
     * Bug 41198: Update release-prep issue  template to include notifiying anti-censorship team of package name changes for GetTor distributor [tor-browser-build]
     * Bug 41222: link_old_mar_filenames still referenced in torbrowser-incrementals-{release,alpha}-unsigned [tor-browser-build]
   * Android
     * Bug 42480: Use translation CI in android [tor-browser]
Tor Browser 14.0a2 - August 19 2024
 * All Platforms
   * Updated NoScript to 11.4.34
+3 −3
Original line number Diff line number Diff line
@@ -14,12 +14,12 @@ container:
  use_container: 1

var:
  firefox_platform_version: '128.1.0'
  firefox_platform_version: '128.2.0'
  firefox_version: '[% c("var/firefox_platform_version") %]esr'
  browser_series: '14.0'
  browser_rebase: 1
  browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
  browser_build: 6
  browser_build: 2
  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: 2
      browser_build: 1

  linux-x86_64:
    var:
+2 −2
Original line number Diff line number Diff line
@@ -16,12 +16,12 @@ container:
    build_apk: 1

var:
  firefox_platform_version: '128.1.0'
  firefox_platform_version: '128.2.0'
  geckoview_version: '[% c("var/firefox_platform_version") %]esr'
  browser_series: '14.0'
  browser_rebase: 1
  browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
  browser_build: 6
  browser_build: 2
  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") %]'
+2 −2
Original line number Diff line number Diff line
# vim: filetype=yaml sw=2
# To update, see doc/how-to-update-the-manual.txt
# Remember to update also the package's hash, with the version!
version: 186657
version: 198022
filename: 'manual-[% c("version") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
container:
  use_container: 1
@@ -23,6 +23,6 @@ input_files:
  - project: container-image
  - URL: 'https://build-sources.tbb.torproject.org/manual_[% c("version") %].zip'
    name: manual
    sha256sum: c73bb6c97eebe22947b0e9e076838e3c4994da24f3e6e16b7621831afd2006a8
    sha256sum: 0f93bdcabd678af5446d174674ca690583cff5761cbc978c21efcdd9204755e4
  - filename: packagemanual.py
    name: package_script
Loading