mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
Bump version to 3.6.3
Update NEWS.
This commit is contained in:
parent
5ad3260bb8
commit
8adc8c3898
13
NEWS
13
NEWS
@ -1,3 +1,16 @@
|
||||
3.6.3
|
||||
=====
|
||||
* Fix maximized windows jumping between monitors [Alban; #556696]
|
||||
* Fix windows turning black when redirected again [Adel; #693042]
|
||||
|
||||
Contributors:
|
||||
Alban Crequy, Adel Gadllah
|
||||
|
||||
Translations:
|
||||
Runa Bhattacharjee [bn_IN], Rajesh Ranjan [hi], Krishnababu Krothapalli [te],
|
||||
ManojKumar Giri [or], Dr.T.Vasudevan [ta], Shankar Prasad [kn],
|
||||
Rafael Ferreira [pt_BR]
|
||||
|
||||
3.6.2
|
||||
=====
|
||||
* Only process keyboard mapping events for the core X keyboard [Rui; #674859]
|
||||
|
@ -2,7 +2,7 @@ AC_PREREQ(2.50)
|
||||
|
||||
m4_define([mutter_major_version], [3])
|
||||
m4_define([mutter_minor_version], [6])
|
||||
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…
Reference in New Issue
Block a user