mirror of
https://github.com/brl/mutter.git
synced 2025-02-19 14:44:10 +00:00
Bump version to 3.20.3
Update NEWS.
This commit is contained in:
parent
1169ccc331
commit
83bddd75a6
19
NEWS
19
NEWS
@ -1,3 +1,22 @@
|
||||
3.20.3
|
||||
======
|
||||
* Fix grabbing random keys for disabled shortcuts [Rui; #766270]
|
||||
* Crash fixes [Marek, Rui; #751847, #767969]
|
||||
* Improve multi-monitor handling on wayland [Rui; #766528]
|
||||
* Don't create invalid UTF-8 window description strings [Rui; #765535]
|
||||
* Convert window titles and wm_class to UTF-8 [Rui; #752788]
|
||||
* Use kill() to force-quit unresponsive wayland clients [Olivier; #767464]
|
||||
* Fix window position when unmaximizing via DND on wayland [Olivier; #764180]
|
||||
* Avoid full window redraws when using extended frame sync [Florian; #767798]
|
||||
* Fix missing frame border around GTK+ dialogs [Florian; #745060]
|
||||
* Improve X11 <-> wayland copy and paste interaction [Carlos; #768007]
|
||||
|
||||
Contributors:
|
||||
Marek Chalupa, Olivier Fourdan, Carlos Garnacho, Rui Matos, Florian Müllner
|
||||
|
||||
Translations:
|
||||
Kjartan Maraas [nb], Muhammet Kara [tr], Andika Triwidada [id]
|
||||
|
||||
3.20.2
|
||||
======
|
||||
* Notify clients of pending modifier state changes [Rui; #748526]
|
||||
|
@ -2,7 +2,7 @@ AC_PREREQ(2.62)
|
||||
|
||||
m4_define([mutter_major_version], [3])
|
||||
m4_define([mutter_minor_version], [20])
|
||||
m4_define([mutter_micro_version], [2])
|
||||
m4_define([mutter_micro_version], [3])
|
||||
|
||||
m4_define([mutter_version],
|
||||
[mutter_major_version.mutter_minor_version.mutter_micro_version])
|
||||
|
Loading…
x
Reference in New Issue
Block a user