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

Commits:

2 changed files:

Changes:

  • projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
    1
    +Tor Browser 13.0.8 - December 20 2023
    
    2
    + * Windows
    
    3
    +   * Bug 41053: All PT's crash instantly in 13.0.7  [tor-browser-build]
    
    4
    +   * Bug 42179: PTs on Tor Browser 13 do not work with Windows 7 [tor-browser]
    
    5
    + * Linux
    
    6
    +   * Bug 41050: Improve the disk leak sanitization on start-$browser [tor-browser-build]
    
    7
    + * Build System
    
    8
    +   * All Platforms
    
    9
    +     * Bug 41042: Add options to include updates in the changelog scripts [tor-browser-build]
    
    10
    +     * Bug 41043: Create script to push build requests to Mullvad build servers [tor-browser-build]
    
    11
    +
    
    1 12
     Tor Browser 13.0.7 - December 19 2023
    
    2 13
      * All Platforms
    
    3 14
        * Updated tor to 0.4.8.10
    

  • rbm.conf
    ... ... @@ -81,12 +81,12 @@ buildconf:
    81 81
       git_signtag_opt: '-s'
    
    82 82
     
    
    83 83
     var:
    
    84
    -  torbrowser_version: '13.0.7'
    
    84
    +  torbrowser_version: '13.0.8'
    
    85 85
       torbrowser_build: 'build1'
    
    86 86
       torbrowser_incremental_from:
    
    87
    +    - '13.0.7'
    
    87 88
         - '13.0.6'
    
    88 89
         - '13.0.5'
    
    89
    -    - '13.0.1'
    
    90 90
       updater_enabled: 1
    
    91 91
       build_mar: 1
    
    92 92
       mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'