diff --git a/NEWS b/NEWS index 5ed2366e3..6ac80e2d7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +3.11.5 +====== +* Fix CSD titlebars being placed off-screen [Jasper; #719772] +* Expose MetaWindow:skip-taskbar property [Florian; #723307] +* Fix legacy tray icons showing up blank [Adel; #721596] +* Fix configuration of cloned monitors [Adel; #710610] +* Misc bug fixes and cleanups [Jasper, Adel, Jonas; #720631, #723468, #723563] + +Contributors: + Jonas Ådahl, Marek Ch, Adel Gadllah, Florian Müllner, Jasper St. Pierre + +Translations: + Rafael Ferreira [pt_BR], Enrico Nicoletto [pt_BR], Fran Diéguez [gl], + Chao-Hsiung Liao [zh_HK, zh_TW] + 3.11.4 ====== * Don't leave focus on windows that are being unmanaged [Owen; #711618] diff --git a/configure.ac b/configure.ac index 621f76b8a..be1ead978 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_CONFIG_MACRO_DIR([m4]) m4_define([mutter_major_version], [3]) m4_define([mutter_minor_version], [11]) -m4_define([mutter_micro_version], [4]) +m4_define([mutter_micro_version], [5]) m4_define([mutter_version], [mutter_major_version.mutter_minor_version.mutter_micro_version])