[Xfce4-commits] <xfconf:master> Updates for release.
Nick Schermer
noreply at xfce.org
Wed Feb 10 14:08:01 CET 2010
Updating branch refs/heads/master
to 52c12a0bad58359dab30c123e9bfdf029467d89e (commit)
from 11c9df9a2e2102d5368df8d622f4b2c451748528 (commit)
commit 52c12a0bad58359dab30c123e9bfdf029467d89e
Author: Nick Schermer <nick at xfce.org>
Date: Wed Feb 10 13:17:37 2010 +0100
Updates for release.
NEWS | 16 ++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 7b66956..338fdac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Xfconf 4.7.2
+============
+
+ * Disable cache singletons and improve some code now we know the
+ tree is always empty during prefetch. This is only a disadvantage
+ when creating multiple new channels with the same name, but
+ in that case channels singletons should be used.
+ * Lots of memory leaks plugged. Valgrind log is clean now.
+ * Fix memory corruption during file loading and use mmap.
+ * Properly handle dirty channels in the daemon and avoid excessive
+ saving of channels.
+ * Disable unimplemented code in the properties cache.
+ * Steal values during cache prefetch to avoid a lot of copying.
+ * Updated translations: hu.
+
+
Xfconf 4.7.1
============
diff --git a/configure.ac.in b/configure.ac.in
index 60a2123..e6e6eed 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,10 +10,10 @@ m4_define([libxfconf_verinfo], [2:0:0])
m4_define([libxfconf_version_api], [0])
m4_define([xfconf_version_major], [4])
m4_define([xfconf_version_minor], [7])
-m4_define([xfconf_version_micro], [1])
+m4_define([xfconf_version_micro], [2])
m4_define([xfconf_version_nano], [])
m4_define([xfconf_version_build], [@REVISION@])
-m4_define([xfconf_version_tag], [git])
+m4_define([xfconf_version_tag], [])
m4_define([xfconf_version], [xfconf_version_major().xfconf_version_minor().xfconf_version_micro()ifelse(xfconf_version_nano(), [], [], [.xfconf_version_nano()])ifelse(xfconf_version_tag(), [git], [xfconf_version_tag()-xfconf_version_build()], [xfconf_version_tag()])])
m4_define([xfconf_default_debug], [ifelse(xfconf_version_tag(), [git], [yes], [minimum])])
More information about the Xfce4-commits
mailing list