summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-11-01 16:06:44 +0100
committerRyan Lortie <desrt@desrt.ca>2012-11-01 16:09:05 +0100
commita17b2f9fd352a1aa69dbed65f111c48aa5f425d5 (patch)
tree0e65b8727c955aed5bed6a99231155762ca5d271
parentfc53ef0813b8e8dad53a6c0e1f4514ff2f34cf7c (diff)
downloaddconf-a17b2f9fd352a1aa69dbed65f111c48aa5f425d5.tar.gz
dconf 0.14.10.14.1
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9b9b613..45dbe44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Changes in dconf 0.14.1
+========================
+
+ - fix a rather substantial memory leak in dconf-service
+
+ - fix xinclude issues in docs for srcdir != builddir
+
+ - using the g_settings_delay()/g_settings_reset()/g_settings_get()
+ trick to read default values is working again
+
+ - Updated translations: Arabic, Bulgarian, Norwegian bokmål, Slovak.
+
Changes in dconf 0.14.0
========================
diff --git a/configure.ac b/configure.ac
index bffd8d2..dba8081 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([dconf],
- [0.14.0],
+ [0.14.1],
[https://bugzilla.gnome.org/enter_bug.cgi?product=dconf],
[dconf])