release 0.1.88
authorØyvind Kolås <pippin@gimp.org>
Thu, 1 Jul 2021 01:24:39 +0000 (03:24 +0200)
committerØyvind Kolås <pippin@gimp.org>
Thu, 1 Jul 2021 01:31:18 +0000 (03:31 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index a7bebe0ae0acdb651262e1ff51d06cb425b60fd9..c48d9e7a8a828b4aa648f423ed60eb72b1f0cf6b 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.
                                                                           -->
 
+2021-07-01 babl-0.1.88                                              </dt><dd>
+Consistency fixes to format names, in particular for palettized formats.
+
 2021-02-26 babl-0.1.86                                              </dt><dd>
 input-class (scanner/RGB) ICC profiles are valid for creating RGB spaces.
 improved thread safety for babl_space_from_icc
index d08cb6bb54a69059d6a65f6e8b040878275a7d27..f16d7a8cf9261165c95a8e265b1c9d386d30e871 100644 (file)
@@ -1,6 +1,6 @@
 project('babl', 'c',
   license: 'LGPL3+',
-  version: '0.1.87',
+  version: '0.1.88',
   meson_version: '>=0.54.0',
   default_options: [
     'buildtype=debugoptimized'