summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2011-02-05 10:29:31 -0500
committerRyan Lortie <desrt@desrt.ca>2011-02-05 10:29:31 -0500
commitc823388e1f34560bfef620ef7e276e00f1ef93f2 (patch)
treec155f83961047dc8f48045b14d500b1cc5344490
parent5c41ab800f9db4e6839703afe1659bf9ec5f456c (diff)
downloaddconf-c823388e1f34560bfef620ef7e276e00f1ef93f2.tar.gz
release 0.7.20.7.2
-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])