[libdazzle] release 3.25.92



commit 63df6a52d6991cf258e5f7aab73d59eae890f3f1
Author: Christian Hergert <chergert redhat com>
Date:   Tue Sep 5 12:49:31 2017 -0700

    release 3.25.92

 NEWS        |   28 ++++++++++++++++++++++++++++
 meson.build |    2 +-
 2 files changed, 29 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ced686d..2f40596 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,32 @@
 ===============
+Version 3.25.92
+===============
+
+Changes in this release:
+
+ • Enforce GNU11 C standard when configuring project.
+ • DzlApplicationWindow automatically queries the shortcut manager.
+ • The shortcut manager now checks GtkApplication registered accelerators
+   providing an improved migration strategy for applications.
+ • Lifecycle tests were removed from the test-fuzzy-index as they were
+   racy via delayed disposal of threaded workers. This should fix unit
+   tests for various distributions on less common hardware.
+ • Menu buttons now remove the proper section item when handling GMenuModel
+   changes.
+ • Our meson-based build system now checks if version-script is supported
+   and only applies the ABI map in that case. We may consider switching to
+   export macros in the future.
+ • Counters are now disabled on Windows.
+ • Various compiler pre-processor checks have been improved.
+ • A fallback for strcasecmp() is included for Windows.
+ • DzlSuggestion will now use intern'd strings for icon-names to help
+   reduce the number of duplicate strings in memory.
+ • Various CSS styling refinements.
+ • DzlListBox fixed a lingering pointer to the cached row during disposal.
+   This fixes a crash that would occur if GObjectClass.dispose() was called
+   multiple times.
+
+===============
 Version 3.25.91
 ===============
 
diff --git a/meson.build b/meson.build
index fa5b2e7..506f207 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libdazzle', 'c',
-          version: '3.25.91',
+          version: '3.25.92',
           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]