[babl] release 0.1.60
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [babl] release 0.1.60
- Date: Sun, 11 Nov 2018 02:27:35 +0000 (UTC)
commit 6bc0c933b998299b15d474af53c096ad970a0477
Author: Øyvind Kolås <pippin gimp org>
Date: Fri Nov 9 23:56:38 2018 +0100
release 0.1.60
NEWS | 3 +++
configure.ac | 2 +-
meson.build | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0d1eac9..3cddd1b 100644
--- 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.
-->
+2018-10-05 babl-0.1.60 </dt><dd>
+Improved thread safety, acceleration for R'G'B'A u8 -> cairo-ARGB32 conversion.
+ </dd><dt>
2018-10-05 babl-0.1.58 </dt><dd>
Preserve color of transparent pixels in conversion to premultiplied alpha,
Added single precision code-paths for faster fallback/reference conversions.
diff --git a/configure.ac b/configure.ac
index e9cce3e..274ea1d 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], [59])
+m4_define([babl_micro_version], [60])
m4_define([babl_real_version],
[babl_major_version.babl_minor_version.babl_micro_version])
m4_define([babl_version], [babl_real_version])
diff --git a/meson.build b/meson.build
index 9b23f13..01bdcc1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('babl', 'c',
license: 'LGPL3+',
- version: '0.1.59',
+ version: '0.1.60',
meson_version: '>=0.40.0',
default_options: [
'libdir=lib',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]