Changes between Version 69 and Version 70 of firefox


Ignore:
Timestamp:
07/30/2020 03:40:50 PM (4 years ago)
Author:
ken@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • firefox

    v69 v70  
    2323'''You should always use the latest release, either the latest esr or the latest mainline version (or the latest beta for bleeding edge)'''. And you should remember to update your ca-certificates when building a new version of firefox.
    2424
    25 == Dependencies for 78-ESR ==
     25== Dependencies for 78-ESR series ==
    2626
    2727Although the book is tested with its latest versions of the dependencies ''' it should be possible to use older versions of some packages''':
     
    6262This is an attempt to help people who want to keep using the latest upstream release, and will be updated from time to time. It is also a store of important changes which will need to be addressed when the book moves to the next ESR version.
    6363
    64 For firefox-78.0 the dependencies are the same as for 78.0esr
     64For firefox-79.0:
    6565
    66 == Dependencies for 79.0beta ==
     66== Dependencies for 79.0 ==
    6767
    6868cbindgen needs to be >= 0.14.3
    6969nss needs to be >= 3.54
    7070nspr needs to match nss (i.e. 4.26 for nss-3.54)
    71 rustc needs to be >= 1.43, tested with 1.44.1 (using system llvm-10)
     71rustc needs to be >= 1.43, tested with 1.44.1 (using system llvm-10) and 1.45.0 (using gcc).
     72There are reports that 1.45.0 fails to build if the default clang is used.
     73
     74== Dependencies for 80.0beta ==
     75
     76For 80.0beta1:
     77
     78nspr needs to be >= 4.27
     79nss needs to be >= 3.55
     80Tested with rustc-1.45.0 and gcc.
    7281
    7382