@@ -8,6 +8,8 @@ The changes are relative to the previous release, unless the baseline is specifi
88
99## [ Unreleased]
1010
11+ ## [ 1.1.1] - 2024-07-30
12+
1113### Changed since 1.1.0
1214* In avif.h, change "AVIF_API AVIF_NODISCARD" back to "AVIF_NODISCARD AVIF_API"
1315 to fix clang-cl and MSVC compilation errors in the shared library build on
@@ -21,6 +23,9 @@ The changes are relative to the previous release, unless the baseline is specifi
2123* Fix CMake config shared library leaks
2224 https://github.com/AOMediaCodec/libavif/issues/2264 .
2325* Fix clang-cl compilation.
26+ * Update gain map metadata to current ISO 21496-1 draft.
27+ * cmake: Only search for ASM_NASM language on x86_64 platforms.
28+ * Fix "No known features for CXX compiler" CMake error.
2429* Fix aom link flags so that transitive library link flags are included when
2530 aom is a static library
2631 https://github.com/AOMediaCodec/libavif/issues/2274 .
@@ -1129,7 +1134,8 @@ code.
11291134- Constants ` AVIF_VERSION ` , ` AVIF_VERSION_MAJOR ` , ` AVIF_VERSION_MINOR ` , ` AVIF_VERSION_PATCH `
11301135- ` avifVersion() ` function
11311136
1132- [ Unreleased ] : https://github.com/AOMediaCodec/libavif/compare/v1.1.0...HEAD
1137+ [ Unreleased ] : https://github.com/AOMediaCodec/libavif/compare/v1.1.1...HEAD
1138+ [ 1.1.1 ] : https://github.com/AOMediaCodec/libavif/compare/v1.1.0...v1.1.1
11331139[ 1.1.0 ] : https://github.com/AOMediaCodec/libavif/compare/v1.0.0...v1.1.0
11341140[ 1.0.4 ] : https://github.com/AOMediaCodec/libavif/compare/v1.0.3...v1.0.4
11351141[ 1.0.3 ] : https://github.com/AOMediaCodec/libavif/compare/v1.0.2...v1.0.3
0 commit comments