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

noreply at xfce.org noreply at xfce.org
Sat Feb 28 20:32:36 CET 2015


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

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

commit 2455fff687088e0a5022f5d35db9dd5f07f19469
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sat Feb 28 14:31:44 2015 -0500

    Update for release
---
 NEWS            |   21 +++++++++++++++++++++
 configure.ac.in |    6 +++---
 2 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index d100c8e..1117a4b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+4.12.0
+======
+ - Add support for gtk window menu
+ - Avoid window decorations in preview
+ - Clean-up compositor state in case of error
+ - Compute struts based on reported screen size
+ - Do not tile windows if they don't fit in
+ - Enable compositing by default
+ - Enable window preview in cycling by default
+ - Fix build with compositor disabled
+ - Fix window menu positioning with CSD
+ - Fix window preview disappearing on themes reload
+ - Reuse client macros in compositor
+ - Revert "Optionally remove frame on tiling as well"
+ - Set maximum valid struts values
+ - Use larger window preview by default
+ - Use opaque background color for preview
+ - Use smallest screen area
+ - Translation Updates (ast, bg, de, es, fi, he, is, it, nb, pt, ro,
+   sk, sl, tr, zh_CN)
+
 4.11.3
 ======
  - Add a zoom_desktop xfconf setting
diff --git a/configure.ac.in b/configure.ac.in
index e44a3cd..2d85a48 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -4,10 +4,10 @@ dnl xfwm4 - window manager for the Xfce4 desktop environment
 dnl
 
 m4_define([xfwm4_version_major], [4])
-m4_define([xfwm4_version_minor], [11])
-m4_define([xfwm4_version_micro], [3])
+m4_define([xfwm4_version_minor], [12])
+m4_define([xfwm4_version_micro], [0])
 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