diff --git a/NEWS b/NEWS index 54503162b..52c5ee843 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +3.20.1 +====== +* Constrain window move/resizes on wayland as on X11 [Rui; #748819] +* Don't crash with invalid previous monitor configurations [Rui; #764286] +* Misc. bug fixes and cleanups [Jonas, Cosimo; #762828, #764807] + +Contributors: + Jonas Ådahl, Cosimo Cecchi, Rui Matos, Jasper St. Pierre + +Translations: + Inaki Larranaga Murgoitio [eu], Reinout van Schouwen [nl], Fabio Tomat [fur], + Trần Ngọc Quân [vi] + 3.20.0 ====== * Fix crash when using visual bell [Jonas; #763858] diff --git a/configure.ac b/configure.ac index 5afce5f02..24fd64926 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], [20]) -m4_define([mutter_micro_version], [0]) +m4_define([mutter_micro_version], [1]) m4_define([mutter_version], [mutter_major_version.mutter_minor_version.mutter_micro_version])