1 What's new in at-spi2-atk 0.3.2:
3 * Some hyperlink fixes.
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.
9 * The cache object has been placed into the org.a11y.atspi namespace.
11 What's new in at-spi2-atk 0.3.1:
13 * Added a gconf schema.
15 * org.freedesktop.DBus.Properties.GetAll now works rather then crashing.
17 * The position, size, and extents of an AtkSocket are now fetched from the
18 corresponding AtkPlug.
20 * An application is no longer registered if its root is an AtkPlug.
22 * Fix BGO#538680 - Count ignored in GetMatchesTo
24 * Fix FDO#27626 - deadlock when registering an application.
26 * Fix a problem with various hyperlink methods.
28 * Fix for an AtkPlug sometimes not appearing in the hierarchy.
30 * Fix a crash if the registry returns an unexpected message while embedding.
32 * Remove libxml2 dependency since libxml2 is no longer used.
34 * Fix handling of MATCH_ANY for a stateset in a collection match rule.
36 * Disabled relocation by default.