mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
Bump version to 3.9.4
Update NEWS.
This commit is contained in:
parent
b76c3312e9
commit
9504fdd2cb
13
NEWS
13
NEWS
@ -1,3 +1,16 @@
|
|||||||
|
3.9.4
|
||||||
|
=====
|
||||||
|
* Tweak window shadows [Allan; #702141]
|
||||||
|
* Ignore our own focus events for focus prediction [Jasper; #701017]
|
||||||
|
* Add API to query if the stage is focused [Jasper; #700735]
|
||||||
|
* Add API to query the monitor for a given position [Adel]
|
||||||
|
* Don't force attached dialogs to be border-only [Florian; #702764]
|
||||||
|
* Allow slicing of backgrounds to avoid texture size limits [Ray; #702283]
|
||||||
|
* Miscellaneous bug fixes and cleanups [Adel; #701224, #702564]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Allan Day, Adel Gadllah, Florian Müllner, Jasper St. Pierre, Ray Strode
|
||||||
|
|
||||||
3.9.3
|
3.9.3
|
||||||
=====
|
=====
|
||||||
* Ensure events are always reported to the grab window [Rui; #701219]
|
* Ensure events are always reported to the grab window [Rui; #701219]
|
||||||
|
@ -2,7 +2,7 @@ AC_PREREQ(2.50)
|
|||||||
|
|
||||||
m4_define([mutter_major_version], [3])
|
m4_define([mutter_major_version], [3])
|
||||||
m4_define([mutter_minor_version], [9])
|
m4_define([mutter_minor_version], [9])
|
||||||
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…
Reference in New Issue
Block a user