[Xfce4-commits] <xfconf:master> Updates for release.
Nick Schermer
noreply at xfce.org
Mon Feb 1 19:46:02 CET 2010
Updating branch refs/heads/master
to b7cf6976f239cc5dd1e5eefe83e1f08687ec74fa (commit)
from 4fe47563165e533d4c62c0e8a770ca9751567da0 (commit)
commit b7cf6976f239cc5dd1e5eefe83e1f08687ec74fa
Author: Nick Schermer <nick at xfce.org>
Date: Mon Feb 1 19:16:05 2010 +0100
Updates for release.
NEWS | 13 +++++++++++++
configure.ac.in | 4 ++--
2 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 4200951..7b66956 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Xfconf 4.7.1
+============
+
+ * Remove dangling nodes from the tree after a recursive remove.
+ * Use a seconds timeout to reduce system wakeups.
+ * Only print debug messages when compiled with debugging.
+ * Merge xml files in reversed order (bug #6079).
+ * Use g_strcmp0 for comparing strings.
+ * Bump glib depenency to 2.18.
+ * Silent the build.
+ * Updated translations: pt_BR, nl, gl, fi, ru.
+
+
Xfconf 4.7.0
============
diff --git a/configure.ac.in b/configure.ac.in
index dc865d7..9f33b96 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], [0])
+m4_define([xfconf_version_micro], [1])
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