mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
Bump version to 3.3.4
Update NEWS
This commit is contained in:
parent
c0a440b852
commit
33498f6b84
14
NEWS
14
NEWS
@ -1,3 +1,17 @@
|
|||||||
|
3.3.4
|
||||||
|
=====
|
||||||
|
* Adapt to changes in GtkStateFlags [Owen]
|
||||||
|
* Redo properties for applications menu corresponding to GTK+ changes -
|
||||||
|
they are now _GTK_* not DBUS_*. [Ryan]
|
||||||
|
* Fix crash on gnome-shell restart when a modal dialog is open [Owen; #668299]
|
||||||
|
* Code cleanup [Florian; #666039]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Ryan Lortie, Florian Müllner, Owen Taylor
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
Alexander Shopov [bg], Fran Diéguez [gl]
|
||||||
|
|
||||||
3.3.3
|
3.3.3
|
||||||
=====
|
=====
|
||||||
* Add keybindings for tiling to left or right [Florian; #648700]
|
* Add keybindings for tiling to left or right [Florian; #648700]
|
||||||
|
@ -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], [3])
|
m4_define([mutter_minor_version], [3])
|
||||||
m4_define([mutter_micro_version], [3])
|
m4_define([mutter_micro_version], [4])
|
||||||
|
|
||||||
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