mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
Bump version to 3.17.1
Update NEWS.
This commit is contained in:
parent
d478d8f143
commit
cff5ef0ec2
13
NEWS
13
NEWS
@ -1,3 +1,16 @@
|
|||||||
|
3.17.1
|
||||||
|
======
|
||||||
|
* Add public method to get neighboring monitor [Florian; #633994]
|
||||||
|
* Apply the right settings to the right input devices [Carlos; #747886]
|
||||||
|
* Fix scroll button setting [Ondrej; #747967]
|
||||||
|
* Add support for modal hint on wayland [Jonas; #745720]
|
||||||
|
* Don't reset idle time for non-hardware events [Rui; #748541]
|
||||||
|
* Misc. bug fixes [Ray, Rui; #748380, #748478]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Jonas Ådahl, Carlos Garnacho, Ondrej Holy, Rui Matos, Florian Müllner,
|
||||||
|
Jasper St. Pierre, Ray Strode, Tomeu Vizoso
|
||||||
|
|
||||||
3.16.1
|
3.16.1
|
||||||
======
|
======
|
||||||
* Add function to refresh all background instances [Rui; #739178]
|
* Add function to refresh all background instances [Rui; #739178]
|
||||||
|
@ -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], [16])
|
m4_define([mutter_minor_version], [17])
|
||||||
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