[libdazzle] release 3.30.0



commit 3487f60c4d430861db41e8c55fe52ec10788eaa0
Author: Christian Hergert <chergert redhat com>
Date:   Tue Sep 4 21:25:53 2018 -0700

    release 3.30.0

 NEWS        | 13 +++++++++++++
 meson.build |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index e21ff4e..ed13bcc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+==============
+Version 3.30.0
+==============
+
+Changes in this release:
+
+ • Fix for shift-modifier in keybindings, fixes some issues on
+   AZERTY keyboards.
+ • Added DzlListModelFilter for filtering GListModel using a wrapper
+   model. This has been used in Sysprof for a while now.
+ • DzlApplication will avoid setting the application app menu unless
+   it has been set by the application/plugins.
+
 ===============
 Version 3.29.92
 ===============
diff --git a/meson.build b/meson.build
index 4435cdd..d2622b2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libdazzle', 'c',
-          version: '3.29.92',
+          version: '3.30.0',
           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]