mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
Bump version to 3.10.3
Update NEWS.
This commit is contained in:
parent
0bd30696b1
commit
3b8b05518c
16
NEWS
16
NEWS
@ -1,3 +1,19 @@
|
||||
3.10.3
|
||||
======
|
||||
* xrandr: Use "hotplug_mode_update" property [Marc-André; #711216]
|
||||
* Don't focus the no-focus-window for globally active windows [Jasper; #710296]
|
||||
* Fix window group paint volume [Owen; #719669]
|
||||
* Fix checks for KeyPress/ButtonPress [Jasper; #720545]
|
||||
* Fix problems with focus tracking [Owen; #720558]
|
||||
* Don't leave focus on windows that are being unmanaged [Owen; #711618]
|
||||
* Reduce server grabs [Daniel; #721345, #721709]
|
||||
|
||||
Contributors:
|
||||
Daniel Drake, Marc-André Lureau, Jasper St. Pierre, Owen W. Taylor
|
||||
|
||||
Translations:
|
||||
甘露(Gan Lu) [zh_CN]
|
||||
|
||||
3.10.2
|
||||
======
|
||||
* Fix resize operations using mouse-button-modifier [Lionel; #710251]
|
||||
|
@ -2,7 +2,7 @@ AC_PREREQ(2.50)
|
||||
|
||||
m4_define([mutter_major_version], [3])
|
||||
m4_define([mutter_minor_version], [10])
|
||||
m4_define([mutter_micro_version], [2])
|
||||
m4_define([mutter_micro_version], [3])
|
||||
|
||||
m4_define([mutter_version],
|
||||
[mutter_major_version.mutter_minor_version.mutter_micro_version])
|
||||
|
Loading…
x
Reference in New Issue
Block a user