AT-SPI 2.1.5 is now available for download at: http://download.gnome.org/sources/at-spi2-core/2.1/ http://download.gnome.org/sources/at-spi2-atk/2.1/ http://download.gnome.org/sources/pyatspi/2.1/
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.1.5 =============================== * [core] Propertly free DBus error in atspi_accessible_get_process_id. * [core] Clean up names of some private functions. * [core] Move DBus interface name constants into atspi-constants.h and make public. * [core/pyatspi] Remove support for relocated CORBA. * [core] Fix for BGO#655127: Avoid Python crash for atspi_accessible_get_relation_set. * [atk] Use libatspi constants rather than keeping duplicate copies of the constants in at-spi2-atk. * [atk] Fixed some problems when shutting down and restarting the module. Where can I get more information about AT-SPI2 ============================================== The project wiki is available at: http://www.a11y.org/d-bus How can I contribute to AT-SPI2? ================================ We need help testing with Gnome accessibility technologies, improving performance, and generally tying up loose ends. The above-referenced page contains a list of known issues that should be fixed. IRC : #a11y on Gimpnet E-Mail: [email protected] Development repositories can be found at: git://git.gnome.org/pyatspi2 git://git.gnome.org/at-spi2-core git://git.gnome.org/at-spi2-atk _______________________________________________ gnome-accessibility-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel
