mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
Bump version to 3.30.2
Update NEWS.
This commit is contained in:
parent
8eabfaaa8b
commit
bcd6103c44
15
NEWS
15
NEWS
@ -1,3 +1,18 @@
|
||||
3.30.2
|
||||
======
|
||||
* Fix handling of non-UTF8 encodings [Florian; !227]
|
||||
* Fix memory leaks introduced in 3.30.1 [Jonas; #653]
|
||||
* Work around hangul text input bug [Carlos; gtk#1365]
|
||||
* Fix crash when restarting window manager [Andrea; gnome-shell#595]
|
||||
* Fix crash on monitor hotplug [Olivier; #189]
|
||||
|
||||
Contributors:
|
||||
Jonas Ådahl, Andrea Azzarone, Olivier Fourdan, Carlos Garnacho,
|
||||
Florian Müllner, Akira Nakajima
|
||||
|
||||
Translators:
|
||||
Dušan Kazik [sk]
|
||||
|
||||
3.30.1
|
||||
======
|
||||
* Improve trackball detection [Tony; #258]
|
||||
|
@ -2,7 +2,7 @@ AC_PREREQ(2.62)
|
||||
|
||||
m4_define([mutter_major_version], [3])
|
||||
m4_define([mutter_minor_version], [30])
|
||||
m4_define([mutter_micro_version], [1])
|
||||
m4_define([mutter_micro_version], [2])
|
||||
|
||||
m4_define([mutter_version],
|
||||
[mutter_major_version.mutter_minor_version.mutter_micro_version])
|
||||
|
Loading…
Reference in New Issue
Block a user