release 0.1.72
authorØyvind Kolås <pippin@gimp.org>
Thu, 22 Aug 2019 20:11:33 +0000 (22:11 +0200)
committerØyvind Kolås <pippin@gimp.org>
Thu, 22 Aug 2019 20:11:33 +0000 (22:11 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index b858d4830a4390aedc975824390ef452a986459a..4448a34d00e6ec5ad40ae6af9b78ec02e4d0628b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,11 @@ 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-22 babl-0.1.72                                              </dt><dd>
+Added handling for grayscale ICC profiles and gobject introspection support.
+Optimizations for many format conversions for u8, u16 and half formats. And
+fixed a crash for NANs in float to u8 conversions.
+                                                                    </dd><dt>
 2019-08-02 babl-0.1.70                                              </dt><dd>
 Build fixes making the meson build work with more architectures.
                                                                     </dd><dt>
index c38c715537d74e4a1e09eaa763c76971ea9d76bd..d5118889993ee977527129fa87413e1c2c74273e 100644 (file)
@@ -1,6 +1,6 @@
 project('babl', 'c',
   license: 'LGPL3+',
-  version: '0.1.71',
+  version: '0.1.72',
   meson_version: '>=0.50.0',
   default_options: [
     'sysconfdir=/etc',