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

Olivier Fourdan noreply at xfce.org
Mon Dec 19 20:48:01 CET 2011


Updating branch refs/heads/xfce-4.8
         to 360ccf20b63838e9f069d0f0c5e26774288cfe1e (commit)
       from 805ce7644a513881f1fc7d41d547a0f221485cc0 (commit)

commit 360ccf20b63838e9f069d0f0c5e26774288cfe1e
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Mon Dec 19 20:41:29 2011 +0100

    Updates for release.

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

diff --git a/NEWS b/NEWS
index a181449..232a41f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+4.8.3
+=====
+
+- Do not exit the move/resize loop when just any key is pressed unless the
+  operation is triggered via the keyboard (this should be enough to fix the
+  remaining part of Bug #8233)
+- Reverting from desktop view may not focus the top most window (Bug #8173)
+- Recompute window's position/maximization state even if the overall size of
+  the screen hasn't changed as the actual layout of the monitors may have
+  changed nevertheless.
+- Check for both forward and backward cycling modifier to be released before
+  exiting the cycle loop (Bug #6508)
+- Fix a couple of memory leaks
+- Fix some events being lost causing the tabwin window to remain sometimes
+  after the key has been released
+- Fix crash when workspace count is set to negative values (Bug #8002)
+- Fix crash in signal handler
+- Fix a bug with transients for group (including utility windows)
+  being withdrawn as many times as parent windows where in the group, causing
+  utility windows to disapear when switching workspaces (this bug was affecting
+  The GIMP and reported initially bugzilla.gnome.org as bug #651454).
+- Do not allow applications to change the win layer on dialogs to prevent
+  dialogs to be unreachable in some Java based applications
+- Do not enforce the size increment only if the size request comes
+  from the application itself (refix Bug #7445)
+- On docs installation, create relative paths in symlinks to images
+- Translations updates: de, fi, hr, is, ko, ro, zh_CN, zh_TW
+
+
 4.8.2
 =====
 - Relax resize wrt to size increments.
diff --git a/configure.ac.in b/configure.ac.in
index 4c40813..4391670 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,9 +5,9 @@ dnl
 
 m4_define([xfwm4_version_major], [4])
 m4_define([xfwm4_version_minor], [8])
-m4_define([xfwm4_version_micro], [2])
+m4_define([xfwm4_version_micro], [3])
 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.14.0])


More information about the Xfce4-commits mailing list