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

noreply at xfce.org noreply at xfce.org
Sat Jul 26 01:25:32 CEST 2014


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

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

commit cfa3c47fa306809ea14ae07b33694e6f25fbf022
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Jul 26 01:21:03 2014 +0200

    Updates for release.
---
 NEWS            |   13 +++++++++++++
 configure.ac.in |    4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 950d084..9dec763 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+4.11.2
+======
+- Improve auto-maximize fn to maximize windows which size is equal to
+  the available size.
+- Restore original window size after untiling (Bug 8765).
+- Add improved tab-win dialog.
+- Translation updates: Asturian, Bulgarian, Czech, German, English 
+  (Australia), Spanish (Castilian), French, Croatian, Indonesian, 
+  Icelandic, Italian, Japanese, Kazakh, Korean, Malay, Norwegian 
+  Bokmal, Dutch (Flemish), Occitan (post 1500), Polish, Portuguese, 
+  Portuguese (Brazilian), Russian, Serbian, Swedish, Thai, Turkish, 
+  Ukrainian, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan)
+
 4.11.1
 ======
 - Remove unnecessary clipping of the rootPicture.
diff --git a/configure.ac.in b/configure.ac.in
index 9ec3b40..394370a 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], [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])

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


More information about the Xfce4-commits mailing list