diff --git a/NEWS b/NEWS index a48bda6b7..797128eed 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +3.19.2 +====== +* Fix crash on monitor unplug [Rui; #756796] +* Exit cleanly on initialization errors [Owen; #757311] +* Allow to determine backend setting from session type [Ray; #741666] +* Fix DRM device detection for non-PCI devices [Alban; #754911] +* Don't force placement of windows without buffer on wayland [Marek; #751887] +* Fix initialization of bypass compositor hint [Rui; #758544] + +Contributors: + Alban Browaeys, Marek Chalupa, Rui Matos, Florian Müllner, Ray Strode, + Owen W. Taylor + 3.19.1 ====== * wayland: Allow to trigger popups through keyboard/touch [Carlos; #756296] diff --git a/configure.ac b/configure.ac index b8ff64d56..7a5a2eaee 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], [1]) +m4_define([mutter_micro_version], [2]) m4_define([mutter_version], [mutter_major_version.mutter_minor_version.mutter_micro_version])