summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2014-09-17 06:14:24 +0200
committerFlorian Müllner <fmuellner@gnome.org>2014-09-17 06:14:24 +0200
commit2e06a6765c8975df219abcbbc2c6652a0377e9ff (patch)
tree93aadfb7dd2604fda3b482bb0288d5ac20194909
parentb63291069db2d999ca9bc222509debfe00316354 (diff)
downloadmutter-2e06a6765c8975df219abcbbc2c6652a0377e9ff.tar.gz
Bump version to 3.13.923.13.92
Update NEWS.
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ea8b1f23e..d08c18332 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+3.13.92
+=======
+* Rewrite background code [Owen; #735637, #736568]
+* Fix size in nested mode [Owen; #736279]
+* Fix destroy animation of background windows [Florian; #735927]
+* Wire keymap changes up to the wayland frontend [Rui; #736433]
+* Add a test framework and stacking tests [Owen; #736505]
+* Simplify handling of the merged X and wayland stack [Owen; #736559]
+* Fix cursor size on HiDPI [Adel; #729337]
+* Misc. bug fixes [Owen; #735632, #736589, #736694]
+
+Contributors:
+ Adel Gadllah, Rui Matos, Florian Müllner, Jasper St. Pierre, Owen W. Taylor
+
+Translations:
+ Andika Triwidada [id], Piotr Drąg [pl], Changwoo Ryu [ko],
+ Kjartan Maraas [nb], Ville-Pekka Vainio [fi], Yuri Myasoedov [ru],
+ Aurimas Černius [lt], Balázs Úr [hu], Sweta Kothari [gu], A S Alam [pa],
+ Sandeep Sheshrao Shedmake [mr], Shantha kumar [ta], Gil Forcada [ca],
+ Carles Ferrando [ca@valencia], Mattias Eriksson [sv]
+
3.13.91
=======
* Misc. bug fixes [Carlos; #735452]
diff --git a/configure.ac b/configure.ac
index d5b5d1e21..f26da81e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.62)
m4_define([mutter_major_version], [3])
m4_define([mutter_minor_version], [13])
-m4_define([mutter_micro_version], [91])
+m4_define([mutter_micro_version], [92])
m4_define([mutter_version],
[mutter_major_version.mutter_minor_version.mutter_micro_version])