summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-03-08 12:10:22 -0500
committerRyan Lortie <desrt@desrt.ca>2012-03-08 12:10:22 -0500
commit81b729de846ef3d7c69769dce4fba05ffae06e97 (patch)
treecec2e75c21d99d4bee8b7adc579230bcb9a8c884
parent1f4573580320b744e6aaad7f7390cff84668d883 (diff)
downloadgconf-81b729de846ef3d7c69769dce4fba05ffae06e97.tar.gz
GConf 3.2.43.2.4
-rw-r--r--NEWS17
-rw-r--r--configure.in2
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 541a3d9b..8454283d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+3.2.4
+=====
+
+Fixes:
+
+ * 671581 - don't migrate vendor settings to the user's dconf database
+
+ * 652289 - store daemon data in XDG_RUNTIME_DIR
+
+ * 670033 - don't crash during sync if gconfd shutting down
+
+ * 664031 - D-Bus backend: Add GCONF_DEFAULT_SOURCE_PATH support
+
+ * don't attempt to migrate settings with non-existent schemas
+
+ * update the GIO cache after 'make uninstall' (fixes 'make distcheck')
+
3.2.3
=====
diff --git a/configure.in b/configure.in
index a41f004c..254af7ac 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)
AC_INIT([GConf],
- [3.2.3],
+ [3.2.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=GConf],
[GConf])