Changes between Version 104 and Version 105 of firefox


Ignore:
Timestamp:
10/31/2021 08:38:27 PM (2 years ago)
Author:
ken@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • firefox

    v104 v105  
    112112libwebp should now be >= 1.2.1
    113113
    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.
     114rustc now needs to be >= 1.53.0.
    115115
    116116The 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.