Release v0.3.3
[platform/upstream/at-spi2-core.git] / NEWS
1 What's new in at-spi2-core 0.3.3:
2
3 * Add return values to some functions that were missing them.
4
5 * Make DeviceEventListener notifiers reentrant so that an application can
6 query the desktop object while processing a device event.
7
8 * Fix for FDO#28300: fails to link with pedantic linkers.
9
10 * Fix crash if GetChildAtIndex is called with an invalid index.
11
12 What's new in at-spi2-core 0.3.2:
13
14 * Make sure that disconnecting applications send their root path in the
15 remove applications signal. This was causing applications to not be
16 removed from the desktop properly.
17
18 What's new in at-spi2-core 0.3.1:
19
20 * Set an application's Id when registering it.
21
22 * Disabled relocation by default.