[libdazzle] release 3.31.4



commit 4b8e745fc4c04e40f6355dfbc9689b6cb113496d
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jan 9 21:41:37 2019 -0800

    release 3.31.4

 NEWS        | 20 ++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 21 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index dff6c6e..27cac93 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+==============
+Version 3.31.4
+==============
+
+Changes in the release:
+
+ • Improvements to documentation
+ • Improvements to suggestion entry resiliency
+ • GIR fixes for DzlGraphModel
+ • Fixes for ctrl+shift+d
+ • Use GtkPopover for GMenuModel
+ • Animation improvements
+ • Various memory leaks were plugged
+ • Additional Radio API was added
+ • A new remove-file signal was added to the directory reaper. This is not
+   efficient as it passes state to the main thread from a worker thread.
+   It may be optimized in the future
+ • Various performance improvements
+ • File transfer progress callback improvements
+
 ==============
 Version 3.31.1
 ==============
diff --git a/meson.build b/meson.build
index 4aab683..853bb11 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libdazzle', 'c',
-          version: '3.31.1',
+          version: '3.31.4',
           license: 'GPLv3+',
     meson_version: '>= 0.47.2',
   default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],


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