From aab30293930236fab173a879f2d9aab95d45db5e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Sun, 4 Oct 2020 18:37:19 +0200 Subject: [PATCH] release 0.1.82 --- NEWS | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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' -- 2.30.2