[dconf] release 0.7.2
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf] release 0.7.2
- Date: Sat, 5 Feb 2011 15:30:09 +0000 (UTC)
commit c823388e1f34560bfef620ef7e276e00f1ef93f2
Author: Ryan Lortie <desrt desrt ca>
Date: Sat Feb 5 10:29:31 2011 -0500
release 0.7.2
NEWS | 14 ++++++++++++++
configure.ac | 2 +-
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])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]