diff --git a/NEWS b/NEWS index 88320187b..9ae8bcb06 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +3.14.4 +====== +* Fix flash on unredirection [Chris; #743858] +* Fix incompatibility with GLES2 GLSL [Alban; #745442] +* Add function to refresh all background instances [Rui; #739178] +* Fix geometry of shaded windows [Florian; #746145] +* Misc. bug fixes [Florian, Rui; #698995, #743217, #743254] + +Contributors: + Alban Browaeys, Rui Matos, Florian Müllner, Chris Wilson + +Translations: + Matej Urbančič [sl], Muhammet Kara [tr], Samir Ribic [bs] + 3.14.3 ====== * Fix crash when trying to unredirect a destroyed window [Florian; #740133] diff --git a/configure.ac b/configure.ac index 4a7ee7c22..15748572f 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], [14]) -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])