diff --git a/NEWS b/NEWS index 3ae8eab6d..c3b35f210 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +3.15.4 +====== +* Use GTK+ theme for window decorations instead of metacity [Florian; #741917] +* Export the same EDID information on X11 and wayland [Carlos; #742882] +* Apply input device configuration on wayland [Carlos; #739397] +* Implement pointer barriers on wayland [Jonas; #706655] +* Misc. bug fixes (Ting-Wei, Rui, Ikey, Florian, Marek, Jonas; #741829, + #738630, #737463, #698995, #727893, #742825, #742824, #742841, #743173, + #743189, #743217, #743254] + +Contributors: + Jonas Ådahl, Giovanni Campagna, Marek Chalupa, Ikey Doherty, Adel Gadllah, + Carlos Garnacho, Ting-Wei Lan, Rui Matos, Florian Müllner, Jasper St. Pierre, + Rico Tzschichholz + +Translations: + Matej Urbančič [sl], Balázs Úr [hu], Marek Černocký [cs], + Inaki Larranaga Murgoitio [eu], Rafael Ferreira [pt_BR], + Daniel Mustieles [es], Fran Dieguez [gl] + 3.15.3 ====== * Don't leave left-over frames queued [Owen; #738686] diff --git a/configure.ac b/configure.ac index 171f67c5c..25ddf33dd 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], [15]) -m4_define([mutter_micro_version], [3]) +m4_define([mutter_micro_version], [4]) m4_define([mutter_version], [mutter_major_version.mutter_minor_version.mutter_micro_version])