summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8a1e40c..1dff6f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Changes in dconf 0.13.5
+========================
+
+ - the service no longer attempts to migrate the primary dconf database from
+ its (years) old path ~/.config/dconf to the new ~/.config/dconf/user
+
+ - fixes for profile file parsing problems
+
+ - fix obscure race in GDBus handling code that could result in
+ out-of-order message delivery
+
+ - editor:
+ - clean up some messages and mark strings for translations
+ - enable NLS
+ - add Esperanto translation
+
+ - add manpages for dconf(7), dconf(1), dconf-service and dconf-editor
+
Changes in dconf 0.13.4 (since 0.13.0)
=======================================
diff --git a/configure.ac b/configure.ac
index 0999e40..199b471 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([dconf],
- [0.13.4],
+ [0.13.5],
[https://bugzilla.gnome.org/enter_bug.cgi?product=dconf],
[dconf])