From befaba5cf1509d46fe27ccf609bd576db2bfebdc Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Tue, 22 Mar 2022 17:12:57 +0100 Subject: [PATCH] release 0.1.92 --- NEWS | 3 +++ meson.build | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 09dbcea..089e1ce 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,9 @@ the news section both in the README and the webpage. --> 2022-02-21 babl-0.1.90
+Fixes for avoiding load of wrong SIMD extensions. +
+2022-02-21 babl-0.1.90
Automatic LUT creation for conversions from <24bpp of colorant componants, SIMD builds for x86_64 micro-architecture levels and ARM neon, pre-defined CIE Lab u8 and CIE Lab u16 formats. Fix bug of an unlocked non-locked mutex, diff --git a/meson.build b/meson.build index 4770c20..487e470 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('babl', 'c', license: 'LGPL3+', - version: '0.1.91', + version: '0.1.92', meson_version: '>=0.54.0', default_options: [ 'buildtype=debugoptimized' -- 2.30.2