From 24c3666768d5530541e1dbdeb0354a37132213ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Sun, 7 Jun 2020 19:37:00 +0200 Subject: [PATCH] release 0.1.78 --- NEWS | 3 +++ meson.build | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 46ead54..d02e5c3 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-06-07 babl-0.1.78
+Bugfix release - mutex and atomicity related issues. +
2020-05-27 babl-0.1.76
Wrap hue in HSV, HSL, HCY. Fix black pullout in non ICC CMYK conversion. Added AV2 gamme u8->linear float conversions. VAPI file generation diff --git a/meson.build b/meson.build index 0a34bd7..05e3c9f 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('babl', 'c', license: 'LGPL3+', - version: '0.1.77', + version: '0.1.78', meson_version: '>=0.50.0', default_options: [ 'sysconfdir=/etc', -- 2.30.2