mirror of
https://github.com/brl/mutter.git
synced 2025-02-20 06:54:10 +00:00
Bump version to 3.14.4
Update NEWS.
This commit is contained in:
parent
63ad42e1f6
commit
8b80a70efc
14
NEWS
14
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
|
3.14.3
|
||||||
======
|
======
|
||||||
* Fix crash when trying to unredirect a destroyed window [Florian; #740133]
|
* Fix crash when trying to unredirect a destroyed window [Florian; #740133]
|
||||||
|
@ -2,7 +2,7 @@ AC_PREREQ(2.62)
|
|||||||
|
|
||||||
m4_define([mutter_major_version], [3])
|
m4_define([mutter_major_version], [3])
|
||||||
m4_define([mutter_minor_version], [14])
|
m4_define([mutter_minor_version], [14])
|
||||||
m4_define([mutter_micro_version], [3])
|
m4_define([mutter_micro_version], [4])
|
||||||
|
|
||||||
m4_define([mutter_version],
|
m4_define([mutter_version],
|
||||||
[mutter_major_version.mutter_minor_version.mutter_micro_version])
|
[mutter_major_version.mutter_minor_version.mutter_micro_version])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user