From: Øyvind Kolås Date: Fri, 2 Aug 2019 16:16:25 +0000 (+0200) Subject: relase babl 0.1.70 X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~11^2~32 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=64fc3921066b9c768ae45a2b1dd878cca8c4335f;p=babl.git relase babl 0.1.70 --- 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',