summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS17
1 files changed, 15 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bf568b7..42c67c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,18 @@
-Changes in the next version
-===========================
+Changes in dconf 0.29.2
+=======================
+
+ - Service: When corrupt GVDB files are found, they are now
+ transparently backed up and replaced with an empty database.
+ (Philip Withnall, !8)
+ - Replace all hard-coded /etc path with sysconfdir. This is useful for
+ JHBuild environments and systems that don't want to use /etc/dconf.
+ (Ting-Wei Lan; !21, #739229)
+ - Engine: Change overflow thresholds in subscription counts from
+ GMAXUINT32 to GMAXUINT (Daniel Playfair Cal; !20)
+ - Change meson flag used to build Gtk-Doc from enable-gtk-doc to
+ gtk_doc (Daniel Playfair Cal; !19)
+ - Declare libdconf_service as a dependency to fix the build in
+ massively parallelised environments (Emmanuele Bassi; !22)
Changes in dconf 0.29.1
=======================