Changes between Version 140 and Version 141 of firefox
- Timestamp:
- 12/06/2022 01:37:20 AM (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
firefox
v140 v141 58 58 grep -rl \"rU\" | xargs sed -i 's/"rU"/"r"/' 59 59 }}} 60 fixes testing/web-platform/tests/tools/third_party/py/py/_path/svnurl.py60 fixes various files under 'python/' 61 61 62 62 and the second fixes xpcom/idl-parser/xpidl/xpidl.py … … 88 88 The minimum version of node-js has now been updated to v12.22.1, unfortunately that fell out of support in April of this year, v14, v16 and v18 have had vulnerability fixes since then. 89 89 90 The changes mentioned above in the 102 series for python-3.11 (envvar, two seds) are needed when building 107.0 with python-3.11. 90 Of the changes mentioned above in the 102 series for python-3.11 (envvar, two seds) the envvar is needed but the seds are not needed when building 107.0 or later with python-3.11 although a lingering match for the xargs sed remains in view testing/web-platform/tests/tools/third_party/py/py/_path/svnurl.py 91 91 92 92 93