[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] 2 commits: Update the Tor Browser Alpha releas prep issue template



Title: GitLab

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

Commits:

  • ba6c8c0e
    by Richard Pospesel at 2023-08-21T21:22:12+00:00
    Update the Tor Browser Alpha releas prep issue template
    
    - replaced android-components and fenix entries with firefox-android entry
      in
    - updated openssl entry to reflect the 3.0.X series tor now uses
    
  • b16d0b0d
    by Richard Pospesel at 2023-08-21T22:32:27+00:00
    Bug 40914,40915: Release Prep for Tor,Mullvad Bowser 13.0a3
    

9 changed files:

Changes:

  • .gitlab/issue_templates/Release Prep - Tor Browser Alpha.md
    ... ... @@ -57,10 +57,9 @@ Tor Browser Alpha (and Nightly) are on the `main` branch
    57 57
       - [ ] ***(Optional)*** Update `projects/application-services/config`:
    
    58 58
         **NOTE** we don't currently have any of our own patches for this project
    
    59 59
         - [ ] `git_hash` : update to appropriate git commit associated with `$(ESR_VERSION)`
    
    60
    -  - [ ] ***(Optional)*** Update `projects/android-components/config`:
    
    61
    -    - [ ] `android_components_build` : update to match alpha android-components tag
    
    62
    -  - [ ] ***(Optional)*** Update `projects/fenix/config`
    
    63
    -    - [ ] `fenix_build` : update to match fenix tag
    
    60
    +  - [ ] ***(Optional)*** Update `projects/firefox-android/config`:
    
    61
    +    - [ ] `fenix_version` : update to match alpha `firefox-android` build tag
    
    62
    +    - [ ] `browser_branch` : update to match alpha `firefox-android` build tag
    
    64 63
       - [ ] Update allowed_addons.json by running (from `tor-browser-build` root):
    
    65 64
         - `./tools/fetch_allowed_addons.py > projects/browser/allowed_addons.json`
    
    66 65
     - [ ] Update common build configs
    
    ... ... @@ -69,8 +68,8 @@ Tor Browser Alpha (and Nightly) are on the `main` branch
    69 68
           - [ ] `URL`
    
    70 69
           - [ ] `sha256sum`
    
    71 70
       - [ ] Check for OpenSSL updates here : https://www.openssl.org/source/
    
    72
    -    - [ ] ***(Optional)*** If new 1.X.Y version available, update `projects/openssl/config`
    
    73
    -      - [ ] `version` : update to next 1.X.Y version
    
    71
    +    - [ ] ***(Optional)*** If new 3.0.X version available, update `projects/openssl/config`
    
    72
    +      - [ ] `version` : update to next 3.0.X version
    
    74 73
           - [ ] `input_files/sha256sum` : update to sha256 sum of source tarball
    
    75 74
       - [ ] Check for zlib updates here: https://github.com/madler/zlib/releases
    
    76 75
         - [ ] **(Optional)** If new tag available, update `projects/zlib/config`
    

  • projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
    1
    +Mullvad Browser 13.0a3 - August 21 2023
    
    2
    + * All Platforms
    
    3
    +   * Updated Translations
    
    4
    +   * Updated Firefox to 115.2.0esr
    
    5
    +   * Bug 220: "Firefox Suggest" string appears when search matches a bookmark [mullvad-browser]
    
    6
    +   * Bug 223: Trademarks in the about popup are not translated [mullvad-browser]
    
    7
    +   * Bug 230: Rebase MB 13.0 alpha onto 115.2.0esr [mullvad-browser]
    
    8
    +   * Bug 40924: Customize MOZ_APP_REMOTINGNAME instead of passing --name and --class [tor-browser-build]
    
    9
    +   * Bug 41833: Reload extensions on new identiy [tor-browser]
    
    10
    +   * Bug 41943: Lock _javascript_.options.spectre.disable_for_isolated_content to false [tor-browser]
    
    11
    +   * Bug 41984: Rename languageNotification.ftl to base-browser.ftl [tor-browser]
    
    12
    +   * Bug 42019: Empty browser's clipboard on browser shutdown [tor-browser]
    
    13
    +   * Bug 42022: Prevent extension search engines from breaking the whole search system [tor-browser]
    
    14
    +   * Bug 42029: Defense-in-depth: disable non-proxied UDP WebRTC [tor-browser]
    
    15
    + * Linux
    
    16
    +   * Bug 40576: Fontconfig warning: remove 'blank' configuration [tor-browser-build]
    
    17
    + * Build System
    
    18
    +   * All Platforms
    
    19
    +     * Bug 40829: Review and standardize naming scheme for browser installer/package artifacts [tor-browser-build]
    
    20
    +     * Bug 40921: staticiforme-prepare-cdn-dist-upload uses hardcoded torbrowser path for .htacess file generation [tor-browser-build]
    
    21
    +     * Bug 40922: Use base-browser.ftl instead of languageNotification.ftl [tor-browser-build]
    
    22
    +     * Bug 40923: Switch Mullvad Browser translations to the new repository [tor-browser-build]
    
    23
    +
    
    1 24
     Mullvad Browser 13.0a2 - August 08 2023
    
    2 25
      * All Platforms
    
    3 26
        * Updated NoScript to 11.4.26
    

  • projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
    1
    +Tor Browser 13.0a3 - August 21 2023
    
    2
    + * All Platforms
    
    3
    +   * Updated Translations
    
    4
    +   * Bug 41943: Lock _javascript_.options.spectre.disable_for_isolated_content to false [tor-browser]
    
    5
    +   * Bug 41984: Rename languageNotification.ftl to base-browser.ftl [tor-browser]
    
    6
    +   * Bug 42019: Empty browser's clipboard on browser shutdown [tor-browser]
    
    7
    +   * Bug 42030: Rebase the browsers to 115.2.0esr [tor-browser]
    
    8
    + * Windows + macOS + Linux
    
    9
    +   * Updated Firefox to 115.2.0esr
    
    10
    +   * Bug 40175: Connections in reader mode are not FPI [tor-browser]
    
    11
    +   * Bug 40924: Customize MOZ_APP_REMOTINGNAME instead of passing --name and --class [tor-browser-build]
    
    12
    +   * Bug 41691: "Firefox Suggest" text appearing in UI [tor-browser]
    
    13
    +   * Bug 41833: Reload extensions on new identiy [tor-browser]
    
    14
    +   * Bug 42022: Prevent extension search engines from breaking the whole search system [tor-browser]
    
    15
    +   * Bug 42031: TBB 13.0a2: TypeError: channel.loadInfo.browsingContext.topChromeWindow.gBrowser is undefined [tor-browser]
    
    16
    + * Linux
    
    17
    +   * Bug 40576: Fontconfig warning: remove 'blank' configuration [tor-browser-build]
    
    18
    + * Android
    
    19
    +   * Updated GeckoView to 115.2.0esr
    
    20
    +   * Bug 42018: Rebase Firefox for Android to 115.2.1 [tor-browser]
    
    21
    + * Build System
    
    22
    +   * All Platforms
    
    23
    +     * Bug 40829: Review and standardize naming scheme for browser installer/package artifacts [tor-browser-build]
    
    24
    +     * Bug 40921: staticiforme-prepare-cdn-dist-upload uses hardcoded torbrowser path for .htacess file generation [tor-browser-build]
    
    25
    +   * Windows + macOS + Linux
    
    26
    +     * Bug 40922: Use base-browser.ftl instead of languageNotification.ftl [tor-browser-build]
    
    27
    +   * Linux
    
    28
    +     * Bug 41967: Add a Makefile recipe to create multi-lingual dev builds [tor-browser]
    
    29
    +
    
    1 30
     Tor Browser 13.0a2 - August 08 2023
    
    2 31
      * All Platforms
    
    3 32
        * Updated Translations
    

  • projects/browser/allowed_addons.json
    ... ... @@ -17,7 +17,7 @@
    17 17
                 "picture_url": "https://addons.mozilla.org/user-media/userpics/34/9734/13299734/13299734.png?modified=1565722641"
    
    18 18
               }
    
    19 19
             ],
    
    20
    -        "average_daily_users": 963152,
    
    20
    +        "average_daily_users": 962524,
    
    21 21
             "categories": {
    
    22 22
               "android": [
    
    23 23
                 "experimental",
    
    ... ... @@ -31,7 +31,7 @@
    31 31
             "contributions_url": "https://opencollective.com/darkreader?utm_content=product-page-contribute&utm_medium=referral&utm_source=addons.mozilla.org",
    
    32 32
             "created": "2017-09-19T07:03:00Z",
    
    33 33
             "current_version": {
    
    34
    -          "id": 5584147,
    
    34
    +          "id": 5607027,
    
    35 35
               "compatibility": {
    
    36 36
                 "firefox": {
    
    37 37
                   "min": "54.0",
    
    ... ... @@ -42,7 +42,7 @@
    42 42
                   "max": "*"
    
    43 43
                 }
    
    44 44
               },
    
    45
    -          "edit_url": "https://addons.mozilla.org/en-US/developers/addon/darkreader/versions/5584147",
    
    45
    +          "edit_url": "https://addons.mozilla.org/en-US/developers/addon/darkreader/versions/5607027",
    
    46 46
               "is_strict_compatibility_enabled": false,
    
    47 47
               "license": {
    
    48 48
                 "id": 22,
    
    ... ... @@ -53,22 +53,22 @@
    53 53
                 "url": "http://www.opensource.org/license/mit"
    
    54 54
               },
    
    55 55
               "release_notes": {
    
    56
    -            "en-US": "- Using passive event listeners.\n- Fixed System Automation on Firefox.\n- Fixed News section.\n- Users' fixes for websites."
    
    56
    +            "en-US": "- Optimize inline style handling (fixes DuckDuckGo issue).\n- Added an option to enable/disable the extension for all websites by default.\n- Dynamic mode fixes.\n- Users' fixes for websites."
    
    57 57
               },
    
    58
    -          "reviewed": "2023-06-26T12:31:32Z",
    
    59
    -          "version": "4.9.64",
    
    58
    +          "reviewed": "2023-08-14T10:45:12Z",
    
    59
    +          "version": "4.9.65",
    
    60 60
               "files": [
    
    61 61
                 {
    
    62
    -              "id": 4128489,
    
    63
    -              "created": "2023-06-22T06:55:05Z",
    
    64
    -              "hash": "sha256:c09ed43a96dccab1de3445aac263de0569e3333da330d645094e3f938f13b30e",
    
    62
    +              "id": 4151368,
    
    63
    +              "created": "2023-08-10T20:54:06Z",
    
    64
    +              "hash": "sha256:964d7fdeec1dc90b5238a82db699de7a2bbf54e3e2bf18569befff451f35f89a",
    
    65 65
                   "is_restart_required": false,
    
    66 66
                   "is_webextension": true,
    
    67 67
                   "is_mozilla_signed_extension": false,
    
    68 68
                   "platform": "all",
    
    69
    -              "size": 664243,
    
    69
    +              "size": 668520,
    
    70 70
                   "status": "public",
    
    71
    -              "url": "https://addons.mozilla.org/firefox/downloads/file/4128489/darkreader-4.9.64.xpi",
    
    71
    +              "url": "https://addons.mozilla.org/firefox/downloads/file/4151368/darkreader-4.9.65.xpi",
    
    72 72
                   "permissions": [
    
    73 73
                     "alarms",
    
    74 74
                     "contextMenus",
    
    ... ... @@ -146,7 +146,7 @@
    146 146
             },
    
    147 147
             "is_disabled": false,
    
    148 148
             "is_experimental": false,
    
    149
    -        "last_updated": "2023-06-26T12:31:32Z",
    
    149
    +        "last_updated": "2023-08-14T10:45:12Z",
    
    150 150
             "name": {
    
    151 151
               "ar": "Dark Reader",
    
    152 152
               "bn": "Dark Reader",
    
    ... ... @@ -221,10 +221,10 @@
    221 221
               "category": "recommended"
    
    222 222
             },
    
    223 223
             "ratings": {
    
    224
    -          "average": 4.5592,
    
    225
    -          "bayesian_average": 4.55804261202379,
    
    226
    -          "count": 5093,
    
    227
    -          "text_count": 1604
    
    224
    +          "average": 4.5571,
    
    225
    +          "bayesian_average": 4.555944276544156,
    
    226
    +          "count": 5116,
    
    227
    +          "text_count": 1611
    
    228 228
             },
    
    229 229
             "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/darkreader/reviews/",
    
    230 230
             "requires_payment": false,
    
    ... ... @@ -321,7 +321,7 @@
    321 321
             "type": "extension",
    
    322 322
             "url": "https://addons.mozilla.org/en-US/firefox/addon/darkreader/",
    
    323 323
             "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/darkreader/versions/",
    
    324
    -        "weekly_downloads": 24659
    
    324
    +        "weekly_downloads": 24008
    
    325 325
           },
    
    326 326
           "notes": null
    
    327 327
         },
    
    ... ... @@ -337,7 +337,7 @@
    337 337
                 "picture_url": "https://addons.mozilla.org/user-media/userpics/56/7656/6937656/6937656.png?modified=1550343990"
    
    338 338
               }
    
    339 339
             ],
    
    340
    -        "average_daily_users": 249415,
    
    340
    +        "average_daily_users": 247179,
    
    341 341
             "categories": {
    
    342 342
               "android": [
    
    343 343
                 "security-privacy"
    
    ... ... @@ -553,10 +553,10 @@
    553 553
               "category": "recommended"
    
    554 554
             },
    
    555 555
             "ratings": {
    
    556
    -          "average": 4.816,
    
    557
    -          "bayesian_average": 4.811352368325867,
    
    558
    -          "count": 1353,
    
    559
    -          "text_count": 238
    
    556
    +          "average": 4.8153,
    
    557
    +          "bayesian_average": 4.810656818463578,
    
    558
    +          "count": 1359,
    
    559
    +          "text_count": 239
    
    560 560
             },
    
    561 561
             "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/reviews/",
    
    562 562
             "requires_payment": false,
    
    ... ... @@ -641,7 +641,7 @@
    641 641
             "type": "extension",
    
    642 642
             "url": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/",
    
    643 643
             "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/versions/",
    
    644
    -        "weekly_downloads": 3670
    
    644
    +        "weekly_downloads": 3402
    
    645 645
           },
    
    646 646
           "notes": null
    
    647 647
         },
    
    ... ... @@ -657,7 +657,7 @@
    657 657
                 "picture_url": "https://addons.mozilla.org/user-media/userpics/73/4073/5474073/5474073.png?modified=1469820907"
    
    658 658
               }
    
    659 659
             ],
    
    660
    -        "average_daily_users": 1076698,
    
    660
    +        "average_daily_users": 1063750,
    
    661 661
             "categories": {
    
    662 662
               "android": [
    
    663 663
                 "security-privacy"
    
    ... ... @@ -1180,9 +1180,9 @@
    1180 1180
               "category": "recommended"
    
    1181 1181
             },
    
    1182 1182
             "ratings": {
    
    1183
    -          "average": 4.8009,
    
    1184
    -          "bayesian_average": 4.798135100629341,
    
    1185
    -          "count": 2265,
    
    1183
    +          "average": 4.8013,
    
    1184
    +          "bayesian_average": 4.798528563346096,
    
    1185
    +          "count": 2270,
    
    1186 1186
               "text_count": 431
    
    1187 1187
             },
    
    1188 1188
             "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/reviews/",
    
    ... ... @@ -1207,7 +1207,7 @@
    1207 1207
             "type": "extension",
    
    1208 1208
             "url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/",
    
    1209 1209
             "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/versions/",
    
    1210
    -        "weekly_downloads": 18718
    
    1210
    +        "weekly_downloads": 17673
    
    1211 1211
           },
    
    1212 1212
           "notes": null
    
    1213 1213
         },
    
    ... ... @@ -1223,7 +1223,7 @@
    1223 1223
                 "picture_url": null
    
    1224 1224
               }
    
    1225 1225
             ],
    
    1226
    -        "average_daily_users": 6229783,
    
    1226
    +        "average_daily_users": 6171541,
    
    1227 1227
             "categories": {
    
    1228 1228
               "android": [
    
    1229 1229
                 "security-privacy"
    
    ... ... @@ -1388,7 +1388,7 @@
    1388 1388
             },
    
    1389 1389
             "is_disabled": false,
    
    1390 1390
             "is_experimental": false,
    
    1391
    -        "last_updated": "2023-08-07T17:15:41Z",
    
    1391
    +        "last_updated": "2023-08-20T17:20:27Z",
    
    1392 1392
             "name": {
    
    1393 1393
               "ar": "uBlock Origin",
    
    1394 1394
               "bg": "uBlock Origin",
    
    ... ... @@ -1533,10 +1533,10 @@
    1533 1533
               "category": "recommended"
    
    1534 1534
             },
    
    1535 1535
             "ratings": {
    
    1536
    -          "average": 4.7828,
    
    1537
    -          "bayesian_average": 4.782404807048353,
    
    1538
    -          "count": 15798,
    
    1539
    -          "text_count": 4101
    
    1536
    +          "average": 4.7845,
    
    1537
    +          "bayesian_average": 4.784104875047849,
    
    1538
    +          "count": 15865,
    
    1539
    +          "text_count": 4114
    
    1540 1540
             },
    
    1541 1541
             "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/reviews/",
    
    1542 1542
             "requires_payment": false,
    
    ... ... @@ -1598,7 +1598,7 @@
    1598 1598
             "type": "extension",
    
    1599 1599
             "url": "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/",
    
    1600 1600
             "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions/",
    
    1601
    -        "weekly_downloads": 143905
    
    1601
    +        "weekly_downloads": 134237
    
    1602 1602
           },
    
    1603 1603
           "notes": null
    
    1604 1604
         },
    
    ... ... @@ -1614,7 +1614,7 @@
    1614 1614
                 "picture_url": null
    
    1615 1615
               }
    
    1616 1616
             ],
    
    1617
    -        "average_daily_users": 167376,
    
    1617
    +        "average_daily_users": 169092,
    
    1618 1618
             "categories": {
    
    1619 1619
               "android": [
    
    1620 1620
                 "photos-media"
    
    ... ... @@ -1713,9 +1713,9 @@
    1713 1713
               "category": "recommended"
    
    1714 1714
             },
    
    1715 1715
             "ratings": {
    
    1716
    -          "average": 4.4929,
    
    1717
    -          "bayesian_average": 4.487789225993283,
    
    1718
    -          "count": 1132,
    
    1716
    +          "average": 4.4938,
    
    1717
    +          "bayesian_average": 4.488680120012364,
    
    1718
    +          "count": 1134,
    
    1719 1719
               "text_count": 423
    
    1720 1720
             },
    
    1721 1721
             "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/video-background-play-fix/reviews/",
    
    ... ... @@ -1738,7 +1738,7 @@
    1738 1738
             "type": "extension",
    
    1739 1739
             "url": "https://addons.mozilla.org/en-US/firefox/addon/video-background-play-fix/",
    
    1740 1740
             "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/video-background-play-fix/versions/",
    
    1741
    -        "weekly_downloads": 328
    
    1741
    +        "weekly_downloads": 371
    
    1742 1742
           },
    
    1743 1743
           "notes": null
    
    1744 1744
         },
    
    ... ... @@ -1754,7 +1754,7 @@
    1754 1754
                 "picture_url": null
    
    1755 1755
               }
    
    1756 1756
             ],
    
    1757
    -        "average_daily_users": 85334,
    
    1757
    +        "average_daily_users": 84181,
    
    1758 1758
             "categories": {
    
    1759 1759
               "android": [
    
    1760 1760
                 "experimental",
    
    ... ... @@ -1892,7 +1892,7 @@
    1892 1892
             "type": "extension",
    
    1893 1893
             "url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/",
    
    1894 1894
             "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/versions/",
    
    1895
    -        "weekly_downloads": 1565
    
    1895
    +        "weekly_downloads": 1090
    
    1896 1896
           },
    
    1897 1897
           "notes": null
    
    1898 1898
         },
    
    ... ... @@ -1908,7 +1908,7 @@
    1908 1908
                 "picture_url": "https://addons.mozilla.org/user-media/userpics/64/9064/12929064/12929064.png?modified=1651263207"
    
    1909 1909
               }
    
    1910 1910
             ],
    
    1911
    -        "average_daily_users": 257984,
    
    1911
    +        "average_daily_users": 257425,
    
    1912 1912
             "categories": {
    
    1913 1913
               "android": [
    
    1914 1914
                 "photos-media",
    
    ... ... @@ -2127,10 +2127,10 @@
    2127 2127
               "category": "recommended"
    
    2128 2128
             },
    
    2129 2129
             "ratings": {
    
    2130
    -          "average": 4.6539,
    
    2131
    -          "bayesian_average": 4.64926734511088,
    
    2132
    -          "count": 1303,
    
    2133
    -          "text_count": 250
    
    2130
    +          "average": 4.6544,
    
    2131
    +          "bayesian_average": 4.6497676877016945,
    
    2132
    +          "count": 1308,
    
    2133
    +          "text_count": 252
    
    2134 2134
             },
    
    2135 2135
             "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/search_by_image/reviews/",
    
    2136 2136
             "requires_payment": false,
    
    ... ... @@ -2151,7 +2151,7 @@
    2151 2151
             "type": "extension",
    
    2152 2152
             "url": "https://addons.mozilla.org/en-US/firefox/addon/search_by_image/",
    
    2153 2153
             "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/search_by_image/versions/",
    
    2154
    -        "weekly_downloads": 4027
    
    2154
    +        "weekly_downloads": 4018
    
    2155 2155
           },
    
    2156 2156
           "notes": null
    
    2157 2157
         },
    
    ... ... @@ -2174,7 +2174,7 @@
    2174 2174
                 "picture_url": null
    
    2175 2175
               }
    
    2176 2176
             ],
    
    2177
    -        "average_daily_users": 111124,
    
    2177
    +        "average_daily_users": 111536,
    
    2178 2178
             "categories": {
    
    2179 2179
               "android": [
    
    2180 2180
                 "other"
    
    ... ... @@ -2457,10 +2457,10 @@
    2457 2457
               "category": "recommended"
    
    2458 2458
             },
    
    2459 2459
             "ratings": {
    
    2460
    -          "average": 4.4123,
    
    2461
    -          "bayesian_average": 4.407708861807205,
    
    2462
    -          "count": 1232,
    
    2463
    -          "text_count": 334
    
    2460
    +          "average": 4.4024,
    
    2461
    +          "bayesian_average": 4.397830651353168,
    
    2462
    +          "count": 1240,
    
    2463
    +          "text_count": 339
    
    2464 2464
             },
    
    2465 2465
             "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/google-search-fixer/reviews/",
    
    2466 2466
             "requires_payment": false,
    
    ... ... @@ -2480,7 +2480,7 @@
    2480 2480
             "type": "extension",
    
    2481 2481
             "url": "https://addons.mozilla.org/en-US/firefox/addon/google-search-fixer/",
    
    2482 2482
             "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/google-search-fixer/versions/",
    
    2483
    -        "weekly_downloads": 30
    
    2483
    +        "weekly_downloads": 39
    
    2484 2484
           },
    
    2485 2485
           "notes": null
    
    2486 2486
         },
    
    ... ... @@ -2496,7 +2496,7 @@
    2496 2496
                 "picture_url": "https://addons.mozilla.org/user-media/userpics/43/0143/143/143.png?modified=1506804587"
    
    2497 2497
               }
    
    2498 2498
             ],
    
    2499
    -        "average_daily_users": 301669,
    
    2499
    +        "average_daily_users": 296794,
    
    2500 2500
             "categories": {
    
    2501 2501
               "android": [
    
    2502 2502
                 "performance",
    
    ... ... @@ -2614,7 +2614,7 @@
    2614 2614
             },
    
    2615 2615
             "is_disabled": false,
    
    2616 2616
             "is_experimental": false,
    
    2617
    -        "last_updated": "2023-07-25T09:58:54Z",
    
    2617
    +        "last_updated": "2023-08-09T15:50:38Z",
    
    2618 2618
             "name": {
    
    2619 2619
               "de": "NoScript",
    
    2620 2620
               "el": "NoScript",
    
    ... ... @@ -2686,10 +2686,10 @@
    2686 2686
               "category": "recommended"
    
    2687 2687
             },
    
    2688 2688
             "ratings": {
    
    2689
    -          "average": 4.4047,
    
    2690
    -          "bayesian_average": 4.402001757843669,
    
    2691
    -          "count": 2093,
    
    2692
    -          "text_count": 811
    
    2689
    +          "average": 4.4025,
    
    2690
    +          "bayesian_average": 4.399796585802099,
    
    2691
    +          "count": 2097,
    
    2692
    +          "text_count": 813
    
    2693 2693
             },
    
    2694 2694
             "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/noscript/reviews/",
    
    2695 2695
             "requires_payment": false,
    
    ... ... @@ -2733,7 +2733,7 @@
    2733 2733
             "type": "extension",
    
    2734 2734
             "url": "https://addons.mozilla.org/en-US/firefox/addon/noscript/",
    
    2735 2735
             "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/noscript/versions/",
    
    2736
    -        "weekly_downloads": 7783
    
    2736
    +        "weekly_downloads": 7446
    
    2737 2737
           },
    
    2738 2738
           "notes": null
    
    2739 2739
         },
    
    ... ... @@ -2749,7 +2749,7 @@
    2749 2749
                 "picture_url": null
    
    2750 2750
               }
    
    2751 2751
             ],
    
    2752
    -        "average_daily_users": 150191,
    
    2752
    +        "average_daily_users": 150070,
    
    2753 2753
             "categories": {
    
    2754 2754
               "android": [
    
    2755 2755
                 "performance",
    
    ... ... @@ -2864,10 +2864,10 @@
    2864 2864
               "category": "recommended"
    
    2865 2865
             },
    
    2866 2866
             "ratings": {
    
    2867
    -          "average": 3.9015,
    
    2868
    -          "bayesian_average": 3.8972613162211953,
    
    2869
    -          "count": 1147,
    
    2870
    -          "text_count": 406
    
    2867
    +          "average": 3.8994,
    
    2868
    +          "bayesian_average": 3.895166058088759,
    
    2869
    +          "count": 1153,
    
    2870
    +          "text_count": 408
    
    2871 2871
             },
    
    2872 2872
             "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/youtube-high-definition/reviews/",
    
    2873 2873
             "requires_payment": false,
    
    ... ... @@ -2886,7 +2886,7 @@
    2886 2886
             "type": "extension",
    
    2887 2887
             "url": "https://addons.mozilla.org/en-US/firefox/addon/youtube-high-definition/",
    
    2888 2888
             "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/youtube-high-definition/versions/",
    
    2889
    -        "weekly_downloads": 1838
    
    2889
    +        "weekly_downloads": 1749
    
    2890 2890
           },
    
    2891 2891
           "notes": null
    
    2892 2892
         }
    

  • projects/firefox-android/config
    ... ... @@ -17,7 +17,6 @@ var:
    17 17
       fenix_version: 115.2.1
    
    18 18
       browser_branch: 13.0-1
    
    19 19
       browser_build: 1
    
    20
    -  platform_version: 115.0
    
    21 20
       variant: Beta
    
    22 21
       # This should be updated when the list of gradle dependencies is changed.
    
    23 22
       gradle_dependencies_version: 1
    

  • projects/firefox/config
    ... ... @@ -14,11 +14,11 @@ container:
    14 14
       use_container: 1
    
    15 15
     
    
    16 16
     var:
    
    17
    -  firefox_platform_version: 115.1.0
    
    17
    +  firefox_platform_version: 115.2.0
    
    18 18
       firefox_version: '[% c("var/firefox_platform_version") %]esr'
    
    19 19
       browser_series: '13.0'
    
    20 20
       browser_branch: '[% c("var/browser_series") %]-1'
    
    21
    -  browser_build: 4
    
    21
    +  browser_build: 2
    
    22 22
       branding_directory_prefix: 'tb'
    
    23 23
       copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
    
    24 24
       nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
    
    ... ... @@ -85,7 +85,6 @@ targets:
    85 85
         git_url: https://gitlab.torproject.org/tpo/applications/mullvad-browser.git
    
    86 86
         var:
    
    87 87
           branding_directory_prefix: 'mb'
    
    88
    -      browser_build: 3
    
    89 88
           gitlab_project: https://gitlab.torproject.org/tpo/applications/mullvad-browser
    
    90 89
     
    
    91 90
       linux-x86_64:
    

  • projects/geckoview/config
    ... ... @@ -14,9 +14,9 @@ container:
    14 14
       use_container: 1
    
    15 15
     
    
    16 16
     var:
    
    17
    -  geckoview_version: 115.1.0esr
    
    17
    +  geckoview_version: 115.2.0esr
    
    18 18
       browser_branch: 13.0-1
    
    19
    -  browser_build: 4
    
    19
    +  browser_build: 2
    
    20 20
       copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
    
    21 21
       gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
    
    22 22
       git_commit: '[% exec("git rev-parse HEAD") %]'
    

  • projects/translation/config
    ... ... @@ -12,19 +12,19 @@ compress_tar: 'gz'
    12 12
     steps:
    
    13 13
       base-browser:
    
    14 14
         base-browser: '[% INCLUDE build %]'
    
    15
    -    git_hash: f940956c425c199f622f53fef9a735fc303b11f1
    
    15
    +    git_hash: 6544f03cf00e87e9b10eb20efa176b3cb97bc201
    
    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: 2b885b2a6dfeaa046678133755639d6e26485754
    
    21
    +    git_hash: 976a9c609d09666b67e5a7f530a5df7bad8b35ea
    
    22 22
         targets:
    
    23 23
           nightly:
    
    24 24
             git_hash: 'tor-browser'
    
    25 25
       mullvad-browser:
    
    26 26
         mullvad-browser: '[% INCLUDE build %]'
    
    27
    -    git_hash: 1f736c5ae157f27df975c18bf3f2fa5f4bb5e33a
    
    27
    +    git_hash: 57de1569da0e2c48fd999a13e555f6b522041993
    
    28 28
         targets:
    
    29 29
           nightly:
    
    30 30
             git_hash: 'mullvad-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: e037147c72348192ddd38c2a21712c65031b912c
    
    35
    +    git_hash: 46dc5bacb64aba3b170ce87cf07af414faa7c35a
    
    36 36
         compress_tar: 'zst'
    
    37 37
         targets:
    
    38 38
           nightly:
    

  • rbm.conf
    ... ... @@ -81,10 +81,11 @@ buildconf:
    81 81
       git_signtag_opt: '-s'
    
    82 82
     
    
    83 83
     var:
    
    84
    -  torbrowser_version: '13.0a2'
    
    85
    -  torbrowser_build: 'build5'
    
    84
    +  torbrowser_version: '13.0a3'
    
    85
    +  torbrowser_build: 'build1'
    
    86 86
       torbrowser_incremental_from:
    
    87 87
         - '13.0a1'
    
    88
    +    - '13.0a2'
    
    88 89
       updater_enabled: 1
    
    89 90
       build_mar: 1
    
    90 91
       mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits