Bump version to 3.8.3

Update NEWS.
This commit is contained in:
Florian Müllner 2013-06-07 20:40:50 +02:00
parent 1ad1357745
commit edfde6221f
2 changed files with 14 additions and 1 deletions

13
NEWS
View File

@ -1,3 +1,16 @@
3.8.3
=====
* Add support for string-array preferences [Florian; #700223]
* Fix shade window action [Stef; #693714]
* Add API to freeze/unfreeze the keyboard [Rui; #697001]
* Grab and emit a signal when XK_ISO_Next_Group is pressed [Rui; #697002]
* Ensure events are always reported to the grab window [Rui; #701219]
* Use new clutter_stage_set_paint_callback() function to prevent dropping
frames with frame synced toolkits [Owen; #698794]
Contributors:
Rui Matos, Florian Müllner, Stef Walter, Owen W. Taylor
3.8.2
=====
* Fix miscellaneous memory leaks [Pavel; #698710]

View File

@ -2,7 +2,7 @@ AC_PREREQ(2.50)
m4_define([mutter_major_version], [3])
m4_define([mutter_minor_version], [8])
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])