mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
Bump version to 3.23.2
Update NEWS.
This commit is contained in:
parent
e8380d11c4
commit
7f49b5144b
20
NEWS
20
NEWS
@ -1,3 +1,23 @@
|
|||||||
|
3.23.2
|
||||||
|
======
|
||||||
|
* Stack docks below other windows on fullscreen monitors [Rui; #772937]
|
||||||
|
* Fix popup grabs blocking screen lock on wayland [Rui; #771235]
|
||||||
|
* Handle touchpad pinch gestures with more than two fingers [Carlos; #765937]
|
||||||
|
* Implement drawing tablet support on X11 [Carlos; #773779]
|
||||||
|
* Fix some Wine games starting minimized [Carlos; #774333]
|
||||||
|
* Fix switching between two finger- and edge scrolling on wayland [Rui; #771744]
|
||||||
|
* Implement support for EGLStream/EGLDevice [Jonas; #773629]
|
||||||
|
* Add size_changed vfunc to handle async client size changes [Rui; #770345]
|
||||||
|
* Change focus window on clicks with any modifiers [Rui; #746642]
|
||||||
|
* Misc. bug fixes and cleanups [Carlos, Daniel, Jonas, Rui; #771067, #774330, #774613,
|
||||||
|
#771297, #774135, #774827, #774923]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Jonas Ådahl, Carlos Garnacho, Rui Matos, Florian Müllner, Daniel Stone
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
Kjartan Maraas [nb]
|
||||||
|
|
||||||
3.23.1
|
3.23.1
|
||||||
======
|
======
|
||||||
* Fix handling of Escape shortcut in force-quit dialog [Landry; #737109]
|
* Fix handling of Escape shortcut in force-quit dialog [Landry; #737109]
|
||||||
|
@ -2,7 +2,7 @@ AC_PREREQ(2.62)
|
|||||||
|
|
||||||
m4_define([mutter_major_version], [3])
|
m4_define([mutter_major_version], [3])
|
||||||
m4_define([mutter_minor_version], [23])
|
m4_define([mutter_minor_version], [23])
|
||||||
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 New Issue
Block a user