Changelog
All notable changes to the pre-compiled binaries of libvips will be documented in this file. The version number of these NuGet packages is in sync with libvips' version number. The changes of libvips are documented here.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
8.10.1 - 2020-09-12
Note
If you would like to see what's changed, please visit the the release notes of libvips: https://github.com/libvips/libvips/releases/tag/v8.10.1
8.10.0 - 2020-08-26
Note
If you would like to see what's changed, please visit the the release notes of libvips: https://libvips.github.io/libvips/2020/06/18/What's-new-in-8.10.html
Fixed
- Compatibility with Unity on Linux (#90).
Added
- Provide prebuilt binaries for Linux ARM64v8 and ARMv7 (kleisauke/libvips-packaging#3).
- Include libspng as dependency.
8.9.2-build3 - 2020-06-21
Note
Requires NetVips v1.2.3.
Changed
- A single shared libvips binary is build for Linux and macOS (#83).
8.9.2-build2 - 2020-06-16
Changed
- Binaries are copied to the output directory for Mono runtime (#80).
- A statically linked libvips binary is build for macOS (kleisauke/libvips-packaging#1).
8.9.2 - 2020-04-28
Note
If you would like to see what's changed, please visit the the release notes of libvips: https://github.com/libvips/libvips/releases/tag/v8.9.2
Fixed
- Compatibility with Windows Nano Server (#61).
- A GLib regression when running inside the Visual Studio debugger (libvips/build-win64-mxe#9).
8.9.1 - 2020-01-30
Note
If you would like to see what's changed, please visit the the release notes of libvips: https://github.com/libvips/libvips/releases/tag/v8.9.1
8.9.0 - 2020-01-30
Note
If you would like to see what's changed, please visit the the release notes of libvips: https://libvips.github.io/libvips/2019/12/11/What's-new-in-8.9.html
Changed
- A statically linked libvips binary is build for Linux (#51).
- The NuGet packages now includes:
- the latest third-party notices (
THIRD-PARTY-NOTICES.md
); - a JSON file containing the version numbers of libvips and its dependencies (
versions.json
).
- the latest third-party notices (
8.8.4 - 2019-12-30
Note
If you would like to see what's changed, please visit the the release notes of libvips: https://github.com/libvips/libvips/releases/tag/v8.8.4
8.8.3 - 2019-10-14
Note
If you would like to see what's changed, please visit the the release notes of libvips: https://github.com/libvips/libvips/releases/tag/v8.8.3
8.8.2 - 2019-09-05
Note
If you would like to see what's changed, please visit the the release notes of libvips: https://github.com/libvips/libvips/releases/tag/v8.8.2
8.8.1 - 2019-07-29
Note
If you would like to see what's changed, please visit the the release notes of libvips: https://github.com/libvips/libvips/releases/tag/v8.8.1
8.8.0 - 2019-06-22
Note
If you would like to see what's new, please visit the the release notes of libvips: https://libvips.github.io/libvips/2019/04/22/What's-new-in-8.8.html
8.7.4 - 2019-04-10
Added
- A NetVips.Native package which depends on the other NetVips.Native.* packages.
Changed
- The OS X binaries are now distributed with
jpeg-turbo
instead thanjpeg
(lovell/package-libvips-darwin#3).
8.7.4-beta1 - 2019-02-25
Added
- Pre-compiled libvips binaries for a few distros (#21):
- NetVips.Native.linux-x64 - Linux x64 glibc (Ubuntu, Debian, etc).
- NetVips.Native.linux-musl-x64 - Linux x64 musl (Alpine, Gentoo Linux, etc).
- NetVips.Native.osx-x64 - macOS x64.
- NetVips.Native.win-x64 - Windows 64-bit.
- NetVips.Native.win-x86 - Windows 32-bit.
Changed
- A statically linked libvips binary is build for Windows. This reduces the number of DLLs from 37 to 3 (libvips/build-win64#21).