[libdazzle] release 3.27.90



commit a87964a02f37cd232b8cc1510eae28665cf91563
Author: Christian Hergert <chergert redhat com>
Date:   Sun Feb 4 21:33:44 2018 -0800

    release 3.27.90

 NEWS        | 12 ++++++++++++
 meson.build |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 82e4fec..248d68d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+===============
+Version 3.27.90
+===============
+
+Changes in this release:
+
+ • Further protections to ensure we don't follow symlinks in the
+   directory reaper.
+ • DzlSignalGroup now uses GWeakRef. Additionally, it allows objects
+   to invalidate closures instead of doing weak-ref tracking. This
+   should improve a number of situations.
+
 ==============
 Version 3.27.5
 ==============
diff --git a/meson.build b/meson.build
index 02b9bbe..4284724 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libdazzle', 'c',
-          version: '3.27.5',
+          version: '3.27.90',
           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]