From: Øyvind Kolås Date: Thu, 17 Dec 2020 10:32:34 +0000 (+0100) Subject: release 0.1.84 X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~6^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ff6ac9e6a92a16ae5c5e233432c2fcaa22cb1c5e;p=babl.git release 0.1.84 --- 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'