[dconf: 1/2] Prepare 0.29.1
- From: Daniel Playfair Cal <danielplayfaircal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf: 1/2] Prepare 0.29.1
- Date: Mon, 13 Aug 2018 23:52:57 +0000 (UTC)
commit 3eba6b4de88180418dcb22d3a60d7cb8a9e0034a
Author: Daniel Playfair Cal <daniel playfair cal gmail com>
Date: Sun Jul 22 01:20:41 2018 +1000
Prepare 0.29.1
NEWS | 39 +++++++++++++++++++++++++++++++++++++--
meson.build | 2 +-
2 files changed, 38 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1e11710..5f44bcb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+Changes in dconf 0.29.1
+=======================
+
+ - Engine: track in progress watch handles to avoid spurious changed
+ signals for the root path. Subscription requests are no longer sent
+ if the engine is already subscribed to the given path. In the case
+ that some value changes while a subscription request is in progress,
+ a changed signal is only sent for the path being subscribed to
+ instead of the root path. (Daniel Playfair Cal; !1, !5, #790640)
+
+ - Engine: fix deadlock which occured when using the engine from libsoup
+ within flatpak by extending the existing workaround for Glib !541, aka
+ #674885. GSocket and various other GObject types are now also
+ initialised in the main thread. (Owen Taylor; !15)
+
+ - Add transfer annotations to the GTK-Doc strings for functions in the
+ dconf_changeset_* and dconf_client_* namespaces (Xavier Claessens,
+ Philip Withnall; !9, #758903)
+
+ - Update GVDB subtree from GVDB master, containing mostly documentation
+ improvements (Philip Withnall; !17)
+
+ - dconf-update.vala: correct error message grammar (Kenyon Ralph; !6)
+
+ - Various meson related improvements (Iñigo Martínez; !11)
+
+ - Add GitLab CI (Philip Withnall; !10)
+
+ - Service: Port from the deprecated g_type_class_add_private() to
+ G_ADD_PRIVATE() (Philip Withnall; !7)
+
+ - Add Daniel Playfair Cal and Philip Withnall as maintainers (Philip
+ Withnall)
+
+
Changes in dconf 0.28.0
=======================
@@ -417,12 +452,12 @@ Translations:
- Arabic
- Belarusian
- - Bengali
+ - Bengali
- Brazilian Portuguese
- British English
- Bulgarian
- Catalan
- - Catalan (Valencian)
+ - Catalan (Valencian)
- Czech
- Danish
- Estonian
diff --git a/meson.build b/meson.build
index a7497f1..0e2230c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'dconf', ['c', 'vala'],
- version: '0.28.0',
+ version: '0.29.1',
license: 'LGPL2.1+',
meson_version: '>= 0.46.0',
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]