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

Nick Schermer noreply at xfce.org
Thu Sep 22 21:16:01 CEST 2011


Updating branch refs/heads/xfce-4.8
         to ee3f708cb520ec3fe8cdf64599a01acb07dbdc0c (commit)
       from 9f2b2497cb2a1e7af39857f1902e890f6b67cdf8 (commit)

commit ee3f708cb520ec3fe8cdf64599a01acb07dbdc0c
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Sep 22 21:12:24 2011 +0200

    Updates for release.

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

diff --git a/NEWS b/NEWS
index 44dbe37..a181449 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+4.8.2
+=====
+- Relax resize wrt to size increments.
+- Allow menu shortcut to work even for non-decorated windows (bug #7300).
+- Keep window fully visible on screen on size request.
+- Fix panel plugins such as verve not receiving focus in focus follow
+  mouse mode (bug #6617, bug #6649).
+- Display session's struct memeber needs to be set even when not
+  connected otherwise bad things may happen when quitting.
+- Translation updates: be, es, ja, ko, ms, nl, pt_BR, ro, ru, sk,
+  te, zh_CN.
+- Manual translation updates: ru, tr, zh_CN.
+
+
 4.8.1
 =====
 - Allow images without an alpha channel to be used in themes as well.
diff --git a/configure.ac.in b/configure.ac.in
index d23b552..0634f44 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], [1])
+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.14.0])


More information about the Xfce4-commits mailing list