1
0
Fork 0

Bump version to 3.19.3

Update NEWS.
This commit is contained in:
Florian Müllner 2015-12-17 01:21:40 +01:00
parent e7390cff83
commit d455de32a0
2 changed files with 18 additions and 1 deletions

17
NEWS
View file

@ -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 3.19.2
====== ======
* Fix crash on monitor unplug [Rui; #756796] * Fix crash on monitor unplug [Rui; #756796]

View file

@ -2,7 +2,7 @@ AC_PREREQ(2.62)
m4_define([mutter_major_version], [3]) m4_define([mutter_major_version], [3])
m4_define([mutter_minor_version], [19]) m4_define([mutter_minor_version], [19])
m4_define([mutter_micro_version], [2]) m4_define([mutter_micro_version], [3])
m4_define([mutter_version], m4_define([mutter_version],
[mutter_major_version.mutter_minor_version.mutter_micro_version]) [mutter_major_version.mutter_minor_version.mutter_micro_version])