release 0.1.82
authorØyvind Kolås <pippin@gimp.org>
Sun, 4 Oct 2020 16:37:19 +0000 (18:37 +0200)
committerØyvind Kolås <pippin@gimp.org>
Sun, 4 Oct 2020 16:37:19 +0000 (18:37 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index d02e5c3d90705864e1dc5fe2f112bb45da5d694c..d4bfec0b4e15042b8763e67845fbe1f61787b8ca 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,13 @@ The NEWS file in the babl source tree is the source location for
 the news section both in the README and the webpage.
                                                                           -->
 
+2020-10-04 babl-0.1.82                                              </dt><dd>
+Handle the parametric ICCv4 types that are not strictly the same type as core
+sRGB curve.
+                                                                    </dd><dt>
+2020-08-02 babl-0.1.80                                              </dt><dd>
+meson build cleanups, depend on meson 0.54
+                                                                    </dd><dt>
 2020-06-07 babl-0.1.78                                              </dt><dd>
 Bugfix release - mutex and atomicity related issues.
                                                                     </dd><dt>
index b5cefe0c543833dda6d8898a7cb00aab79142bb3..e4bdc383dae41e51192c3ca45337015173d25f37 100644 (file)
@@ -1,6 +1,6 @@
 project('babl', 'c',
   license: 'LGPL3+',
-  version: '0.1.81',
+  version: '0.1.82',
   meson_version: '>=0.54.0',
   default_options: [
     'buildtype=debugoptimized'