summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-07-16 15:40:34 -0400
committerRyan Lortie <desrt@desrt.ca>2012-07-16 15:40:34 -0400
commit482c9b2c9c6a9b78e6c3a77443870690a6ae3298 (patch)
tree5b2fde238884de10c8d1dff8eca96a3c65bacf3c
parentb344256833f07f897235ce3405a0b2589ab7b518 (diff)
downloaddconf-482c9b2c9c6a9b78e6c3a77443870690a6ae3298.tar.gz
dconf 0.13.40.13.4
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ed6bee3..8a1e40c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Changes in dconf 0.13.4 (since 0.13.0)
+=======================================
+
+ - extensively refactored -- watch for bugs
+
+ - now depends on GLib 2.33.3 for g_slist_copy_deep() and
+ g_clear_pointer() with workaround for GCC
+
+ - API of libdconf has changed; soname bumped to libdconf.so.1
+
+ - installed header layout has changed
+
+ - there are changes to the API used between the client and the service.
+ New clients will only talk with the new service (so make sure to
+ restart it). Old clients (ie: already-running programs) will
+ continue to be able to talk to the new service version.
+
+ - there is a now a fairly decent test suite but it requires a full
+ D-Bus environment to run in, so it may make sense to avoid 'make
+ check' on builders for the time being
+
Changes in dconf 0.13.0
=======================