[libdazzle] release 3.29.3
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdazzle] release 3.29.3
- Date: Tue, 19 Jun 2018 03:24:21 +0000 (UTC)
commit 834a526d9c303ffad277c103892024c6830252b5
Author: Christian Hergert <chergert redhat com>
Date: Mon Jun 18 20:21:49 2018 -0700
release 3.29.3
NEWS | 17 +++++++++++++++++
meson.build | 2 +-
2 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 9749493..575be68 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+==============
+Version 3.29.3
+==============
+
+Changes in this release:
+
+ • Build reproducibility work
+ • Version and ABI macros were added to enforce symbol visibility
+ • Various fixes due to increased warnings in GCC
+ • Preferences can now optionally use stackswitcher instead of stacksidebar
+ • Animation uses g_signal_connect_object() to simplify lifecycle tracking
+ • CPU graph model now re-uses FDs and parse buffers
+ • Realtime graphs now try harder to detect when the widget is obscured to
+ reduce overhead in that situation.
+ • GCancellable chaining tries harder to release state struct.
+ • A number of improvements to be more defensive.
+
==============
Version 3.29.1
==============
diff --git a/meson.build b/meson.build
index 478b523..dc07562 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libdazzle', 'c',
- version: '3.29.1',
+ version: '3.29.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]