relase babl 0.1.70
authorØyvind Kolås <pippin@gimp.org>
Fri, 2 Aug 2019 16:16:25 +0000 (18:16 +0200)
committerØyvind Kolås <pippin@gimp.org>
Fri, 2 Aug 2019 16:16:25 +0000 (18:16 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 9400e7b48b1403c371b5fca68b1aad664d229d18..b858d4830a4390aedc975824390ef452a986459a 100644 (file)
--- 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                                              </dt><dd>
+Build fixes making the meson build work with more architectures.
+                                                                    </dd><dt>
 2019-07-25 babl-0.1.68                                              </dt><dd>
 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.
-
+                                                                    </dd><dt>
 2019-06-12 babl-0.1.66                                              </dt><dd>
 Added API call, babl_space_get_rgb_luminance,
 Make most SIMD code-paths optional again on i686.
index 36be08e93c455444bb5cf2b401104e4bb021a81f..5f2ef1d69999d3328152fdb7db4ffb99bd7e8240 100644 (file)
@@ -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',