summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])