[libdazzle] release 3.27.4



commit f1af55bd6f48c1e271d6795435578791c58dc5d4
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jan 8 14:57:28 2018 -0800

    release 3.27.4

 NEWS        |   20 ++++++++++++++++++++
 meson.build |    2 +-
 2 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7c994c9..876daaf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
 ==============
+Version 3.27.4
+==============
+
+Changes in this release:
+
+ • DzlTree has gained a number of improvements for dynamically styling tree
+   nodes.
+ • DzlMultiPaned gained a helper to locate a widget at an X,Y coordinate.
+ • Various memory leak fixes in shortcuts and unit tests.
+ • DzlListBox allows setting the number of rows to recycle. This may improve
+   performance in situations where the consuming API knows the maximum number
+   of rows, saving on widget creation and style propagation costs.
+ • A new cancellation chain helper that can be used until g_cancellable_chain()
+   lands upstream. When that happens, this will wrap that API, or be removed
+   in case it lands in 2.56.
+ • DzlTree gained support for inserting a child at a specific position.
+ • Fixes for API deprecations in Gdk.
+ • Fixes for main thread assertions on Linux.
+
+==============
 Version 3.27.3
 ==============
 
diff --git a/meson.build b/meson.build
index 05ca11c..3f9df6c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libdazzle', 'c',
-          version: '3.27.3',
+          version: '3.27.4',
           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]