What's new in at-spi2-core 2.61.0: * Add atspi_set_g_main_loop_reentrancy. If this is enabled, then libatspi will use a GMainLoop when waiting for replies from DBus calls. This is off by default but can be enabled in cases where reentrancy is needed. * at-spi-bus-launcher: Rework the way org.a11y.Status.IsEnabled is handled. At-spi-bus-launcher now listens for ATs registering events and assumes that accessibility is enabled if events are registered, rather than relying on the value of a gsettings key. * meson: Build dbind with -DG_LOG_DOMAIN=atspi. * libatspi: Disable direct DBus connections if ATSPI_DISABLE_P2P is set. * Do not call GetItems if ATSPI_NO_CACHE is set. What's new in at-spi2-core 2.60.5: * Fix a possible crash in atk_bridge_adaptor_cleanup. * Attempt to fix event listeners still being wrongly deregistered in some cases.