summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2015-12-17 01:21:40 +0100
committerFlorian Müllner <fmuellner@gnome.org>2015-12-17 01:21:40 +0100
commitd455de32a0ec4e5e87259c67662dc1eadb3177a7 (patch)
tree878f00ac34b73ca9f362063fb729c2cb02853dd4
parente7390cff83eabc3d9b4f61e89c3881abf3c758c4 (diff)
downloadmutter-d455de32a0ec4e5e87259c67662dc1eadb3177a7.tar.gz
Bump version to 3.19.33.19.3
Update NEWS.
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 797128eed..d41c6691e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+3.19.3
+======
+* Correct refresh rate units on KMS/Wayland [Daniel; #758653]
+* Fix crash when initial cursor position is not on a monitor [Marek; #756698]
+* Fix crash when more CRTs are enabled than outputs connected [Rui; #751638]
+* Fix touch pointer emulation on wayland [Carlos; #756754]
+* Allow minimizing windows that don't advertise supporting it [Jasper; #758186]
+* Force 2-finger scroll by default if available [Bastien; #759304]
+* Fix crash during XWayland initialization [Marek; #751845]
+* Ensure to send a ConfigureNotify to just mapped windows [Rui; #759492]
+* Misc. bug fixes and cleanups [Carlos, Jonas, Lionel; #758239, #758633,
+ #755503, #759374]
+
+Contributors:
+ Jonas Ådahl, Marek Chalupa, Carlos Garnacho, Lionel Landwerlin, Rui Matos,
+ Bastien Nocera, Daniel Stone, Jasper St. Pierre
+
3.19.2
======
* Fix crash on monitor unplug [Rui; #756796]
diff --git a/configure.ac b/configure.ac
index 627836917..ca4c1b4af 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], [19])
-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])