From: Øyvind Kolås Date: Fri, 5 May 2023 12:37:51 +0000 (+0200) Subject: release 0.1.106 X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=150294d22e9f151ebe0ca7ac1c3a72135d2e850e;p=babl.git release 0.1.106 --- diff --git a/NEWS b/NEWS index 4a928c4..875fc85 100644 --- 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
+2023-05-05 babl-0.1.106
+Disable LUTs on big-endian, fix to 1bpp->4bpp LUTs, faster startup by caching +balanced RGB to XYZ matrices. +
+2023-04-21 babl-0.1.104
LUT code-paths re-enabled, some array overflow proofing.
2023-02-25 babl-0.1.102
diff --git a/meson.build b/meson.build index dad297e..00f2b11 100644 --- a/meson.build +++ b/meson.build @@ -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'