[libdazzle] release 3.27.91



commit b004c2047b52a79a3800c6e99103a7805ee77c52
Author: Christian Hergert <chergert redhat com>
Date:   Tue Feb 20 13:41:13 2018 -0800

    release 3.27.91

 NEWS        | 13 +++++++++++++
 meson.build |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 248d68d..1a5a1c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+===============
+Version 3.27.91
+===============
+
+Changes in this release:
+
+ • libdazzle now properly sets the default ABI visibility for symbols
+   so that symbols without DZL_AVAILABLE_IN_* macros are not exported.
+ • DzlTab now supports tooltips using the tab's title.
+ • Various gtk-doc generation issues have been fixed.
+ • DzlGraphModel now provides an accessor to get the column count.
+ • Some fixes for pedantic compiler warnings.
+
 ===============
 Version 3.27.90
 ===============
diff --git a/meson.build b/meson.build
index 51d2b1a..4857330 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libdazzle', 'c',
-          version: '3.27.90',
+          version: '3.27.91',
           license: 'GPLv3+',
     meson_version: '>= 0.40.1',
   default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],


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