Changes between Version 104 and Version 105 of firefox
- Timestamp:
- 10/31/2021 08:38:27 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
firefox
v104 v105 112 112 libwebp should now be >= 1.2.1 113 113 114 rustc now needs to be >= 1.53.0. For me (ken) this is enough to cause me to not spend time to build this at the moment - we will be moving to openssl-3.0, rust needs to be at least 1.55.0 to work with that. We will also be updating to llvm-13, but the update for using system llvm-13 will not arrive in rust until 1.56.0 which is expected on 2021-10-21.114 rustc now needs to be >= 1.53.0. 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.