[libdazzle] release 3.29.4



commit 2f3ad0f1c5c1a0a28c4b211f2a1bc5179eed4eb7
Author: Christian Hergert <chergert redhat com>
Date:   Tue Jul 17 17:15:48 2018 -0700

    release 3.29.4

 NEWS        | 16 ++++++++++++++++
 meson.build |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 575be68..c7a361e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+==============
+Version 3.29.4
+==============
+
+Changes in this release:
+
+ • Add various missing object _new() functions
+ • ApplicationWindow ref count fixes when doing fullscreen transitions
+ • Preferences layout tweaks to allow for stackswitcher use
+ • A new DzlDockItem::presented signal that can be used to track when
+   a dock item has been displayed by its relative container.
+ • Transient grab improvements with dock panels.
+ • A correctness fix in the action muxer.
+ • A leak was fixed in the bolding label's use of pango attributes.
+ • DzlSuggestion gained new API for acquiring GIcon or cairo_surface_t
+
 ==============
 Version 3.29.3
 ==============
diff --git a/meson.build b/meson.build
index dc07562..56c72c4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libdazzle', 'c',
-          version: '3.29.3',
+          version: '3.29.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]