mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 03:20:46 -05:00
Bump version to 3.11.92
Update NEWS.
This commit is contained in:
parent
b8eb7b883f
commit
9a89cc1198
14
NEWS
14
NEWS
@ -1,3 +1,17 @@
|
|||||||
|
3.11.92
|
||||||
|
=======
|
||||||
|
* Fix identification of CSD windows [Owen; #723029]
|
||||||
|
* Add minimal handling of touch events [Carlos; #723552]
|
||||||
|
* Misc bug fixes and cleanups [Owen, Adel, Jasper; #723580, #726352]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Adel Gadllah, Carlos Garnacho, Rui Matos, Jasper St. Pierre, Owen W. Taylor
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
Changwoo Ryu [ko], Rūdolfs Mazurs [lv], Wylmer Wang [zh_CN],
|
||||||
|
Chao-Hsiung Liao [zh_HK, zh_TW], Yuri Myasoedov [ru], Tiagosdot [pt],
|
||||||
|
Claude Paroz [fr], Duarte Loreto [pt], A S Alam [pa]
|
||||||
|
|
||||||
3.11.91
|
3.11.91
|
||||||
=======
|
=======
|
||||||
* Don't use keysym to match keybindings [Rui; #678001]
|
* Don't use keysym to match keybindings [Rui; #678001]
|
||||||
|
@ -3,7 +3,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
|||||||
|
|
||||||
m4_define([mutter_major_version], [3])
|
m4_define([mutter_major_version], [3])
|
||||||
m4_define([mutter_minor_version], [11])
|
m4_define([mutter_minor_version], [11])
|
||||||
m4_define([mutter_micro_version], [91])
|
m4_define([mutter_micro_version], [92])
|
||||||
|
|
||||||
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