diff --git a/at-spi2-core.changes b/at-spi2-core.changes index 93cf39d..0584157 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -3,15 +3,21 @@ Fri Jun 4 20:45:06 UTC 2010 - sshaw@decriptor.com - Update to version 0.3.3: + Add return values to some functions that were missing them. - + Make DeviceEventListener notifiers reentrant so that an application can - query the desktop object while processing a device event. + + Make DeviceEventListener notifiers reentrant so that an + application can query the desktop object while processing a + device event. + Fix for fdo#28300: fails to link with pedantic linkers. + Fix crash if GetChildAtIndex is called with an invalid index. - + Make sure that disconnecting applications send their root path in the - remove applications signal. This was causing applications to not be - removed from the desktop properly. +- Changes from version 0.3.2: + + Make sure that disconnecting applications send their root path + in the remove applications signal. This was causing + applications to not be removed from the desktop properly. +- Changes from version 0.3.1: + Set an application's Id when registering it. + Disabled relocation by default. +- Drop at-spi2-core-non_void.patch: fixed upstream. +- This fixes a crash in firefox when at-spi2 is used, see + bnc#611149. ------------------------------------------------------------------- Wed Mar 31 01:23:13 CEST 2010 - vuntz@opensuse.org