Bump version to 3.11.3

Desktop / GNOME / Mutter - Florian Müllner [gnome.org] - 19 December 2013 11:59 UTC

Update NEWS.

###

diff --git a/NEWS b/NEWS
index 805aa93..9947cd2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+3.11.3
+======
+* xrandr: Use "hotplug_mode_update" property [Marc-André; #711216]
+* Fix position of attached dialogs for CSD windows [Giovanni, Owen; #707194]
+* Fix focus issues with external OSKs [Jasper; #715030]
+* Add a MetaCullable interface [Jasper; #714706]
+* Fix window group paint volume [Owen; #719669]
+* Fix frame extents problems [Owen; #714707]
+* Add shortcut to move windows between monitors [Florian; #671054]
+* Fix problems with focus tracking [Owen; #720558]
+* Misc. bug fixes and cleanups [Rui, Jasper, Owen; #712833, #678989, #720106,
+ #720417, #720630]
+
+Contributors:
+ Robert Bragg, Giovanni Campagna, Marc-André Lureau, Rui Matos, Alberto Milone,
+ Florian Müllner, Sindhu S, Jasper St. Pierre, Rico Tzschichholz,
+ Owen W. Taylor
+
+Translations:
+ 甘露(Gan Lu) [zh_CN], Khaled Hosny [ar]
+
3.11.2
======
* Fix resize operations using mouse-button-modifier [Lionel; #710251]
diff --git a/configure.ac b/configure.ac
index ebbe1df..f085550 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_CONFIG_MACRO_DIR([m4])

m4_define([mutter_major_version], [3])
m4_define([mutter_minor_version], [11])
-m4_define([mutter_micro_version], [2])
+m4_define([mutter_micro_version], [3])

m4_define([mutter_version],
[mutter_major_version.mutter_minor_version.mutter_micro_version])

addac88 Bump version to 3.11.3
NEWS | 21 +++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 22 insertions(+), 1 deletion(-)

Upstream: git.gnome.org


  • Share