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

Nick Schermer noreply at xfce.org
Fri May 21 20:48:04 CEST 2010


Updating branch refs/heads/xfce-4.6
         to 77f885ca6056a94a448ba3857db0f43ba00e6309 (commit)
       from 2fc76ff084b4e072735c0ecca4339422f83864c4 (commit)

commit 77f885ca6056a94a448ba3857db0f43ba00e6309
Author: Nick Schermer <nick at xfce.org>
Date:   Fri May 21 18:38:41 2010 +0200

    Updates for release.

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

diff --git a/NEWS b/NEWS
index 4746828..1f7fd15 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,16 @@
+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:
 
 4.6.0
-========
+=====
 - Try to load items from xfce-applications.menu before trying 
   applications.menu in order to provide the same items as xfdesktop
   does (reported by Mark Trompell).
diff --git a/configure.in.in b/configure.in.in
index f7781be..2905ed5 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -8,9 +8,9 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([xfce4_appfinder_version_major], [4])
 m4_define([xfce4_appfinder_version_minor], [6])
-m4_define([xfce4_appfinder_version_micro], [1])
+m4_define([xfce4_appfinder_version_micro], [2])
 m4_define([xfce4_appfinder_version_nano],  []) dnl leave this empty to have no nano version
-m4_define([xfce4_appfinder_version_build], [r at REVISION@])
+m4_define([xfce4_appfinder_version_build], [@REVISION@])
 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()])])
 



More information about the Xfce4-commits mailing list