[babl] relase babl 0.1.70



commit 64fc3921066b9c768ae45a2b1dd878cca8c4335f
Author: Øyvind Kolås <pippin gimp org>
Date:   Fri Aug 2 18:16:25 2019 +0200

    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                                              </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.
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',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]