From: Øyvind Kolås Date: Tue, 22 Mar 2022 16:12:57 +0000 (+0100) Subject: release 0.1.92 X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~3^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=befaba5cf1509d46fe27ccf609bd576db2bfebdc;p=babl.git release 0.1.92 --- 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'