morgan pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

6 changed files:

Changes:

  • projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
    1
    +Mullvad Browser 14.0a6 - September 19 2024
    
    2
    + * All Platforms
    
    3
    +   * Bug 344: set media.navigator.enabled = true [mullvad-browser]
    
    4
    +   * Bug 42718: Remove the firefox-view button from UI, even when always-on private-browsing mode is disabled [tor-browser]
    
    5
    +   * Bug 42740: Stop trying to hide "Restore previous session" [tor-browser]
    
    6
    +   * Bug 42831: Remove the shopping components [tor-browser]
    
    7
    +   * Bug 43072: moz-message-bar does not get announced on Orca screen-reader [tor-browser]
    
    8
    +   * Bug 43083: Backport fix for Mozilla 1436462 [tor-browser]
    
    9
    +   * Bug 43144: Ensure non-privacy browsing also sets the GPC header [tor-browser]
    
    10
    + * Linux
    
    11
    +   * Bug 43141: Hardcode Arimo as a system-ui font [tor-browser]
    
    12
    +   * Bug 41237: Add some aliases to our Linux font config for compatibility [tor-browser-build]
    
    13
    +
    
    1 14
     Mullvad Browser 14.0a5 - September 12 2024
    
    2 15
      * All Platforms
    
    3 16
        * Updated NoScript to 11.4.37
    

  • projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
    1
    +Tor Browser 14.0a6 - September 19 2024
    
    2
    + * All Platforms
    
    3
    +   * Bug 42831: Remove the shopping components [tor-browser]
    
    4
    +   * Bug 43144: Ensure non-privacy browsing also sets the GPC header [tor-browser]
    
    5
    + * Windows + macOS + Linux
    
    6
    +   * Bug 42698: Bridge card background contrast is low for bridge-moji [tor-browser]
    
    7
    +   * Bug 42718: Remove the firefox-view button from UI, even when always-on private-browsing mode is disabled [tor-browser]
    
    8
    +   * Bug 42740: Stop trying to hide "Restore previous session" [tor-browser]
    
    9
    +   * Bug 43072: moz-message-bar does not get announced on Orca screen-reader [tor-browser]
    
    10
    +   * Bug 43083: Backport fix for Mozilla 1436462 [tor-browser]
    
    11
    + * Linux
    
    12
    +   * Bug 43141: Hardcode Arimo as a system-ui font [tor-browser]
    
    13
    +   * Bug 41237: Add some aliases to our Linux font config for compatibility [tor-browser-build]
    
    14
    + * Android
    
    15
    +   * Bug 41550: Remove unused extensions from Tor Browser for Android [tor-browser]
    
    16
    +   * Bug 43052: Remove non private tabs icon and "other device tabs" from tab view [tor-browser]
    
    17
    +   * Bug 43129: about:neterror cannot display SVG on Android with Security Level Safest [tor-browser]
    
    18
    +   * Bug 43145: Backport Android security fix from 130.0.1 [tor-browser]
    
    19
    +   * Bug 43146: Update the icon of DuckDuckGo onion search engine on Android [tor-browser]
    
    20
    +   * Bug 43147: Remove unused search plugins from the apk files [tor-browser]
    
    21
    +
    
    22
    +Tor Browser 13.5.4 - September 16 2024
    
    23
    + * All Platforms
    
    24
    +   * Updated NoScript to 11.4.37
    
    25
    +   * Updated OpenSSL to 3.0.15
    
    26
    + * Windows + macOS + Linux
    
    27
    +   * Bug 41835: Review default search engine options [tor-browser]
    
    28
    + * Android
    
    29
    +   * Bug 43124: Implement a migration procedure for Android [tor-browser]
    
    30
    +   * Bug 43145: Backport Android security fix from 130.0.1 [tor-browser]
    
    31
    + * Build System
    
    32
    +   * All Platforms
    
    33
    +     * Bug 41229: Migrate OpenSSL download location to github releases [tor-browser-build]
    
    34
    +   * macOS
    
    35
    +     * Bug 41231: Use var/browser_release_date in tools/signing/gatekeeper-bundling.sh [tor-browser-build]
    
    36
    +
    
    1 37
     Tor Browser 14.0a5 - September 12 2024
    
    2 38
      * All Platforms
    
    3 39
        * Updated NoScript to 11.4.37
    

  • projects/firefox/config
    ... ... @@ -19,7 +19,7 @@ var:
    19 19
       browser_series: '14.0'
    
    20 20
       browser_rebase: 1
    
    21 21
       browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
    
    22
    -  browser_build: 5
    
    22
    +  browser_build: 6
    
    23 23
       branding_directory_prefix: 'tb'
    
    24 24
       copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
    
    25 25
       nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
    
    ... ... @@ -107,7 +107,7 @@ targets:
    107 107
           gitlab_project: https://gitlab.torproject.org/tpo/applications/mullvad-browser
    
    108 108
           updater_url: 'https://cdn.mullvad.net/browser/update_responses/update_1/'
    
    109 109
           nightly_updates_publish_dir_prefix: mullvadbrowser-
    
    110
    -      browser_build: 3
    
    110
    +      browser_build: 4
    
    111 111
     
    
    112 112
       linux-x86_64:
    
    113 113
         var:
    

  • projects/geckoview/config
    ... ... @@ -21,7 +21,7 @@ var:
    21 21
       browser_series: '14.0'
    
    22 22
       browser_rebase: 1
    
    23 23
       browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
    
    24
    -  browser_build: 5
    
    24
    +  browser_build: 6
    
    25 25
       copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
    
    26 26
       gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
    
    27 27
       git_commit: '[% exec("git rev-parse HEAD") %]'
    

  • projects/translation/config
    ... ... @@ -12,13 +12,13 @@ compress_tar: 'gz'
    12 12
     steps:
    
    13 13
       base-browser:
    
    14 14
         base-browser: '[% INCLUDE build %]'
    
    15
    -    git_hash: d69ac083437e60d681fdefce6aa1fde96e2f1eaf
    
    15
    +    git_hash: 16446c485b3be4198a7e79bfcac6510784a18506
    
    16 16
         targets:
    
    17 17
           nightly:
    
    18 18
             git_hash: 'base-browser'
    
    19 19
       tor-browser:
    
    20 20
         tor-browser: '[% INCLUDE build %]'
    
    21
    -    git_hash: 39278e84f51b8440b4b9aa7c2f97d5fdb819b145
    
    21
    +    git_hash: 92b97bec9c21cc8881bee506bd75e05bab7578a3
    
    22 22
         targets:
    
    23 23
           nightly:
    
    24 24
             git_hash: 'tor-browser'
    
    ... ... @@ -32,7 +32,7 @@ steps:
    32 32
         fenix: '[% INCLUDE build %]'
    
    33 33
         # We need to bump the commit before releasing but just pointing to a branch
    
    34 34
         # might cause too much rebuidling of the Firefox part.
    
    35
    -    git_hash: 2a9884fadf15e57f6a661f12ede1312cc71602c1
    
    35
    +    git_hash: 0f1821e7e70c8ae3d8d59b9d889d95c135913bd9
    
    36 36
         compress_tar: 'zst'
    
    37 37
         targets:
    
    38 38
           nightly:
    

  • rbm.conf
    ... ... @@ -73,18 +73,18 @@ buildconf:
    73 73
       git_signtag_opt: '-s'
    
    74 74
     
    
    75 75
     var:
    
    76
    -  torbrowser_version: '14.0a5'
    
    76
    +  torbrowser_version: '14.0a6'
    
    77 77
       torbrowser_build: 'build1'
    
    78 78
       # This should be the date of when the build is started. For the build
    
    79 79
       # to be reproducible, browser_release_date should always be in the past.
    
    80
    -  browser_release_date: '2024/09/12 20:39:44'
    
    80
    +  browser_release_date: '2024/09/19 19:03:33'
    
    81 81
       browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]'
    
    82 82
       updater_enabled: 1
    
    83 83
       build_mar: 1
    
    84 84
       torbrowser_incremental_from:
    
    85
    +    - 14.0a5
    
    85 86
         - 14.0a4
    
    86 87
         - 14.0a3
    
    87
    -    - 14.0a2
    
    88 88
       mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
    
    89 89
     
    
    90 90
       # By default, we sort the list of installed packages. This allows sharing