mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
Bump version to 3.36.2
Update NEWS.
This commit is contained in:
parent
d9d8732096
commit
63bf5f1150
27
NEWS
27
NEWS
@ -1,3 +1,30 @@
|
|||||||
|
3.36.2
|
||||||
|
======
|
||||||
|
* Sync timelines to hardware vsync [Daniel; !724]
|
||||||
|
* Fix screencasting non-maximized windows [Jonas; !1174]
|
||||||
|
* Make window-aliveness checks less aggressive [Jonas; !1182]
|
||||||
|
* Fix stylus coordinates when using screen rotation [Jonas T.; #1118]
|
||||||
|
* Preserve keyboard state on VT switch [Olivier; !1185]
|
||||||
|
* Fix trackball button scrolling [Phillip; #1120]
|
||||||
|
* Fix tiled monitor support [Jonas Å.; !1199]
|
||||||
|
* Fix various clipboard issues [Carlos; !1198, !1203, !1204, !1186, !1206]
|
||||||
|
* Synchronize shadows to server-side decorations [Olivier; !1214]
|
||||||
|
* Fix overview key on X11 when using multiple keyboard layouts [Olivier; !1219]
|
||||||
|
* Fix capturing with multiple stage views [Jonas Å.; !1222]
|
||||||
|
* Fixed crashes [Jonas D., Carlos; !1173, !1183]
|
||||||
|
* Misc. bug fixes and cleanups [Andre, Georges, Simon, Christian, Carlos, Marco,
|
||||||
|
Pekka, Laurent, Jonas D.; !1169, !1170, !1172, !1168, !1184, !1200, !1209,
|
||||||
|
#1074, !1208]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Marco Trevisan (Treviño), Laurent Bigonville, Jonas Dreßler, Olivier Fourdan,
|
||||||
|
Carlos Garnacho, Andre Moreira Magalhaes, Simon McVittie,
|
||||||
|
Georges Basile Stavracas Neto, Pekka Paalanen, Christian Rauch, Jonas Troeger,
|
||||||
|
Daniel van Vugt, Phillip Wood, Jonas Ådahl
|
||||||
|
|
||||||
|
Translators:
|
||||||
|
Dušan Kazik [sk], Christian Kirbach [de]
|
||||||
|
|
||||||
3.36.1
|
3.36.1
|
||||||
======
|
======
|
||||||
* Fix hardware cursor on GPU hotplpug [Pekka; !1097]
|
* Fix hardware cursor on GPU hotplpug [Pekka; !1097]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('mutter', 'c',
|
project('mutter', 'c',
|
||||||
version: '3.36.1',
|
version: '3.36.2',
|
||||||
meson_version: '>= 0.50.0',
|
meson_version: '>= 0.50.0',
|
||||||
license: 'GPLv2+'
|
license: 'GPLv2+'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user