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

Nick Schermer noreply at xfce.org
Sun Oct 31 15:52:03 CET 2010


Updating branch refs/heads/master
         to 6d61151c347d59eed4599b320f0b8d142a390c4f (commit)
       from 00e41afbcc1f5170a808ebab64558dc3c39d7216 (commit)

commit 6d61151c347d59eed4599b320f0b8d142a390c4f
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Oct 31 15:49:30 2010 +0100

    Updates for release.

 NEWS            |    8 ++++++++
 configure.in.in |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index f074bb1..2a79576 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+4.7.0
+=====
+- Deprecated all functions and objects, use libxfce4ui instead.
+- Drop libxfce4kbd-private to avoid file conflics with libxfce4ui.
+- Various compiler errors fixed and build improvements.
+- Translation updates (gl, bn_IN, pt_BR, ru, nl, ro, de, tl_PH, lv,
+  ur, ur_PK, hu, zh_CN, ast).
+
 4.6.1
 ==================
 - Update translations (pl, ja, gl, pt, nb, es)
diff --git a/configure.in.in b/configure.in.in
index 6c3c805..9916be5 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -13,7 +13,7 @@ m4_define([libxfcegui4_version_minor], [7])
 m4_define([libxfcegui4_version_micro], [0])
 m4_define([libxfcegui4_version_nano], [])   dnl leave this empty to have no nano version
 m4_define([libxfcegui4_version_build], [@REVISION@])
-m4_define([libxfcegui4_version_tag], [git])
+m4_define([libxfcegui4_version_tag], [])
 m4_define([libxfcegui4_version], [libxfcegui4_version_major().libxfcegui4_version_minor().libxfcegui4_version_micro()ifelse(libxfcegui4_version_nano(), [], [], [.libxfcegui4_version_nano()])ifelse(libxfcegui4_version_tag(), [git], [libxfcegui4_version_tag()-libxfcegui4_version_build()], [libxfcegui4_version_tag()])])
 
 



More information about the Xfce4-commits mailing list