Changes between Version 105 and Version 106 of firefox
- Timestamp:
- 11/02/2021 08:20:36 PM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
firefox
v105 v106 99 99 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 for any changes which will need to be addressed when the book moves to the next ESR version. 100 100 101 == Dependencies for 9 3.0 (latest upstream stable) ==101 == Dependencies for 94.0 (latest upstream stable) == 102 102 103 nss now needs to be >= 3.70.0 103 libwebp should now be >= 1.2.1 104 105 nss now needs to be >= 3.71.0 106 107 rustc now needs to be >= 1.53.0, tested with 1.55.0. 104 108 105 109 other minimum versions unchanged. 106 110 107 111 108 == Dependencies for 9 4.0beta ==112 == Dependencies for 95.0beta == 109 113 110 nss now needs to be >= 3.71 111 112 libwebp should now be >= 1.2.1 113 114 rustc now needs to be >= 1.53.0. 114 To be advised. 115 115 116 116 The early betas for 92.0 and 93.0 needed static libstdc++.a to link logalloc-replay (that specifies -static-libstdc++). In later betas that was not compiled. While using a static system lib (outside of rust) is annoying, the expected lifetime of a firefox beta is short and this requirement can be remembered if a vulnerability in libstdc++ is ever disclosed. I assume this requirement will continue for early betas.