release 0.1.106
authorØyvind Kolås <pippin@gimp.org>
Fri, 5 May 2023 12:37:51 +0000 (14:37 +0200)
committerØyvind Kolås <pippin@gimp.org>
Fri, 5 May 2023 12:37:51 +0000 (14:37 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 4a928c40d437470292d6bf2e803998c7cb9d223b..875fc853e9ae3daa9e60c264d58f3bd478dcbd8a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,11 @@ The NEWS file in the babl source tree is the source location for
 the news section both in the README and the webpage.
                                                                           -->
 
-2023-03-21 babl-0.1.104                                             </dt><dd>
+2023-05-05 babl-0.1.106                                             </dt><dd>
+Disable LUTs on big-endian, fix to 1bpp->4bpp LUTs, faster startup by caching
+balanced RGB to XYZ matrices.
+                                                                    </dd><dt>
+2023-04-21 babl-0.1.104                                             </dt><dd>
 LUT code-paths re-enabled, some array overflow proofing.
                                                                     </dd><dt>
 2023-02-25 babl-0.1.102                                             </dt><dd>
index dad297e7f43f88874e4b6b1e9f20156c09b42a7c..00f2b1164347f73c56904cd1f053abed7df401e0 100644 (file)
@@ -1,6 +1,6 @@
 project('babl', 'c',
   license: 'LGPL3+',
-  version: '0.1.105',
+  version: '0.1.106',
   meson_version: '>=0.55.0',
   default_options: [
     'buildtype=debugoptimized'