[babl] configure.ac: 0.1.24 release



commit 3e1314d1cef7dd2d6ff800763667fbebe6d3a762
Author: Øyvind Kolås <pippin gimp org>
Date:   Wed Feb 1 00:29:08 2017 +0100

    configure.ac: 0.1.24 release

 AUTHORS      |    3 +++
 NEWS         |    6 ++++++
 configure.ac |    2 +-
 3 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index ae2fec2..01b5dbf 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -52,6 +52,9 @@
   <dt>Micheal Muré</dd>
   <dd>portability fixes</dd>
 
+  <dt>Edward E</dt>
+  <dd>win32 platform adaptations</dd>
+
   <dt>Maxime Nicco</dt>
     <dl>HSV color model extension</dl>
   <dt>Teo Mazars</dt>
diff --git a/NEWS b/NEWS
index a885050..4cf2b21 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,12 @@ the news section both in the README and the webpage.
 
 
                                                                           -->
+
+2017-02-01 babl-0.1.24                                              </dt><dd>
+Improvements to profile cache persistance, fast paths that improve actual GIMP
+use on various precisions, use single precision constants for some more of CIE
+computions.
+                                                                    </dd><dt>
 2016-11-05 babl-0.1.22                                              </dt><dd>
 Added cache of profiled conversions, added HCY color model, some precision and
 performance updated for fast paths.
diff --git a/configure.ac b/configure.ac
index 729770c..c15f689 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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], [23])
+m4_define([babl_micro_version], [24])
 m4_define([babl_real_version],
           [babl_major_version.babl_minor_version.babl_micro_version])
 m4_define([babl_version], [babl_real_version])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]