You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add libvips version number to shared library SONAME and filename (#252)
This should help improve support for multiple versions of sharp
that use differing versions of libvips running within the same
process by ensuring dlopen accesses the relevant shared library.
aom: new musl-only patch to set min thread stack size
The aom dependency implemented a minimum stack size for
debugging purposes in v3.8.0. This patch enables it for
production use, reducing the minimum from 1MB to 256 KB.
The previous patch was temporarily removed in de30aa6.
Leave tarballs as-is, remove Brotli, don't re-gzip (#199)
These files will no longer be downloaded millions of times,
so there is no need to spend CPU time maximising compression.