release 0.1.92
authorØyvind Kolås <pippin@gimp.org>
Tue, 22 Mar 2022 16:12:57 +0000 (17:12 +0100)
committerØyvind Kolås <pippin@gimp.org>
Tue, 22 Mar 2022 16:12:57 +0000 (17:12 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 09dbceab8a0832275ab78b78e6bcb4c142424097..089e1ceb360da1c0c322814884df3fc21c36eac2 100644 (file)
--- 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                                              </dt><dd>
+Fixes for avoiding load of wrong SIMD extensions.
+                                                                    </dd><dt>
+2022-02-21 babl-0.1.90                                              </dt><dd>
 Automatic LUT creation for conversions from &lt;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,
index 4770c207c5ff848003ed06a9d48fdfe1ffe9d338..487e470ee5bed6d854b52de13c337e618e8043d7 100644 (file)
@@ -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'