Mike Gorse | 26 Jun 2012 01:54
Favicon

ANNOUNCE: AT-SPI 2.5.3 released

AT-SPI 2.5.3 is now available for download at:

http://download.gnome.org/sources/at-spi2-core/2.5/
http://download.gnome.org/sources/at-spi2-atk/2.5/
http://download.gnome.org/sources/pyatspi/2.5/

What is AT-SPI2
===============

AT-SPI2 is a D-Bus based accessibility framework. It defines a D-Bus
protocol for providing and accessing application accessibility
information. The project includes a library for bridging the D-Bus
protocol to the ATK API, allowing Gtk based applications to be made
accessible. It also contains a client (AT) side library in C and a wrapper
for Python.

What's changed in AT-SPI 2.5.3

* [core] Fix a memory leak (BGO#678738)

* [atk] Create a library (libatk-bridge), currently with
   atk_bridge_adaptor_init() and atk_bridge_adaptor_cleanup() functions, to
   facilitate linking directly into, ie GTK+ 3.

* [atk] Only register events at beginning if an AT is listening (BGO#678475).

* [atk] Use XDG_RUNTIME_DIR to hold the socket, rather than a potentially
   insecure directory hard-coded under /tmp (BGO#678348).

* [atk] Fix various compiler warnings and build errors.
(Continue reading)


Gmane