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

Nick Schermer noreply at xfce.org
Wed Dec 30 11:34:03 CET 2009


Updating branch refs/heads/master
         to 46451f93e37e9698e052a805f4c46dd48f93469b (commit)
       from c64d5b0e319c1f5e0b9a1a3751d9b350e2620869 (commit)

commit 46451f93e37e9698e052a805f4c46dd48f93469b
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Dec 30 11:26:05 2009 +0100

    Updates for release.

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

diff --git a/NEWS b/NEWS
index dfa1018..827b1b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,14 @@
 Xfce 4.7.0
 ==========
 
-  * Add prefetching and caching support to XfconfChannel.  Should speed
+  * Add prefetching and caching support to XfconfChannel. Should speed
     things up a bit on app startup, and avoid blocking waiting on DBus
     in other cases.
+  * New simpler (internal) handling of property bindings.
+  * Use new xdt macros, this requires xfce-dev-tools 4.7.2.
+  * New tests for object bindings.
+  * Updated translations: es, kk, ca, sv, hu, ro, gl, ja, cs, lv, ast,
+    zh_CN, ur, ur_PK, da, eu, pt.
 
 
 Xfce 4.6.2
diff --git a/configure.ac.in b/configure.ac.in
index bcbfd2d..7315ced 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,7 +13,7 @@ m4_define([xfconf_version_minor], [7])
 m4_define([xfconf_version_micro], [0])
 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