Install: coerce libc version to semver #3641

This commit is contained in:
Lovell Fuller
2023-04-23 11:37:43 +01:00
parent bf9bb56367
commit 4d7957a043
2 changed files with 9 additions and 5 deletions

View File

@@ -29,6 +29,9 @@ Requires libvips v8.14.2
* Ensure `trim` operation works with CMYK images (regression in 0.31.0).
[#3636](https://github.com/lovell/sharp/issues/3636)
* Install: coerce libc version to semver.
[#3641](https://github.com/lovell/sharp/issues/3641)
### v0.32.0 - 24th March 2023
* Default to using sequential rather than random access read where possible.