release 0.1.66
authorØyvind Kolås <pippin@gimp.org>
Wed, 12 Jun 2019 17:44:28 +0000 (19:44 +0200)
committerØyvind Kolås <pippin@gimp.org>
Wed, 12 Jun 2019 17:44:28 +0000 (19:44 +0200)
NEWS
configure.ac
meson.build

diff --git a/NEWS b/NEWS
index 6371269517d98c6496b03e9548f6dc4e7ceaffd2..828d86497cff243f5cecb1315b166a6fb6116c05 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,10 @@ The NEWS file in the babl source tree is the source location for
 the news section both in the README and the webpage.
                                                                           -->
 
+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.
+                                                                    </dd><dt>
 2019-05-25 babl-0.1.64                                              </dt><dd>
 Support for Hygon Dhyana, and Y~aA formats for symmetric completeness.
 Code consistency, gitlab CI, autotools and meson build improvements.
index 21540e44da8ebb91fff3b4ce31391d7dc126a2a6..3e2f0a8fde1582229d6528f3e8b4bd331ee67208 100644 (file)
@@ -14,7 +14,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], [0])
 m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [65])
+m4_define([babl_micro_version], [66])
 m4_define([babl_real_version],
           [babl_major_version.babl_minor_version.babl_micro_version])
 m4_define([babl_version], [babl_real_version])
index 0561f152c6c41b24ab0caedf7449eaa9517bcb7f..2a516742fbfb5d23e6a2d60d8287391346fe2e32 100644 (file)
@@ -1,6 +1,6 @@
 project('babl', 'c',
   license: 'LGPL3+',
-  version: '0.1.65',
+  version: '0.1.66',
   meson_version: '>=0.47.0',
   default_options: [
     'libdir=lib',