mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
Bump version to 3.33.1
Update NEWS.
This commit is contained in:
parent
706c5a7565
commit
329c4bc5b3
25
NEWS
25
NEWS
@ -1,3 +1,28 @@
|
|||||||
|
3.33.1
|
||||||
|
======
|
||||||
|
* Remove unused APIs and outdated driver support
|
||||||
|
[Adam; !481, !468, !489, !487, !546]
|
||||||
|
* Enable EGL_IMG_context_priority [Adam; !454]
|
||||||
|
* Disable mouse keys with Numlock on [Olivier; #530]
|
||||||
|
* Fix crash when restarting on X11 [Marco; #576]
|
||||||
|
* Implement clipboard manager [Carlos; !320]
|
||||||
|
* Fix spurious idle signals that prevent session unblank [Jonas Å.; !543]
|
||||||
|
* Fix mapping of touchscreens that don't report dimensions [Carlos; #581]
|
||||||
|
* Fix propagating fractional scaling factor [Robert; !537]
|
||||||
|
* Add experimental RT scheduling support [Carlos; !460]
|
||||||
|
* Misc. bug fixes and cleanups [Robert, Carlos, Olivier, Ray, Marco, Jonas D.,
|
||||||
|
Georges, Daniel V., Daniel M; !467, !504, !551, !552, #575, #556, !557, !442,
|
||||||
|
!562, !535, !548, #586, !567, !396, !422, !507]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Jonas Ådahl, Piotr Drąg, Jonas Dreßler, Olivier Fourdan, Carlos Garnacho,
|
||||||
|
Adam Jackson, Robert Mader, Daniel García Moreno, Florian Müllner,
|
||||||
|
Georges Basile Stavracas Neto, Ray Strode, Marco Trevisan (Treviño),
|
||||||
|
Daniel van Vugt
|
||||||
|
|
||||||
|
Translators:
|
||||||
|
Daniel Mustieles [es], Fabio Tomat [fur], Kukuh Syafaat [id]
|
||||||
|
|
||||||
3.32.1
|
3.32.1
|
||||||
======
|
======
|
||||||
* Fix fallback app menu on wayland [Florian; #493]
|
* Fix fallback app menu on wayland [Florian; #493]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('mutter', 'c',
|
project('mutter', 'c',
|
||||||
version: '3.32.1',
|
version: '3.33.1',
|
||||||
meson_version: '>= 0.48.0',
|
meson_version: '>= 0.48.0',
|
||||||
license: 'GPLv2+'
|
license: 'GPLv2+'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user