[Xfce4-commits] [xfce/xfwm4] 01/02: Release 4.12.4!

noreply at xfce.org noreply at xfce.org
Thu Mar 16 09:13:17 CET 2017


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

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

commit 784495224f9ee43868960e573720c9257c950d1f
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Thu Mar 16 09:05:59 2017 +0100

    Release 4.12.4!
    
    Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
 NEWS            | 20 ++++++++++++++++++++
 configure.ac.in |  4 ++--
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 00c431d..1885a66 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+4.12.4
+======
+
+ - moveresize: Cancel move/resize if client is gone (Bug 13344)
+ - netwm: Make docks and spash screens appear focused
+ - placement: Relocate dialogs only (Bug 12587)
+ - Force application win_gravity to NorthWestGravity (Bug 12617)
+ - keyboard: Re-apply modifiers masks
+ - keyboard: Ignore unsupported modifiers (Bug 10760)
+ - don't block display events when time is set backwards (Bug 10184)
+ - Fix rendering with 30-bit colormap (Bug 12344)
+ - Only check for known buttons in _NET_WM_MOVERESIZE
+
+4.12.3
+======
+ - events: do not monitor SubstructureNotifyMask (Bug 11893)
+ - focus: Ignore zero timestamp from s/n 
+ - configure: check for exo-csource (Bug 11870)
+ - Fix compiler warnings (Bug 11723)
+
 4.12.2
 ======
  - Fix a mishmash between width and height (Bug 11700)
diff --git a/configure.ac.in b/configure.ac.in
index 35dcfbf..4d47343 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], [12])
-m4_define([xfwm4_version_micro], [3])
+m4_define([xfwm4_version_micro], [4])
 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