[Xfce4-commits] [xfce/xfwm4] 01/01: Updates for release

noreply at xfce.org noreply at xfce.org
Sat Feb 14 19:24:23 CET 2015


This is an automated email from the git hooks/post-receive script.

olivier pushed a commit to branch master
in repository xfce/xfwm4.

commit 7666dc133d4227549bc68f2ef859bc34e82f1f91
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Sat Feb 14 19:20:02 2015 +0100

    Updates for release
    
    Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
 NEWS            |   44 ++++++++++++++++++++++++++++++++++++++++++++
 configure.ac.in |    4 ++--
 2 files changed, 46 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 9dec763..d100c8e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,47 @@
+4.11.3
+======
+ - Add a zoom_desktop xfconf setting
+ - Add corner tiling
+ - Add support for extended XSync counter
+ - Add support for GTK frame extents
+ - Add support for GTK hide titlebar on maximize
+ - Add support for NET_WM_STATE_FOCUSED
+ - Add titleless maximization feature
+ - Allow color substitution in themerc
+ - Allow cycling during drag'n drop
+ - Allow shadow under dock ARGB windows
+ - Allow tiling and workspace wrap on move
+ - Changed wireframe to cairo drawing when using the compositor
+ - Fix cycle vs. focus follow mouse
+ - Fix fullscreen mode not working correctly for QT apps)
+ - Fix gravity on configure request
+ - Fix keyboard shortcuts after keyboard layout changes
+ - Fix maximizing when window is tiled vertically or horizontally
+ - Fix maximum host name length.
+ - Fix opacity being reset on theme change
+ - Fix reparenting with compositor
+ - Fix selection with mouse in multi-monitor alt-tab dialog
+ - Fix size increment
+ - Limit parallel pointer moves before wrapping
+ - New default window decoration themes (including HDPI and xHDPI)
+ - On canceled move, restore all maximizations states
+ - Optionally remove frame on tiling as well
+ - Optionnally use window preview in tabwin
+ - Prevent CSD windows from being moved too far up
+ - Remove horizontal tyling on move
+ - Remove maximize button from non-resizable windows
+ - Remove restore-on-move option
+ - Send debug messages to a log file
+ - Update desktop geometry on xrandr events
+ - Use cairo wireframe for move/resize
+ - Use correct type on platforms where time_t is 64bits like OpenBSD
+ - Use source indication in activate window
+ - Use the correct drm/dri device on OpenBSD
+ - Workaround for NET_WORKAREA with multimonitor
+ - Lot of translations updates (ast, bg, cs, da ,de, en_AU, es, fi, fr,
+   he ,hr ,hu, id, it, ja ,kk, ko, ms ,nl, pl, pt_BR, ru ,sr ,th, tr,
+   uk, zh_CN)
+
 4.11.2
 ======
 - Improve auto-maximize fn to maximize windows which size is equal to
diff --git a/configure.ac.in b/configure.ac.in
index 6223afa..a1a2d79 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], [11])
-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])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list