summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorØyvind Kolås <pippin@gimp.org>2019-08-02 18:16:25 +0200
committerØyvind Kolås <pippin@gimp.org>2019-08-02 18:16:25 +0200
commit64fc3921066b9c768ae45a2b1dd878cca8c4335f (patch)
treecd538467c9db2f7438377c304fe347a235615baf
parent8556048ecee1fc663a4759e3937a580cfffa7345 (diff)
relase babl 0.1.70
-rw-r--r--NEWS5
-rw-r--r--meson.build2
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',