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

Nick Schermer noreply at xfce.org
Sun Sep 5 13:16:01 CEST 2010


Updating branch refs/heads/master
         to 118bad4038dd604b24d97b2157e363851b614baf (commit)
       from bca37baae9b0f37eec43789356b70544e62a72a4 (commit)

commit 118bad4038dd604b24d97b2157e363851b614baf
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Sep 5 13:10:15 2010 +0200

    Updates for release.

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

diff --git a/NEWS b/NEWS
index 4746828..df8c8d2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+4.7.0
+=====
+- Remove deprecated encoding key from desktop file.
+- Build ChangeLog from GIT and use XDT 4.7.2.
+- Rename "Execute" button to "Launch".
+- Port the libxfce4menu code to garcon.
+- Use Gtk api for entry icon, if available.
+- Port to libxfce4ui and gio.
+- Rework the tooltip string code a little.
+- Don't use startup notification for now.
+- Translation updates (gl, lv, ro, hu, ast, kk, el, ru, sk, sq, ja,
+  eu, da, pt, cs, zh_CN, ca, fr, sv, es, pt_BR, nl, fi, it, uk, de, he).
+
+
+4.6.2
+=====
+- Build fixes for GIT.
+- Properly propagate the focus-in-event of the search entry (bug #5883).
+- Translation updates (es, gl, hu, id, it, pl, pt, tr, lv, ur, ur_PK,
+  ro, sq, sk, nl, kk, ug).
+
 4.6.1
 ========
 - Translation updates:
diff --git a/configure.in.in b/configure.in.in
index f0cfe18..d19da35 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -11,7 +11,7 @@ m4_define([xfce4_appfinder_version_minor], [7])
 m4_define([xfce4_appfinder_version_micro], [0])
 m4_define([xfce4_appfinder_version_nano],  []) dnl leave this empty to have no nano version
 m4_define([xfce4_appfinder_version_build], [@REVISION@])
-m4_define([xfce4_appfinder_version_tag],   [git])
+m4_define([xfce4_appfinder_version_tag],   [])
 m4_define([xfce4_appfinder_version], [xfce4_appfinder_version_major().xfce4_appfinder_version_minor().xfce4_appfinder_version_micro()ifelse(xfce4_appfinder_version_nano(), [], [], [.xfce4_appfinder_version_nano()])ifelse(xfce4_appfinder_version_tag(), [git], [xfce4_appfinder_version_tag()-xfce4_appfinder_version_build()], [xfce4_appfinder_version_tag()])])
 
 dnl *******************************************



More information about the Xfce4-commits mailing list