mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
Bump version to 3.0.1
Update NEWS
This commit is contained in:
parent
3543782f39
commit
5eb8aa655b
19
NEWS
19
NEWS
@ -1,3 +1,22 @@
|
|||||||
|
3.0.1
|
||||||
|
=====
|
||||||
|
|
||||||
|
* If WM_CLIENT_MACHINE isn't set, don't assume a window is remote;
|
||||||
|
fixes behavior of Fox toolkit applications under GNOME Shell.
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=647662 [Colin]
|
||||||
|
* Fix cases where windows could get stuck drawing as focused after
|
||||||
|
an attached modal dialog was closed. [Dan]
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=647613
|
||||||
|
* Fix a bug where a window that is too big to be tiled side-by-side
|
||||||
|
would behave strangely when using the gesture of dragging to
|
||||||
|
the top to maximize. [Florian]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Florian Müllner, Colin Walters, Dan Winship
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
Amitakhya Phukan [as], Kristjan Schmidt [eo], Muhammet Kara [tr]
|
||||||
|
|
||||||
3.0.0
|
3.0.0
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ AC_PREREQ(2.50)
|
|||||||
|
|
||||||
m4_define([mutter_major_version], [3])
|
m4_define([mutter_major_version], [3])
|
||||||
m4_define([mutter_minor_version], [0])
|
m4_define([mutter_minor_version], [0])
|
||||||
m4_define([mutter_micro_version], [0])
|
m4_define([mutter_micro_version], [1])
|
||||||
|
|
||||||
m4_define([mutter_version],
|
m4_define([mutter_version],
|
||||||
[mutter_major_version.mutter_minor_version.mutter_micro_version])
|
[mutter_major_version.mutter_minor_version.mutter_micro_version])
|
||||||
|
Loading…
Reference in New Issue
Block a user