[babl] Release babl-0.1.2



commit 2bbfd9bf7ac807072d2b9c7030e837e1c4432f7f
Author: �yvind Kolås <pippin gimp org>
Date:   Thu Jan 14 18:01:04 2010 +0000

    Release babl-0.1.2

 AUTHORS      |    7 +++++++
 NEWS         |    4 ++++
 configure.ac |    2 +-
 3 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 6456945..3aa079b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -30,4 +30,11 @@
         <dd>Portability patch.</dd>
   <dt>Hubert Figuiere</dt>
         <dd>C++ friendliness patch.</dd>
+  <dt>Danny Robson</dt>
+        <dd>Code cleanups.</dd>
+  <dt>Fryderyk Dziarmagowski <em>freetz at gmx.net</em></dt>
+        <dd>Code cleanups.</dd>
+  <dt>Daniel Paredes García <em>danipga at gmail.com</em></dt>
+        <dd>Initial work to make babl threadsafe</dd>
+
 </dl>
diff --git a/NEWS b/NEWS
index d2a7518..fa132f3 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ the news section both in the README and the webpage.
                                                                           -->
 
 
+
+2010-01-15 babl-0.1.2                                               </dt><dd>
+Made babl mostly threadsafe (sufficient for GIMP/GEGLs needs). Streamlined core functionality, reducing number of function calls and removing overeager instrumentation.
+                                                                    </dd><dt>
 2009-05-20 babl-0.1.0                                               </dt><dd>
 Support for RGBA representation in the frequency domain,
 un-pre-multiply close-to-zero alpha values to complete black instead
diff --git a/configure.ac b/configure.ac
index 4ee4c7c..82bf3c8 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], 1)
+m4_define([babl_micro_version], 2)
 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]