From: Øyvind Kolås Date: Thu, 1 Jul 2021 01:24:39 +0000 (+0200) Subject: release 0.1.88 X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~5^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d4984bc2f2db34091151512697ab0bd3a7b91663;p=babl.git release 0.1.88 --- diff --git a/NEWS b/NEWS index a7bebe0..c48d9e7 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. --> +2021-07-01 babl-0.1.88
+Consistency fixes to format names, in particular for palettized formats. + 2021-02-26 babl-0.1.86
input-class (scanner/RGB) ICC profiles are valid for creating RGB spaces. improved thread safety for babl_space_from_icc diff --git a/meson.build b/meson.build index d08cb6b..f16d7a8 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('babl', 'c', license: 'LGPL3+', - version: '0.1.87', + version: '0.1.88', meson_version: '>=0.54.0', default_options: [ 'buildtype=debugoptimized'