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