From 150294d22e9f151ebe0ca7ac1c3a72135d2e850e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Fri, 5 May 2023 14:37:51 +0200 Subject: [PATCH] release 0.1.106 --- NEWS | 6 +++++- meson.build | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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' -- 2.30.2