[Xfce4-commits] [xfce/xfwm4] 02/02: Update for release

noreply at xfce.org noreply at xfce.org
Sat Mar 14 23:38:46 CET 2015


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 89a28806cd915250a7bb52c5d846a28ec34c20cc
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Sat Mar 14 23:23:49 2015 +0100

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

diff --git a/NEWS b/NEWS
index 1117a4b..bd92855 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+4.12.1
+======
+ - Fix issue with XRandR (Bug 11059, 11683, 11695)
+ - Rework struts support to be more error proof
+ - Fix smart placement and windows overlapping (Bug 11671)
+ - Fix window positioning and gravity (Bug 11670, 11693)
+ - Fix issue with _NET_REQUEST_FRAME_EXTENTS being ignored (blocking
+   for GLFW apps) (Bug 11664)
+ - Check class hint name for same applications (Bug 11685)
+ - Make horizontal scrolling/window opacity optional (Bug 10372)
+
 4.12.0
 ======
  - Add support for gtk window menu
diff --git a/configure.ac.in b/configure.ac.in
index af7084b..025d7c1 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], [0])
+m4_define([xfwm4_version_micro], [1])
 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