summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2018-08-13 23:52:30 +0000
committerDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2018-08-13 23:52:30 +0000
commit1155c34c4228be713ac61b3290a85156809ebdad (patch)
tree07bed7589ff2c8c7ef3eca8e5d124cc136eeeff4
parent0233128a0366629e7445e9e2b6d79ec91a858a7e (diff)
parent3eba6b4de88180418dcb22d3a60d7cb8a9e0034a (diff)
downloaddconf-1155c34c4228be713ac61b3290a85156809ebdad.tar.gz
Merge branch 'prepare-0-29' into 'master'0.29.1
Prepare 0.29.1 See merge request GNOME/dconf!4
-rw-r--r--NEWS39
-rw-r--r--meson.build2
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',
)