[libdazzle] release 3.27.3



commit 6c3cfff5d149b2022e76d2dc5bf1f1d06e2b419e
Author: Christian Hergert <chergert redhat com>
Date:   Mon Dec 11 19:14:27 2017 -0800

    release 3.27.3

 NEWS            |   22 ++++++++++++++++++++++
 meson.build     |    2 +-
 src/meson.build |    2 +-
 3 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a59eb5d..7c994c9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,26 @@
 ==============
+Version 3.27.3
+==============
+
+Changes in this release:
+
+ • A new DzlRecursiveFileMonitor for recursive file monitors. This is
+   only guaranteed to use a single FD when inotify is used (ie: Linux).
+ • Fixes for age comparison in directory reaper.
+ • Improvements to legacy activation in shortcuts.
+ • Avoid potential spinning in progress-menu-button.
+ • DzlFileTransfer is a new high-level API to help in copying or moving
+   directory trees. It is not as smart as libglnx, but it is simpler to
+   use and we'd like to see this improve.
+ • DzlTreeBuilder has broken ABI this cycle and gained padding to help
+   us avoid breaking ABI in the future. Those who only use it from signals
+   and dzl_tree_builder_new() are not effected by this alone.
+ • DzlTreeBuilder has also added build-children signal so that it can
+   disambiguate between building nodes (adding anscillary data) and
+   creating children in a lazy tree. This does, unfortunately, break
+   existing code as it needs to switch to using build-children.
+
+==============
 Version 3.27.2
 ==============
 
diff --git a/meson.build b/meson.build
index b9a0f9c..7c5f773 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libdazzle', 'c',
-          version: '3.27.2',
+          version: '3.27.3',
           license: 'GPLv3+',
     meson_version: '>= 0.40.1',
   default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],
diff --git a/src/meson.build b/src/meson.build
index c7732fc..d05100a 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -84,7 +84,7 @@ libdazzle_sources = [
 ]
 
 libdazzle_deps = [
-  dependency('gio-2.0'),
+  dependency('gio-2.0', version: '>=2.55.0'),
   dependency('gmodule-2.0'),
   dependency('gtk+-3.0'),
   cc.find_library('m', required: false),


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