mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 04:22:05 +00:00
Bump version to 3.28.4
Update NEWS.
This commit is contained in:
parent
b838fe8f05
commit
e356424282
27
NEWS
27
NEWS
@ -1,3 +1,30 @@
|
||||
3.28.4
|
||||
======
|
||||
* Don't expose resolutions that are below the minimum [Andrea; #793223]
|
||||
* Fix lock up with some DRI drivers [Alex; #127]
|
||||
* Improve grab-device clock updates on X11 [Jeff; !174]
|
||||
* Prevent clients from modifying the shared keymap [Jonas; #784206]
|
||||
* Fix screen rotation regression [Jonas; #216]
|
||||
* Fix non-lowercase letters on virtual key devices [Carlos; gnome-shell#135]
|
||||
* Send correct button codes from virtual evdev devices [Jonas; !190]
|
||||
* Avoid crash when a cursor is not found [Sebastian; #254]
|
||||
* Improve EGLstream support [Miguel; #2, #782575]
|
||||
* Handle requests to unmanaged windows gracefully [Jonas; #240]
|
||||
* Improve support for proprietary Nvidia driver [Jonas; #790316]
|
||||
* Fix handling of non-UTF8 encodings [Florian; !227]
|
||||
* Consider remapped keys when guessing keycode from keysym [Andrea; #443]
|
||||
* Fix support of extended characters in on-screen keyboard [Andrea; #109]
|
||||
* Various crash fixes [Jonas, Olivier, Florian, Marco; #70, #189, #15,
|
||||
#130, #255, #194, #336, #576]
|
||||
* Misc. bug fixes [Iain, Jonas, Sam, Carlos, Florian, Olivier, Marco; #223,
|
||||
#192, #788834, #782344, !130, #134, #221, #306, #279, #331, !557]
|
||||
|
||||
Contributors:
|
||||
Jonas Ådahl, Andrea Azzarone, Olivier Fourdan, Carlos Garnacho,
|
||||
Sebastian Keller, Iain Lane, Alex Villacís Lasso, Florian Müllner,
|
||||
Bastien Nocera, Aaron Plattner, Jeff Smith, Sam Spilsbury,
|
||||
Marco Trevisan (Treviño), Miguel A. Vico, Daniel van Vugt
|
||||
|
||||
3.28.3
|
||||
======
|
||||
* Handle touch events on server-side titlebars [Carlos; #770185]
|
||||
|
@ -2,7 +2,7 @@ AC_PREREQ(2.62)
|
||||
|
||||
m4_define([mutter_major_version], [3])
|
||||
m4_define([mutter_minor_version], [28])
|
||||
m4_define([mutter_micro_version], [3])
|
||||
m4_define([mutter_micro_version], [4])
|
||||
|
||||
m4_define([mutter_version],
|
||||
[mutter_major_version.mutter_minor_version.mutter_micro_version])
|
||||
|
Loading…
Reference in New Issue
Block a user