Accepting request 41711 from home:vuntz:branches:GNOME:Factory

Copy from home:vuntz:branches:GNOME:Factory/at-spi2-core via accept of submit request 41711 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/41711
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=25
This commit is contained in:
Vincent Untz 2010-06-18 11:21:52 +00:00 committed by Git OBS Bridge
parent 48f0b72f08
commit fdf3e135fa

View File

@ -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