Update news and bump version
[platform/core/uifw/at-spi2-atk.git] / NEWS
1 What's new in at-spi2-atk 0.3.2:
2
3 * Some hyperlink fixes.
4
5 * Cache additions are now done in an idle call.  This prevents additions
6 from being made when an object may not be fully initialized and prevents
7 Firefox 3.6 from crashing.
8
9 * The cache object has been placed into the org.a11y.atspi namespace.
10
11 What's new in at-spi2-atk 0.3.1:
12
13 * Added a gconf schema.
14
15 * org.freedesktop.DBus.Properties.GetAll now works rather then crashing.
16
17 * The position, size, and extents of an AtkSocket are now fetched from the
18 corresponding AtkPlug.
19
20 * An application is no longer registered if its root is an AtkPlug.
21
22 * Fix BGO#538680 - Count ignored in GetMatchesTo
23
24 * Fix FDO#27626 - deadlock when registering an application.
25
26 * Fix a problem with various hyperlink methods.
27
28 * Fix for an AtkPlug sometimes not appearing in the hierarchy.
29
30 * Fix a crash if the registry returns an unexpected message while embedding.
31
32 * Remove libxml2 dependency since libxml2 is no longer used.
33
34 * Fix handling of MATCH_ANY for a stateset in a collection match rule.
35
36 * Disabled relocation by default.