From ff6ac9e6a92a16ae5c5e233432c2fcaa22cb1c5e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Thu, 17 Dec 2020 11:32:34 +0100 Subject: [PATCH] release 0.1.84 --- NEWS | 3 +++ meson.build | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d4bfec0..c398914 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,9 @@ The NEWS file in the babl source tree is the source location for the news section both in the README and the webpage. --> +2020-12-17 babl-0.1.84
+Fixed bug in caching of CMYK ICC profiles. +
2020-10-04 babl-0.1.82
Handle the parametric ICCv4 types that are not strictly the same type as core sRGB curve. diff --git a/meson.build b/meson.build index bf0b3eb..b9f19af 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('babl', 'c', license: 'LGPL3+', - version: '0.1.83', + version: '0.1.84', meson_version: '>=0.54.0', default_options: [ 'buildtype=debugoptimized' -- 2.30.2