mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
Bump version to 3.21.1
Update NEWS.
This commit is contained in:
parent
3856622ff7
commit
4a26daea01
15
NEWS
15
NEWS
@ -1,3 +1,18 @@
|
|||||||
|
3.21.1
|
||||||
|
======
|
||||||
|
* Notify clients of pending modifier state changes [Rui; #748526]
|
||||||
|
* Add get_is_builtin_display_on() method [Florian; #765267]
|
||||||
|
* Fix 2-finger titlebar taps on wayland [Carlos; #764519]
|
||||||
|
* Merge clutter and cogl forks into mutter [Rui; #760439]
|
||||||
|
* Misc. bug fixes [Florian, Victor, Jonas; #765058, #765252, #765062]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Jonas Ådahl, Emmanuele Bassi, Olivier Fourdan, Carlos Garnacho, Rui Matos,
|
||||||
|
Florian Müllner, Victor Toso, Rico Tzschichholz
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
GNOME Translation Robot [ja, gd]
|
||||||
|
|
||||||
3.20.1
|
3.20.1
|
||||||
======
|
======
|
||||||
* Constrain window move/resizes on wayland as on X11 [Rui; #748819]
|
* Constrain window move/resizes on wayland as on X11 [Rui; #748819]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
AC_PREREQ(2.62)
|
AC_PREREQ(2.62)
|
||||||
|
|
||||||
m4_define([mutter_major_version], [3])
|
m4_define([mutter_major_version], [3])
|
||||||
m4_define([mutter_minor_version], [20])
|
m4_define([mutter_minor_version], [21])
|
||||||
m4_define([mutter_micro_version], [1])
|
m4_define([mutter_micro_version], [1])
|
||||||
|
|
||||||
m4_define([mutter_version],
|
m4_define([mutter_version],
|
||||||
|
Loading…
Reference in New Issue
Block a user