mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 17:10:40 -05: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
|
||||
======
|
||||
* 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_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])
|
||||
|
Loading…
Reference in New Issue
Block a user