Document/changelog for Solus Linux support #857

This commit is contained in:
Lovell Fuller 2017-06-25 17:42:03 +01:00
parent f6373971bd
commit df97ef23d9
2 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,10 @@ Requires libvips v8.5.5.
* Allow binary download URL override via SHARP_DIST_BASE_URL env variable. * Allow binary download URL override via SHARP_DIST_BASE_URL env variable.
[#841](https://github.com/lovell/sharp/issues/841) [#841](https://github.com/lovell/sharp/issues/841)
* Add support for Solus Linux.
[#857](https://github.com/lovell/sharp/pull/857)
[@ekremkaraca](https://github.com/ekremkaraca)
#### v0.18.1 - 30<sup>th</sup> May 2017 #### v0.18.1 - 30<sup>th</sup> May 2017
* Remove regression from #781 that could cause incorrect shrink calculation. * Remove regression from #781 that could cause incorrect shrink calculation.

View File

@ -32,6 +32,7 @@ Most recent Linux-based operating systems with glibc running on x64 and ARMv6+ C
* Archlinux * Archlinux
* Raspbian Jessie * Raspbian Jessie
* Amazon Linux 2016.03, 2016.09 * Amazon Linux 2016.03, 2016.09
* Solus
To use a globally-installed version of libvips instead of the provided binaries, To use a globally-installed version of libvips instead of the provided binaries,
make sure it is at least the version listed under `config.libvips` in the `package.json` file make sure it is at least the version listed under `config.libvips` in the `package.json` file