release 0.1.78
authorØyvind Kolås <pippin@gimp.org>
Sun, 7 Jun 2020 17:37:00 +0000 (19:37 +0200)
committerØyvind Kolås <pippin@gimp.org>
Sun, 7 Jun 2020 17:38:45 +0000 (19:38 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 46ead54d511eacb85c3b22b1387cd21439681ba0..d02e5c3d90705864e1dc5fe2f112bb45da5d694c 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-06-07 babl-0.1.78                                              </dt><dd>
+Bugfix release - mutex and atomicity related issues.
+                                                                    </dd><dt>
 2020-05-27 babl-0.1.76                                              </dt><dd>
 Wrap hue in HSV, HSL, HCY. Fix black pullout in non ICC CMYK
 conversion. Added AV2 gamme u8->linear float conversions.  VAPI file generation
index 0a34bd70b4c93814b103454214bbb0e9215a028a..05e3c9f855700d6f48cf680750a6f7e8d65bce7c 100644 (file)
@@ -1,6 +1,6 @@
 project('babl', 'c',
   license: 'LGPL3+',
-  version: '0.1.77',
+  version: '0.1.78',
   meson_version: '>=0.50.0',
   default_options: [
     'sysconfdir=/etc',