richard pushed to branch maint-13.0 at The Tor Project / Applications / tor-browser-build
Commits:
- 
b12391cb
by Richard Pospesel at 2023-10-26T16:15:00+00:00
3 changed files:
Changes:
| 1 | +Tor Browser 13.0.2 - October 26 2023
 | |
| 2 | + * Android
 | |
| 3 | +   * Bump firefox-android commit to generate new version code to allow uploading to Google Play (see tor-browser-build#40992)
 | |
| 4 | + | |
| 1 | 5 |  Tor Browser 13.0.1 - October 24 2023
 | 
| 2 | 6 |   * All Platforms
 | 
| 3 | 7 |     * Bug 42185: Rebase stable browsers on top of 115.4.0esr [tor-browser]
 | 
| ... | ... | @@ -16,7 +16,7 @@ container: | 
| 16 | 16 |  var:
 | 
| 17 | 17 |    fenix_version: 115.2.1
 | 
| 18 | 18 |    browser_branch: 13.0-1
 | 
| 19 | -  browser_build: 6
 | |
| 19 | +  browser_build: 7
 | |
| 20 | 20 |    variant: Beta
 | 
| 21 | 21 |    # This should be updated when the list of gradle dependencies is changed.
 | 
| 22 | 22 |    gradle_dependencies_version: 1
 | 
| ... | ... | @@ -81,8 +81,8 @@ buildconf: | 
| 81 | 81 |    git_signtag_opt: '-s'
 | 
| 82 | 82 | |
| 83 | 83 |  var:
 | 
| 84 | -  torbrowser_version: '13.0.1'
 | |
| 85 | -  torbrowser_build: 'build2'
 | |
| 84 | +  torbrowser_version: '13.0.2'
 | |
| 85 | +  torbrowser_build: 'build1'
 | |
| 86 | 86 |    torbrowser_incremental_from:
 | 
| 87 | 87 |      - '13.0'
 | 
| 88 | 88 |      - '12.5.6'
 |