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

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


Updating branch refs/heads/xfce-4.6
         to 74b960b5f321655af7aa0f2ae77116f2d5139c2a (commit)
       from 4e1ecd243c1ab8a8cc2837e741eff4b1389d3e9c (commit)

commit 74b960b5f321655af7aa0f2ae77116f2d5139c2a
Author: Nick Schermer <nick at xfce.org>
Date:   Fri May 21 18:48:24 2010 +0200

    Updates for release.

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

diff --git a/NEWS b/NEWS
index fa75615..c5e3f4f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,28 @@
 4.6.2
 =====
 
-- Transition fullscreen windows back to their original layer 
-  when another window is activated (Bug #3551)
-- Fix mixed RTL/LTR text not rendering properly in title and tabwin
-- Place windows on top of stack even when not focused in focus follow mouse
-  (Bug #5479)
+- Build fixes for GIT.
+- Fix mixed RTL/LTR text not rendering properly in title and tabwin.
+- Place windows on top of stack even when not focused in focus
+  follow mouse (bug #5479).
+- Increase menu button height and redice width (bug #5567).
+- Do not set the "demand attention" flag when the window is already
+  focused.
+- Keep windows entirely visible on screen change (bug #5795).
+- Various compilation warnings fixed.
+- Compute screen size based on each monitor size and layout and
+  avoid using reported size (bug #5795).
+- Reloading settings on keys-changed signal is a huge overhead and
+  complete nonsense (bug #5964).
+- Recent Xorg drivers disable the output when the lid is closed,
+  leaving no active monitor, in that case simply ignore the event to
+  avoid messing with windows' positions (bug #6209).
+- Add linkage to libm when compositor is used (bug #6231).
+- Check for invalid type for GValue to avoid a crash (bug #6195).
+- Allow only regular windows to be placed either above or below.
+- Translation updates (cs, el, es, gl, it, pl, pt, sv, tr, uk, lv,
+  ur, ur_PK, ro, ru, nl, ug).
+
 
 4.6.1
 =====
diff --git a/configure.ac.in b/configure.ac.in
index e72a9f8..9af9976 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,7 +7,7 @@ m4_define([xfwm4_version_major], [4])
 m4_define([xfwm4_version_minor], [6])
 m4_define([xfwm4_version_micro], [2])
 m4_define([xfwm4_version_build], [@REVISION@])
-m4_define([xfwm4_version_tag],   [git])
+m4_define([xfwm4_version_tag],   [])
 m4_define([xfwm4_version], [xfwm4_version_major().xfwm4_version_minor().xfwm4_version_micro()ifelse(xfwm4_version_tag(), [git], [xfwm4_version_tag().xfwm4_version_build()], [xfwm4_version_tag()])])
 
 m4_define([gtk_minimum_version], [2.10.0])



More information about the Xfce4-commits mailing list