[Xfce4-commits] <xfconf:master> Updates for release.

Nick Schermer noreply at xfce.org
Sun Sep 5 15:20:01 CEST 2010


Updating branch refs/heads/master
         to 436611566662dd4a36a9feb3de2e44f2e3f4ae8b (commit)
       from c7253c859e497328c06d39d88111d201e87504ef (commit)

commit 436611566662dd4a36a9feb3de2e44f2e3f4ae8b
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Sep 5 15:10:41 2010 +0200

    Updates for release.

 NEWS            |   10 ++++++++++
 configure.ac.in |    4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 338fdac..55a6a5c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Xfconf 4.7.3
+============
+
+  * Use G_GSIZE_FORMAT in the DBG message.
+  * Add doc module to fixxref options (bug #6304).
+  * Link the gtkdoc scanner to GObject and Glib (bug #6407).
+  * Check for perl outside bindings option for alias script (bug #6481).
+  * Move xfconfd from $libexecdir to $libdir.
+  * Updated translations: kk, bn, uk, si, it, sk, fr, id, zh_TW, de.
+
 Xfconf 4.7.2
 ============
 
diff --git a/configure.ac.in b/configure.ac.in
index 0d63c8f..ccdc25c 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], [2])
+m4_define([xfconf_version_micro], [3])
 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