Bump version to 3.11.2
Update NEWS.
This commit is contained in:
parent
3025cb7c48
commit
a6ebc70170
2 changed files with 17 additions and 1 deletions
16
NEWS
16
NEWS
|
@ -1,3 +1,19 @@
|
||||||
|
3.11.2
|
||||||
|
======
|
||||||
|
* Support setting a NULL opaque region [Andreas; #711518]
|
||||||
|
* Sync keymap from X to wayland [Giovanni; #707446]
|
||||||
|
* Implement support for subsurfaces [Jonas; #705502]
|
||||||
|
* Don't focus the no-focus-window for globally active windows [Jasper; #710296]
|
||||||
|
* Support "hotplug_mode_update" property [Marc-André; #711216]
|
||||||
|
* Fix resize operations using mouse-button-modifier [Lionel; #710251]
|
||||||
|
* Fix position of attached modals for CSD windows [Giovanni, Owen; #707194]
|
||||||
|
* Misc. bug fixes [Rui, Jasper, Neil, Florian; #712247, #711731]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Giovanni Campagna, Andreas Heider, Lionel Landwerlin, Marc-André Lureau,
|
||||||
|
Rui Matos, Florian Müllner, Neil Roberts, Sindhu S, Jasper St. Pierre,
|
||||||
|
Rico Tzschichholz, Owen W. Taylor, Jonas Ådahl
|
||||||
|
|
||||||
3.11.1
|
3.11.1
|
||||||
======
|
======
|
||||||
* Fix tile previews getting stuck on right click during drags [Lionel; #704759]
|
* Fix tile previews getting stuck on right click during drags [Lionel; #704759]
|
||||||
|
|
|
@ -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], [1])
|
m4_define([mutter_micro_version], [2])
|
||||||
|
|
||||||
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 a new issue