summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c109f13..61b299e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Changes in dconf 0.7.2
+======================
+
+This is entirely a cleanup/fixes release. Some fixes here to make the
+increasingly-strict toolchain happy, and also some fixes for some
+crashers in the GSettings backend and service.
+
+ - remove some unused variables (new GCC gives a warning: #640566, another)
+ - add a mutex to fix multi-threading issue (#640611)
+ - don't crash if we have no D-Bus
+ - clean up symbol exports
+ - fix a crash in the service when using 'reset'
+ - drop old linker options that were for libtool
+
Changes in dconf 0.7.1
======================
diff --git a/configure.ac b/configure.ac
index 27c6777..ddb111d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([dconf],
- [0.7.1],
+ [0.7.2],
[https://bugzilla.gnome.org/enter_bug.cgi?product=dconf],
[dconf])