release 0.1.84
authorØyvind Kolås <pippin@gimp.org>
Thu, 17 Dec 2020 10:32:34 +0000 (11:32 +0100)
committerØyvind Kolås <pippin@gimp.org>
Thu, 17 Dec 2020 10:32:34 +0000 (11:32 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index d4bfec0b4e15042b8763e67845fbe1f61787b8ca..c398914094f209404dfb87c15b76628982be57bf 100644 (file)
--- 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.
                                                                           -->
 
+2020-12-17 babl-0.1.84                                              </dt><dd>
+Fixed bug in caching of CMYK ICC profiles.
+                                                                    </dd><dt>
 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.
index bf0b3eb1dda3f42590c8fd015a9102129a7a011b..b9f19aff414b0e664af82289c43aa384ebdcd949 100644 (file)
@@ -1,6 +1,6 @@
 project('babl', 'c',
   license: 'LGPL3+',
-  version: '0.1.83',
+  version: '0.1.84',
   meson_version: '>=0.54.0',
   default_options: [
     'buildtype=debugoptimized'