[libdazzle/libdazzle-3-26] release 3.26.3



commit 35033dabaabdda2cf98686d8585f35c2ff75520c
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jan 31 14:59:40 2018 -0800

    release 3.26.3

 NEWS        | 20 ++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 21 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index f13d246..9eccd02 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+==============
+Version 3.26.3
+==============
+
+Changes in this release:
+
+ • A number of fixes to DzlSignalGroup to be more re-entrant safe
+   and handle disposal cycles better.
+ • DzlPreferences is more aggressive about protecting against
+   widget disposal.
+ • A static inline dzl_clear_signal_handler() was backported for
+   use in other backports from master.
+ • A number of protections were added to DzlDirectoryReaper to
+   protect against potentially following through symlinks.
+ • Max age in DzlDirectoryReaper was changed to always ensure
+   a positive value for use in date comparisons.
+ • A leak of GFile instances in the directory reaper was fixed.
+
+It's recommended that all distributions update to this release.
+
 ==============
 Version 3.26.2
 ==============
diff --git a/meson.build b/meson.build
index 50272cd..5dc8ef1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libdazzle', 'c',
-          version: '3.26.2',
+          version: '3.26.3',
           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]