From 64fc3921066b9c768ae45a2b1dd878cca8c4335f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Fri, 2 Aug 2019 18:16:25 +0200 Subject: [PATCH] relase babl 0.1.70 --- NEWS | 5 ++++- meson.build | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9400e7b..b858d48 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. --> +2019-08-02 babl-0.1.70
+Build fixes making the meson build work with more architectures. +
2019-07-25 babl-0.1.68
Added Yu'v' (CIE 1976 UCS) color model. Fixed a severe non-initialised memory issue - that kept us from using fast paths for many babl spaces loaded from @@ -14,7 +17,7 @@ nonpremultiplied-, premultiplied- and nonassociated- alpha are now considered deprecated API. HCY luminance is now relative to the RGB space used - no change for sRGB related pixel formats. AVX2 acceleration for some linear to float conversions. - +
2019-06-12 babl-0.1.66
Added API call, babl_space_get_rgb_luminance, Make most SIMD code-paths optional again on i686. diff --git a/meson.build b/meson.build index 36be08e..5f2ef1d 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('babl', 'c', license: 'LGPL3+', - version: '0.1.69', + version: '0.1.70', meson_version: '>=0.49.0', default_options: [ 'libdir=lib', -- 2.30.2