Changes between Version 69 and Version 70 of firefox
- Timestamp:
- 07/30/2020 03:40:50 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified firefox
v69 v70 23 23 '''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. 24 24 25 == Dependencies for 78-ESR ==25 == Dependencies for 78-ESR series == 26 26 27 27 Although the book is tested with its latest versions of the dependencies ''' it should be possible to use older versions of some packages''': … … 62 62 This 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. 63 63 64 For firefox-7 8.0 the dependencies are the same as for 78.0esr64 For firefox-79.0: 65 65 66 == Dependencies for 79.0 beta==66 == Dependencies for 79.0 == 67 67 68 68 cbindgen needs to be >= 0.14.3 69 69 nss needs to be >= 3.54 70 70 nspr 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) 71 rustc needs to be >= 1.43, tested with 1.44.1 (using system llvm-10) and 1.45.0 (using gcc). 72 There are reports that 1.45.0 fails to build if the default clang is used. 73 74 == Dependencies for 80.0beta == 75 76 For 80.0beta1: 77 78 nspr needs to be >= 4.27 79 nss needs to be >= 3.55 80 Tested with rustc-1.45.0 and gcc. 72 81 73 82