From d455de32a0ec4e5e87259c67662dc1eadb3177a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 17 Dec 2015 01:21:40 +0100 Subject: Bump version to 3.19.3 Update NEWS. --- NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.1