[libdazzle] Release 3.25.90



commit 735879ea131eff3eb00d1c4918d8f052da3f45f9
Author: Christian Hergert <chergert redhat com>
Date:   Tue Aug 8 10:34:41 2017 -0700

    Release 3.25.90

 NEWS        |   17 +++++++++++++++++
 meson.build |    2 +-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index a7840b6..9f9630b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+===============
+Version 3.25.90
+===============
+
+Changes in this release:
+
+ • DzlSignalGroup and DzlBIndingGroup were made LGPLv2.1+ so they can be
+   copied into projects that cannot link against libdazzle.
+ • DzlDockBin got a number of bug fixes.
+ • Various compilation fixes for less used compilers.
+ • DzlTree gained support for "expanded icon names".
+ • DzlTree has a new "always-expand" property to ensure it stays expanded.
+ • DzlDockStack no longer requires homogeneous sized children.
+ • DzlStackList transition animations have been tweaked to more closely
+   reflect physical locality.
+ • Calculated animation duration was sped up 1.5x.
+
 ==============
 Version 3.25.5
 ==============
diff --git a/meson.build b/meson.build
index 49a4e14..a4e9fc5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libdazzle', 'c',
-          version: '3.25.5',
+          version: '3.25.90',
           license: 'GPLv3+',
     meson_version: '>= 0.40.1',
   default_options: [ 'warning_level=1', 'buildtype=debugoptimized' ],


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