mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
Release Clutter 1.12.0
This commit is contained in:
parent
65bedbe42c
commit
075aa21b3a
31
NEWS
31
NEWS
@ -1,3 +1,34 @@
|
||||
Clutter 1.12.0 2012-09-24
|
||||
===============================================================================
|
||||
|
||||
• List of changes since Clutter 1.11.16
|
||||
|
||||
- Fix the device tracking for core X11 pointers
|
||||
If a master input device can emit both touch and pointer events we end up
|
||||
in an inconsistent state; we should account for this case when tracking
|
||||
the stage that contains the events of each input device.
|
||||
|
||||
- Respect text direction in BinLayout
|
||||
The text direction of the children of an actor using the BinLayout layout
|
||||
manager should be taken into account, both when using the Actor's align
|
||||
flags and when using the legacy BinAlignment flags.
|
||||
|
||||
- Translations updates
|
||||
Hindi, Telugu, Catalan, Malayalam, Japanese, Bulgarian, Kannada.
|
||||
|
||||
• List of bugs fixed since Clutter 1.11.16
|
||||
|
||||
#684214 - messageTray: Fix summary position in RTL locales
|
||||
#684552 - Track coordinates and device ids in test-events
|
||||
#684530 - Print device number in debug messages from input-device
|
||||
#684509 - Mouse events lost after touch event from virtual core pointer
|
||||
|
||||
Many thanks to:
|
||||
|
||||
Emanuele Aina, Emmanuele Bassi, Alexander Shopov, Ani Peter,
|
||||
Carles Ferrando, Chandan Kumar, Gil Forcada, Krishnababu Krothapalli,
|
||||
Nishio Futoshi, Shankar Prasad.
|
||||
|
||||
Clutter 1.11.16 2012-09-17
|
||||
===============================================================================
|
||||
|
||||
|
@ -9,8 +9,8 @@
|
||||
# - increase clutter_micro_version to the next odd number
|
||||
# - increase clutter_interface_version to the next odd number
|
||||
m4_define([clutter_major_version], [1])
|
||||
m4_define([clutter_minor_version], [11])
|
||||
m4_define([clutter_micro_version], [17])
|
||||
m4_define([clutter_minor_version], [12])
|
||||
m4_define([clutter_micro_version], [0])
|
||||
|
||||
# • for stable releases: increase the interface age by 1 for each release;
|
||||
# if the API changes, set to 0. interface_age and binary_age are used to
|
||||
|
Loading…
Reference in New Issue
Block a user