summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-08-07 10:57:03 -0400
committerRyan Lortie <desrt@desrt.ca>2012-08-07 10:57:03 -0400
commit024ed2886503377a0e408edba5b4004c17a5bfe7 (patch)
tree207e12e99359c94d2ba6892ebf1901b613001b2e
parent290e02f11ccefa3d7ea870d72a0b080efbae5598 (diff)
downloaddconf-024ed2886503377a0e408edba5b4004c17a5bfe7.tar.gz
dconf 0.13.50.13.5
-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])