summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2010-02-10 13:17:37 +0100
committerNick Schermer <nick@xfce.org>2010-02-10 13:20:14 +0100
commit52c12a0bad58359dab30c123e9bfdf029467d89e (patch)
treed6a48e1b52dea4a235ecdc0fd4426289e9d701de /NEWS
parent11c9df9a2e2102d5368df8d622f4b2c451748528 (diff)
downloadxfconf-52c12a0bad58359dab30c123e9bfdf029467d89e.tar.gz
Updates for release.xfconf-4.7.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 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
============