From c823388e1f34560bfef620ef7e276e00f1ef93f2 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Sat, 5 Feb 2011 10:29:31 -0500 Subject: release 0.7.2 --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.1