summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2017-05-11 14:18:18 +0200
committerFlorian Müllner <fmuellner@gnome.org>2017-05-11 14:18:18 +0200
commit01b6e32e8796a96298ea388a557ab0c1df329d37 (patch)
tree43ad2935510ca6a89b1e75777fb0cea16640e400
parentbff311da889599ffe5bc78f6b96fe7e055aa3d1d (diff)
downloadmutter-01b6e32e8796a96298ea388a557ab0c1df329d37.tar.gz
Bump version to 3.24.23.24.2
Update NEWS.
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 53c85fb37..0a8c5731f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+3.24.2
+======
+* Don't crash when wayland clients commit to destroyed surfaces [Jonas; #781391]
+* Fix frame updates on hide-titlebar-when-maximized changes [Florian; #781862]
+* Fix accessible screen coordinates on X11 [Florian; #781902]
+* Fix copy+paste of UTF8 strings between X11 and wayland [Carlos; #782472]
+* Fix non-wayland builds [Chris; #780533]
+* Misc. bug fixes [Philip, Matthias, Nigel; #781242, #780215, #759085]
+
+Contributors:
+ Jonas Ådahl, Philip Chimento, Carlos Garnacho, Matthias Liertzer,
+ Florian Müllner, Nigel Taylor, Chris Vine
+
+Translations:
+ Jordi Mas [ca]
+
3.24.1
======
* Always sync window geometry on state changes [Jonas; #780292]
diff --git a/configure.ac b/configure.ac
index eaebfc7a7..bd4cb310c 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], [24])
-m4_define([mutter_micro_version], [1])
+m4_define([mutter_micro_version], [2])
m4_define([mutter_version],
[mutter_major_version.mutter_minor_version.mutter_micro_version])