richard pushed to branch maint-13.0 at The Tor Project / Applications / tor-browser-build
Commits:
- 
bd8de109
by Richard Pospesel at 2024-02-15T10:50:29+00:00
1 changed file:
Changes:
| ... | ... | @@ -2,14 +2,17 @@ Tor Browser 13.0.10 - February 20 2024 | 
| 2 | 2 |   * All Platforms
 | 
| 3 | 3 |     * Updated OpenSSL to 3.0.13
 | 
| 4 | 4 |     * Updated zlib to 1.3.1
 | 
| 5 | +   * Updated Snowflake to 2.9.0
 | |
| 5 | 6 |     * Bug 42374: spoof english leaks via numberingSystem: numbers (non-latn) or decimal separator (latn) [tor-browser]
 | 
| 6 | 7 |     * Bug 42411: Rebase Tor Browser stable onto 115.8.0esr [tor-browser]
 | 
| 8 | +   * Bug 41079: Bump version of Snowflake to v2.9.0 [tor-browser-build]
 | |
| 7 | 9 |   * Windows + macOS + Linux
 | 
| 8 | 10 |     * Updated Firefox to 115.8.0esr
 | 
| 9 | 11 |     * Bug 42338: Changing circuit programmatically in Tor Browser not working anymore! [tor-browser]
 | 
| 10 | 12 |   * Android
 | 
| 11 | 13 |     * Updated GeckoView to 115.8.0esr
 | 
| 12 | 14 |     * Bug 42402: Remove Android YEC strings [tor-browser]
 | 
| 15 | +   * Bug 42416: Backport Android security fixes from Firefox 123 [tor-browser]
 | |
| 13 | 16 |   * Linux
 | 
| 14 | 17 |     * Bug 42293: Updater is disabled when tor-browser is run by torbrowser-launcher flatpak [tor-browser]
 | 
| 15 | 18 |   * Build System
 | 
| ... | ... | @@ -19,6 +22,7 @@ Tor Browser 13.0.10 - February 20 2024 | 
| 19 | 22 |       * Bug 40067: Use --no-verbose wget option when not running in a terminal [rbm]
 | 
| 20 | 23 |       * Bug 40068: Switch from IO::CaptureOutput to Capture::Tiny [rbm]
 | 
| 21 | 24 |       * Bug 40069: Make stdout and stderr utf8 [rbm]
 | 
| 25 | +     * Bug 40072: Move capture_exec to a separate module [rbm]
 | |
| 22 | 26 | |
| 23 | 27 |  Tor Browser 13.5a4 - January 31 2024
 | 
| 24 | 28 |   * All Platforms
 |