From: Øyvind Kolås Date: Sun, 4 Oct 2020 16:37:19 +0000 (+0200) Subject: release 0.1.82 X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~7^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=aab30293930236fab173a879f2d9aab95d45db5e;p=babl.git release 0.1.82 --- diff --git a/NEWS b/NEWS index d02e5c3..d4bfec0 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,13 @@ The NEWS file in the babl source tree is the source location for the news section both in the README and the webpage. --> +2020-10-04 babl-0.1.82
+Handle the parametric ICCv4 types that are not strictly the same type as core +sRGB curve. +
+2020-08-02 babl-0.1.80
+meson build cleanups, depend on meson 0.54 +
2020-06-07 babl-0.1.78
Bugfix release - mutex and atomicity related issues.
diff --git a/meson.build b/meson.build index b5cefe0..e4bdc38 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('babl', 'c', license: 'LGPL3+', - version: '0.1.81', + version: '0.1.82', meson_version: '>=0.54.0', default_options: [ 'buildtype=debugoptimized'