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

Commits:

8 changed files:

Changes:

  • projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
    1
    +Mullvad Browser 14.5 - April 15 2025
    
    2
    + * All Platforms
    
    3
    +   * Bug 312: Apply Alpha and Nightly branding to unstable release channels [mullvad-browser]
    
    4
    +   * Bug 324: Figure out how to handle string differences between mullvad release and mullvad tip [mullvad-browser]
    
    5
    +   * Bug 410: Update learn more link text in about:mullvad-browser [mullvad-browser]
    
    6
    +   * Bug 411: Use the same logic in about:mullvad-browser as the about dialog for the release notes [mullvad-browser]
    
    7
    +   * Bug 412: Link the release page in the about dialog and clean brand-related preferences [mullvad-browser]
    
    8
    +   * Bug 419: Create a Mullvad Browser version of migrateUI [mullvad-browser]
    
    9
    +   * Bug 41051: Replace Noto Sans Myanmar with Pyidaungsu [tor-browser]
    
    10
    +   * Bug 41755: Show the link to about:support in the help menu [tor-browser]
    
    11
    +   * Bug 41919: Add temporarily visible web content-size overlay after resizing window when letterboxing is enabled [tor-browser]
    
    12
    +   * Bug 42670: Letterboxing visible even if disable with tiled window managers [tor-browser]
    
    13
    +   * Bug 42739: Fix localization in the profile error dialog [tor-browser]
    
    14
    +   * Bug 43189: Remove privacy.resistFingerprinting.spoofOsInUserAgentHeader machinery entirely [tor-browser]
    
    15
    +   * Bug 43205: newwin / letterboxing rounding with subpixels is off [tor-browser]
    
    16
    +   * Bug 43257: NoScript-blocked content placeholders causing slow downs [tor-browser]
    
    17
    +   * Bug 43322: Stop blocking all fonts in FontFace [tor-browser]
    
    18
    +   * Bug 43323: Expose a stable asset from chrome:// to identify Tor, Base, and Mullvad Browser [tor-browser]
    
    19
    +   * Bug 43334: Developer Tools lacks data for Responsive Design Mode and Compatibility [tor-browser]
    
    20
    +   * Bug 43340: Support linux-aarch64 dev builds [tor-browser]
    
    21
    +   * Bug 43551: Backport Mozilla Bug 1924070 - modify H.264 extradata to match sample conversion code. [tor-browser]
    
    22
    +   * Bug 43632: Letterboxing size indicator may display data from a background tab [tor-browser]
    
    23
    +   * Bug 43642: New tab shows letterboxing size indicator [tor-browser]
    
    24
    +   * Bug 43653: privacy.resistFingerprinting.spoofOsInUserAgentHeader is still in our pref file even though we ripped out the code [tor-browser]
    
    25
    + * Windows
    
    26
    +   * Bug 43402: set browser.startup.blankWindow false [tor-browser]
    
    27
    + * Linux
    
    28
    +   * Bug 415: Load apparmor profile when configuring deb package [mullvad-browser]
    
    29
    +   * Bug 30970: Different window borders in XFCE can lead to different, not rounded window sizes [tor-browser]
    
    30
    +   * Bug 41799: Make lack of fonts.conf less of a footgun [tor-browser]
    
    31
    +   * Bug 43140: Ship our FontConfig configuration with the browser [tor-browser]
    
    32
    +   * Bug 43330: System fonts leak when emptying the allow list on Linux [tor-browser]
    
    33
    +   * Bug 41297: Add video codecs dependencies (recommends) on the Debian package [tor-browser-build]
    
    34
    +   * Bug 41298: Remove `--detach` parameter from .desktop files [tor-browser-build]
    
    35
    +   * Bug 41312: Remove comment in start-browser about --class and --name parameters [tor-browser-build]
    
    36
    + * Build System
    
    37
    +   * All Platforms
    
    38
    +     * Bug 43295: Update MR templates [tor-browser]
    
    39
    +     * Bug 43373: Do not run all CI jobs for scheduled jobs. [tor-browser]
    
    40
    +     * Bug 40799: Remove legacy locale iteration in build and signing scripts [tor-browser-build]
    
    41
    +     * Bug 41040: Add configuration to rbm.conf to select channel and platforms [tor-browser-build]
    
    42
    +     * Bug 41281: Better dev defaults for fetch variable [tor-browser-build]
    
    43
    +     * Bug 41288: Avoid unneeded git checkouts when possible [tor-browser-build]
    
    44
    +     * Bug 41304: Add a browser commit tag+signing script [tor-browser-build]
    
    45
    +     * Bug 41306: Container dependencies are sorted before resolving templates [tor-browser-build]
    
    46
    +     * Bug 41307: Container dependencies are not filtered for duplicates [tor-browser-build]
    
    47
    +     * Bug 41315: Fix the Mullvad Extension update in relprep.py [tor-browser-build]
    
    48
    +     * Bug 41358: Update sign-tag script to handle rapid-release nightly branches [tor-browser-build]
    
    49
    +     * Bug 41363: Change update-response generation script to create one commit per OS+arch tuple [tor-browser-build]
    
    50
    +     * Bug 41365: Indent download*.json files [tor-browser-build]
    
    51
    +     * Bug 41374: Remove support for migrate_archs and migrate_langs in update_responses [tor-browser-build]
    
    52
    +     * Bug 41381: Usability improvements for the browser commit tagging script [tor-browser-build]
    
    53
    +     * Bug 41382: Replace gitlab templates ReleasePrep label references with Apps::Type::ReleasePreparation [tor-browser-build]
    
    54
    +     * Bug 41389: Remove need to update set-config.tbb-version [tor-browser-build]
    
    55
    +     * Bug 41394: Fix upload-update_responses-to-staticiforme for mullvadbrowser [tor-browser-build]
    
    56
    +     * Bug 41401: Replace Noto Sans Myanmar with Pyidaungsu [tor-browser-build]
    
    57
    +     * Bug 41409: Create a script for quickly setting up protected branches [tor-browser-build]
    
    58
    +     * Bug 41419: Add comment in downloads.json to mention that the file is deprecated, and that download-$platform.json should be used instead [tor-browser-build]
    
    59
    +     * Bug 40006: Add option to avoid doing a git checkout when using the exec template function [rbm]
    
    60
    +     * Bug 40079: Make `fetch: if_needed` fetch existing branches [rbm]
    
    61
    +     * Bug 40081: Support apt option for not installing recommended dependencies [rbm]
    
    62
    +     * Bug 40082: With `fetch: if_needed`, rbm is doing a git fetch when it shouldn't, when using a fixed commit [rbm]
    
    63
    +     * Bug 40083: rbm creates out/$project directories with mode 0700 [rbm]
    
    64
    +   * Windows + macOS
    
    65
    +     * Bug 41349: Wrong copyright year makes build non-reproducible [tor-browser-build]
    
    66
    +    * macOS
    
    67
    +     * Bug 41403: The rcodesign step has a wrong dmg name in alpha [tor-browser-build]
    
    68
    +   * Linux
    
    69
    +     * Bug 41266: Build the Tor and Mullvad Browsers for aarch64 Linux [tor-browser-build]
    
    70
    +     * Bug 41329: Do not install python2.7-minimal in the linux-aarch64 firefox container [tor-browser-build]
    
    71
    +     * Bug 41331: Make update_responses find linux-aarch64 mar files [tor-browser-build]
    
    72
    +     * Bug 41335: linux-package project is not getting the channel target in testbuilds [tor-browser-build]
    
    73
    +     * Bug 41397: Building mullvad-browser no longer generates .deb or .rpm packages [tor-browser-build]
    
    74
    +
    
    1 75
     Mullvad Browser 14.5a6 - April 08 2025
    
    2 76
      * All Platforms
    
    3 77
        * Updated Firefox to 128.9.0esr
    

  • projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
    1
    +Tor Browser 14.5 - April 15 2025
    
    2
    + * All Platforms
    
    3
    +   * Bug 41710: Refactor about:torconnects relation to TorConnectParent [tor-browser]
    
    4
    +   * Bug 41921: Clean up initialisation and bridges conflict between TorSettings and TorConnect [tor-browser]
    
    5
    +   * Bug 42300: Do not store logs inside TorProvider [tor-browser]
    
    6
    +   * Bug 43308: Only allow "about:" pages to have access to contentaccessible branding assets [tor-browser]
    
    7
    +   * Bug 43322: Stop blocking all fonts in FontFace [tor-browser]
    
    8
    +   * Bug 43323: Expose a stable asset from chrome:// to identify Tor, Base, and Mullvad Browser [tor-browser]
    
    9
    +   * Bug 43334: Developer Tools lacks data for Responsive Design Mode and Compatibility [tor-browser]
    
    10
    +   * Bug 43336: Move branding files out of torbutton [tor-browser]
    
    11
    +   * Bug 43337: Add branding files to translation CI [tor-browser]
    
    12
    +   * Bug 43345: Translation CI: Exclude android strings from the legacy branch [tor-browser]
    
    13
    +   * Bug 43446: Change the Tor Browser name between releases [tor-browser]
    
    14
    +   * Bug 43463: Include moat circumvention countries in the build (tor-browser part) [tor-browser]
    
    15
    +   * Bug 43488: Handle Moat connection errors and other non-bootstrapping errors in TorConnect [tor-browser]
    
    16
    +   * Bug 43490: Use lower case "n" for "Tor network" in the UI [tor-browser]
    
    17
    +   * Bug 43524: Enable new locales: be, bg and pt-PT [tor-browser]
    
    18
    +   * Bug 43529: AutoBootstrapAttempt cancel does not await BootstrapAttempt.cancel [tor-browser]
    
    19
    +   * Bug 43551: Backport Mozilla Bug 1924070 - modify H.264 extradata to match sample conversion code. [tor-browser]
    
    20
    +   * Bug 43575: Cleanup channel preferences [tor-browser]
    
    21
    +   * Bug 43628: Handle unavailability of NetworkLinkService API in Tor Connect [tor-browser]
    
    22
    + * Windows + macOS + Linux
    
    23
    +   * Bug 40473: Tor logs UI not updated as new logs come in [tor-browser]
    
    24
    +   * Bug 41051: Replace Noto Sans Myanmar with Pyidaungsu [tor-browser]
    
    25
    +   * Bug 41755: Show the link to about:support in the help menu [tor-browser]
    
    26
    +   * Bug 41831: Some .tor.onion sites are not displaying the underlying V3 onion address [tor-browser]
    
    27
    +   * Bug 41919: Add temporarily visible web content-size overlay after resizing window when letterboxing is enabled [tor-browser]
    
    28
    +   * Bug 42186: Drop about:tbupdate [tor-browser]
    
    29
    +   * Bug 42550: Do not re-try auto-bootstrapping after the user selects a specific region in about:torconnect [tor-browser]
    
    30
    +   * Bug 42597: Lox.generateInvite does not convert JSON object to string [tor-browser]
    
    31
    +   * Bug 42656: about:torconnect new url location override (maybeUpdateOpenLocationForTorConnect) mostly does nothing [tor-browser]
    
    32
    +   * Bug 42670: Letterboxing sometimes visible even if disabled [tor-browser]
    
    33
    +   * Bug 42720: Link to release notes missing from "About Tor Browser" window [tor-browser]
    
    34
    +   * Bug 42739: Fix localization in the profile error dialog [tor-browser]
    
    35
    +   * Bug 42802: Make use of `:has` CSS selector [tor-browser]
    
    36
    +   * Bug 43130: Adjust preferences for contrast theme or forced colors [tor-browser]
    
    37
    +   * Bug 43189: Remove privacy.resistFingerprinting.spoofOsInUserAgentHeader machinery entirely [tor-browser]
    
    38
    +   * Bug 43205: newwin / letterboxing rounding with subpixels is off [tor-browser]
    
    39
    +   * Bug 43237: Tweak Tor circuit display panel for screen readers [tor-browser]
    
    40
    +   * Bug 43254: Cancel Moat requests when no longer needed [tor-browser]
    
    41
    +   * Bug 43263: Onion site keys: add some alerts for screen readers [tor-browser]
    
    42
    +   * Bug 43294: Replace `Actor` `willDestroy` with `didDestroy` [tor-browser]
    
    43
    +   * Bug 43314: Tidy up connection preferences for screen readers and keyboard users [tor-browser]
    
    44
    +   * Bug 43320: Improve how bridge settings appear in search results [tor-browser]
    
    45
    +   * Bug 43321: Do not focus the connect button if the user has never connected before [tor-browser]
    
    46
    +   * Bug 43328: Improve tor log dialog [tor-browser]
    
    47
    +   * Bug 43398: tor-urlbar-button-plain hover styling is overwritten by tor-button rule [tor-browser]
    
    48
    +   * Bug 43405: Handle failing to apply tor settings [tor-browser]
    
    49
    +   * Bug 43406: Hide the "Onion Available" button whilst the "Connect" button is shown [tor-browser]
    
    50
    +   * Bug 43461: Drop our wordmark padding [tor-browser]
    
    51
    +   * Bug 43462: Use NetworkLinkService instead of Moat for the internet test [tor-browser]
    
    52
    +   * Bug 43465: Show the urlbar Connect button during a bootstrap or final error [tor-browser]
    
    53
    +   * Bug 43466: Drop unnecessary CSS rules in branding aboutDialog.css [tor-browser]
    
    54
    +   * Bug 43647: Race condition in about:tor prevents displaying localised survey banner [tor-browser]
    
    55
    +   * Bug 43469: Rename "Quickstart" toggle as "Connect automatically" (Desktop) [tor-browser]
    
    56
    +   * Bug 43502: Move openTorConnect and getRedirectUrl to TorConnectParent [tor-browser]
    
    57
    +   * Bug 43531: Use "label" attribute rather than textContent for the bridge dialog XUL buttons [tor-browser]
    
    58
    +   * Bug 43547: Cannot remove the final bridge [tor-browser]
    
    59
    +   * Bug 43563: TorConnect country/region names should change based on the app language [tor-browser]
    
    60
    +   * Bug 43632: Letterboxing size indicator may display data from a background tab [tor-browser]
    
    61
    +   * Bug 43642: New tab shows letterboxing size indicator [tor-browser]
    
    62
    +   * Bug 43653: privacy.resistFingerprinting.spoofOsInUserAgentHeader is still in our pref file even though we ripped out the code [tor-browser]
    
    63
    + * Windows
    
    64
    +   * Bug 43402: set browser.startup.blankWindow false [tor-browser]
    
    65
    + * Linux
    
    66
    +   * Bug 30970: Different window borders in XFCE can lead to different, not rounded window sizes [tor-browser]
    
    67
    +   * Bug 41786: Remove old fontconfig stuff at the next watershed update [tor-browser]
    
    68
    +   * Bug 41799: Make lack of fonts.conf less of a footgun [tor-browser]
    
    69
    +   * Bug 43330: System fonts leak when emptying the allow list on Linux [tor-browser]
    
    70
    +   * Bug 41297: Add video codecs dependencies (recommends) on the Debian package [tor-browser-build]
    
    71
    +   * Bug 41298: Remove `--detach` parameter from .desktop files [tor-browser-build]
    
    72
    +   * Bug 41312: Remove comment in start-browser about --class and --name parameters [tor-browser-build]
    
    73
    + * Android
    
    74
    +   * Bug 41188: Implement Android-native Connection Assist UI [tor-browser]
    
    75
    +   * Bug 42251: Expose TorConnect lifecycle events to fenix [tor-browser]
    
    76
    +   * Bug 42651: Finishing bootstrapping kicks the user out of settings, interupting whatever they were doing [tor-browser]
    
    77
    +   * Bug 43091: Delete unused android strings [tor-browser]
    
    78
    +   * Bug 43198: Remove "Learn more" link from Android's no-internet error [tor-browser]
    
    79
    +   * Bug 43199: Bootstrapping bar needs a little TLC on Android (Part 1) [tor-browser]
    
    80
    +   * Bug 43222: All tor logs timestamps reset to current time when opening screen [tor-browser]
    
    81
    +   * Bug 43229: Buttons that open links can be accessed before torbrowser is bootstrapped, leaving the app in a bad state [tor-browser]
    
    82
    +   * Bug 43232: Make the Android Meek transport easier to debug [tor-browser]
    
    83
    +   * Bug 43241: Improve hiding non-private tab features on Android [tor-browser]
    
    84
    +   * Bug 43251: Enable tab suggestions and autocomplete for private tabs on Android [tor-browser]
    
    85
    +   * Bug 43329: Remove remaining traces of the old Bootstrap on Android [tor-browser]
    
    86
    +   * Bug 43350: Remove all caps comment from android string [tor-browser]
    
    87
    +   * Bug 43351: Don't force ALL CAPS for the fenix snackbar action button text [tor-browser]
    
    88
    +   * Bug 43359: Improper handling of TorBootstrapChangeListener with respect to system onDestroy() calls for HomeActivity [tor-browser]
    
    89
    +   * Bug 43360: Replace custom variable isBeingRecreated with built-in isFinishing function [tor-browser]
    
    90
    +   * Bug 43361: Move code relating to `onTerminate()` in `FenixApplication.kt` [tor-browser]
    
    91
    +   * Bug 43368: Add @Suppress for incorrect linting error "Overriding method should call super. onNewIntent" [tor-browser]
    
    92
    +   * Bug 43408: Access TorConnect.quickstart separately from TorSettings.getSettings on Android [tor-browser]
    
    93
    +   * Bug 43464: TBA Alpha and Nightly cannot be debugged with about:debugging [tor-browser]
    
    94
    +   * Bug 43473: Rename "Quickstart" toggle as "Connect automatically" (Android) [tor-browser]
    
    95
    +   * Bug 43480: Split up TorConnectionAssistViewModel for better readibility and performance. [tor-browser]
    
    96
    +   * Bug 43498: Uplift tor-browser#43129: about:neterror cannot display SVG on Android with Security Level Safest [tor-browser]
    
    97
    +   * Bug 43528: Improper handling of TorBootstrapChangeListener in HomeActivity [tor-browser]
    
    98
    +   * Bug 43565: The quit button on Android doesn't actually exit [tor-browser]
    
    99
    +   * Bug 43576: Connection Assist on Android Polish [tor-browser]
    
    100
    +   * Bug 43581: Bookmarks are failing to load on Tor Browser Android Alpha 14.5a5 [tor-browser]
    
    101
    +   * Bug 43593: Use "region" instead of "country" in connect assist [tor-browser]
    
    102
    +   * Bug 43604: TorDomainIsolator routinely clears Android browser circuit data [tor-browser]
    
    103
    +   * Bug 43648: Survey banner isn't displaying for other locales on Android [tor-browser]
    
    104
    +   * Bug 43633: TorAndroidIntegration.regionNamesGet() always returns region names in english [tor-browser]
    
    105
    +   * Bug 41422: Patch viaduct in Application Services to always return a backend error [tor-browser-build]
    
    106
    + * Build System
    
    107
    +   * All Platforms
    
    108
    +     * Bug 41040: Add configuration to rbm.conf to select channel and platforms [tor-browser-build]
    
    109
    +     * Bug 41121: Use the official Go binaries for bootstrapping [tor-browser-build]
    
    110
    +     * Bug 41281: Better dev defaults for fetch variable [tor-browser-build]
    
    111
    +     * Bug 41288: Avoid unneeded git checkouts when possible [tor-browser-build]
    
    112
    +     * Bug 41304: Add a browser commit tag+signing script [tor-browser-build]
    
    113
    +     * Bug 41306: Container dependencies are sorted before resolving templates [tor-browser-build]
    
    114
    +     * Bug 41307: Container dependencies are not filtered for duplicates [tor-browser-build]
    
    115
    +     * Bug 41326: Remove var/torbrowser_legacy_version from rbm.conf in alpha/nightly [tor-browser-build]
    
    116
    +     * Bug 41358: Update sign-tag script to handle rapid-release nightly branches [tor-browser-build]
    
    117
    +     * Bug 41365: Indent download*.json files [tor-browser-build]
    
    118
    +     * Bug 41372: Handle branding names in tor-browser-build [tor-browser-build]
    
    119
    +     * Bug 41379: Include moat circumvention countries in the build (tor-browser-build part) [tor-browser-build]
    
    120
    +     * Bug 41381: Usability improvements for the browser commit tagging script [tor-browser-build]
    
    121
    +     * Bug 41389: Remove need to update set-config.tbb-version [tor-browser-build]
    
    122
    +     * Bug 41394: Fix upload-update_responses-to-staticiforme for mullvadbrowser [tor-browser-build]
    
    123
    +     * Bug 41398: Build snowflake from main on nightlies [tor-browser-build]
    
    124
    +     * Bug 41406: Restore -desktop and -android Makefile targets. [tor-browser-build]
    
    125
    +     * Bug 41409: Create a script for quickly setting up protected branches [tor-browser-build]
    
    126
    +     * Bug 41411: Update licenses for PTs [tor-browser-build]
    
    127
    +     * Bug 41417: Bump the conjure version we ship [tor-browser-build]
    
    128
    +     * Bug 41419: Add comment in downloads.json to mention that the file is deprecated, and that download-$platform.json should be used instead [tor-browser-build]
    
    129
    +     * Bug 41426: Set the Lyrebird version [tor-browser-build]
    
    130
    +     * Bug 40006: Add option to avoid doing a git checkout when using the exec template function [rbm]
    
    131
    +     * Bug 40079: Make `fetch: if_needed` fetch existing branches [rbm]
    
    132
    +     * Bug 40081: Support apt option for not installing recommended dependencies [rbm]
    
    133
    +     * Bug 40082: With `fetch: if_needed`, rbm is doing a git fetch when it shouldn't, when using a fixed commit [rbm]
    
    134
    +     * Bug 40083: rbm creates out/$project directories with mode 0700 [rbm]
    
    135
    +   * Windows + Linux + Android
    
    136
    +     * Updated Go to 1.23.8
    
    137
    +     * Bug 41386: Upgrade Go to 1.23 for Windows, Linux, and Android [tor-browser-build]
    
    138
    +   * Windows + macOS + Linux
    
    139
    +     * Bug 40799: Remove legacy locale iteration in build and signing scripts [tor-browser-build]
    
    140
    +     * Bug 41356: Add redirects to make 14.0a4 a watershed [tor-browser-build]
    
    141
    +     * Bug 41363: Change update-response generation script to create one commit per OS+arch tuple [tor-browser-build]
    
    142
    +     * Bug 41374: Remove support for migrate_archs and migrate_langs in update_responses [tor-browser-build]
    
    143
    +     * Bug 41401: Replace Noto Sans Myanmar with Pyidaungsu [tor-browser-build]
    
    144
    +   * Windows + macOS
    
    145
    +     * Bug 41349: Wrong copyright year makes build non-reproducible [tor-browser-build]
    
    146
    +   * macOS
    
    147
    +     * Bug 41403: The rcodesign step has a wrong dmg name in alpha [tor-browser-build]
    
    148
    +   * Linux
    
    149
    +     * Bug 41142: Complete the toolchain for linux-aarch64 [tor-browser-build]
    
    150
    +     * Bug 41266: Build the Tor and Mullvad Browsers for aarch64 Linux [tor-browser-build]
    
    151
    +     * Bug 41329: Do not install python2.7-minimal in the linux-aarch64 firefox container [tor-browser-build]
    
    152
    +     * Bug 41331: Make update_responses find linux-aarch64 mar files [tor-browser-build]
    
    153
    +   * Android
    
    154
    +     * Bug 42669: Convert majority of application-services functionality to no-op [tor-browser]
    
    155
    +     * Bug 43518: Verify existence of localProperties.dependencySubstitutions.geckoviewTopsrcdir before substituting [tor-browser]
    
    156
    +     * Bug 41387: Fix Golang toolchain breakage for lyrebird: linkname [tor-browser-build]
    
    157
    +     * Bug 41400: Add branding localization to GeckoView [tor-browser-build]
    
    158
    +
    
    1 159
     Tor Browser 14.5a6 - April 08 2025
    
    2 160
      * All Platforms
    
    3 161
        * Updated Tor to 0.4.9.2-alpha
    
    ... ... @@ -160,7 +318,7 @@ Tor Browser 14.5a3 - February 10 2025
    160 318
      * Android
    
    161 319
        * Updated GeckoView to 128.7.0esr
    
    162 320
        * Bug 43198: Remove "Learn more" link from Android's no-internet error [tor-browser]
    
    163
    -   * Bug 43199: Bootstrapping bar needs a little TLC on Android (Part 1) [tor-browser]
    
    321
    +   * Bug 43199: Update bootstrapping bar look-and-feel [tor-browser]
    
    164 322
        * Bug 43222: All tor logs timestamps reset to current time when opening screen [tor-browser]
    
    165 323
        * Bug 43351: Don't force ALL CAPS for the fenix snackbar action button text [tor-browser]
    
    166 324
        * Bug 43359: [Android] Improper handling of TorBootstrapChangeListener with respect to system onDestroy() calls for HomeActivity [tor-browser]
    

  • projects/firefox/config
    ... ... @@ -20,7 +20,7 @@ var:
    20 20
       browser_series: '14.5'
    
    21 21
       browser_rebase: 1
    
    22 22
       browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
    
    23
    -  browser_build: 2
    
    23
    +  browser_build: 3
    
    24 24
       copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]'
    
    25 25
       nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
    
    26 26
       gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
    

  • projects/geckoview/config
    ... ... @@ -22,7 +22,7 @@ var:
    22 22
       browser_series: '14.5'
    
    23 23
       browser_rebase: 1
    
    24 24
       browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
    
    25
    -  browser_build: 2
    
    25
    +  browser_build: 3
    
    26 26
       gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
    
    27 27
       git_commit: '[% exec("git rev-parse " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }) %]'
    
    28 28
       deps:
    

  • projects/manual/config
    1 1
     # vim: filetype=yaml sw=2
    
    2 2
     # To update, see doc/how-to-update-the-manual.txt
    
    3 3
     # Remember to update also the package's hash, with the version!
    
    4
    -version: 263551
    
    4
    +version: 268702
    
    5 5
     filename: 'manual-[% c("version") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
    
    6 6
     container:
    
    7 7
       use_container: 1
    
    ... ... @@ -23,6 +23,6 @@ input_files:
    23 23
       - project: container-image
    
    24 24
       - URL: 'https://build-sources.tbb.torproject.org/manual_[% c("version") %].zip'
    
    25 25
         name: manual
    
    26
    -    sha256sum: f8d312081457b1cab3e8fcafda1d0e534852b5d3c3cb1bd32100f13298cb7839
    
    26
    +    sha256sum: 609b9e87bb56760f5142544de9d0f4a23e8f94b24eb2a19069fd4a98f7ef8569
    
    27 27
       - filename: packagemanual.py
    
    28 28
         name: package_script

  • projects/tor/config
    1 1
     # vim: filetype=yaml sw=2
    
    2 2
     filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
    
    3
    -version: 0.4.9.2-alpha
    
    3
    +version: 0.4.8.16
    
    4 4
     git_hash: 'tor-[% c("version") %]'
    
    5 5
     git_url: https://gitlab.torproject.org/tpo/core/tor.git
    
    6 6
     git_submodule: 1
    

  • 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: b54e21b36db35ad390c4f385b76cbd293a58cbc6
    
    15
    +    git_hash: 86442427facf038d5706644221de7e2fb733550b
    
    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: 94aae5dcdfa2e99b516acb6a834a54f7de76e54f
    
    21
    +    git_hash: 2c0b448503d52c3b512d1e7a55ccc78ac19db146
    
    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: b5bc0929fbfff8343a8c57e26ffa70ea4d38c2ce
    
    35
    +    git_hash: f5b1916560f4162f281201a19deee7ed3eb0882e
    
    36 36
         compress_tar: 'zst'
    
    37 37
         targets:
    
    38 38
           nightly:
    

  • rbm.conf
    ... ... @@ -73,13 +73,13 @@ buildconf:
    73 73
       git_signtag_opt: '-s'
    
    74 74
     
    
    75 75
     var:
    
    76
    -  torbrowser_version: '14.5a6'
    
    76
    +  torbrowser_version: '14.5'
    
    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: '2025/04/08 17:53:31'
    
    80
    +  browser_release_date: '2025/04/14 19:03:25'
    
    81 81
       browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]'
    
    82
    -  browser_default_channel: alpha
    
    82
    +  browser_default_channel: release
    
    83 83
       browser_platforms:
    
    84 84
         is_android_release: '[% c("var/tor-browser") %]'
    
    85 85
         is_desktop_release: '1'
    
    ... ... @@ -96,9 +96,12 @@ var:
    96 96
       updater_enabled: 1
    
    97 97
       build_mar: 1
    
    98 98
       torbrowser_incremental_from:
    
    99
    -    - 14.5a5
    
    100
    -    - 14.5a4
    
    101
    -    - 14.5a3
    
    99
    +    - 14.0.9
    
    100
    +    # 14.0.8 was windows-only
    
    101
    +    - 14.0.8
    
    102
    +    - 14.0.7
    
    103
    +    - '[% IF c("var/tor-browser") %]14.0.6[% END %]'
    
    104
    +    - '[% IF c("var/mullvad-browser") %]14.0.5[% END %]'
    
    102 105
       mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
    
    103 106
     
    
    104 107
       # By default, we sort the list of installed packages. This allows sharing