Bump version to 3.34.6
Update NEWS.
This commit is contained in:
parent
129d134704
commit
48ffbb5824
14
NEWS
14
NEWS
@ -1,3 +1,17 @@
|
||||
3.34.6
|
||||
======
|
||||
* Fix various clipboard issues [Carlos; !1198, !1203, !1204, !1186, !1206]
|
||||
* Fix locate-pointer feature interfering with keybindings [Carlos; !1014]
|
||||
* Fix overview key on X11 when using multiple keyboard layouts [Olivier; !1219]
|
||||
* Preserve keyboard state on VT switch [Olivier; !1185]
|
||||
* Fixed crashes [Florian; #1083]
|
||||
* Plugged memory leaks [Sebastian; !1001]
|
||||
* Misc. bug fixes and cleanups [Pekka, Laurent; !1209, #1074]
|
||||
|
||||
Contributors:
|
||||
Laurent Bigonville, Olivier Fourdan, Carlos Garnacho, Sebastian Keller,
|
||||
Florian Müllner, Pekka Paalanen
|
||||
|
||||
3.34.5
|
||||
======
|
||||
* Fix visibility of initially hidden windows [Jonas; !1066]
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('mutter', 'c',
|
||||
version: '3.34.5',
|
||||
version: '3.34.6',
|
||||
meson_version: '>= 0.50.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user