X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=NEWS;h=f18af9ab12748fa2d22bd191671643ed5e74d691;hb=970af5587f5e247cc4991f0c2679aa0e7dbda874;hp=96750d3bf4bb5ca18d118bd949e43e9c02537e62;hpb=01a9e8cf421b7d988bb1549288bf99ba2c317726;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/NEWS b/NEWS index 96750d3..f18af9a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,120 @@ +What's new in at-spi2-core 2.34.0: + +* Fix a use after free when freeing an event. +* Clean up handling of the X11 property specifying the bus address (#18). +* Update doap. + +What's new in at-spi2-core 2.33.92: + +* Now requires meson 0.50.0. +* License is now LGPL-2.1+. +* Meson: only link to libdl when it is necessary. +* Update installation instructions. +* Clarify atspi_editable_text_insert_text documentation. +* Do not warn on no reply from pending get_items call. +* Eliminate some superfluous runtime warnings. + +What's new in at-spi2-core 2.33.90: + +* Refactor the API for the screen reader to notify listeners of its status. + +* Add a sender to the AtspiEvent struct. + +* Add missing atspi_application_get_type prototype. + +* Support mutter remote desktop interface for synthesizing keyboard/mouse + events (likely still needs work). + +What's new in at-spi2-core 2.33.2: + +* Check WAYLAND_DISPLAY, rather than XDG_SESSION_TYPE, to avoid X + connections. Fixes breakage if X is started with startx and + XDG_SESSION_TYPE is unset. + +* X11: also try mod4 and mod5 to generate keysyms. + +* Add ATSPI_ROLE_CONTENT_DELETION and ATSPI_ROLE_CONTENT_INSERTION. + +* Check for dbus-daemon in /usr/lib (for Solaris). + +What's new in at-spi2-core 2.33.1: + +* Fix meson build for meson 0.50.0. + +* Add atspi_accessible_get_accessible_id. + +* Add atspi_text_notify_reading_position. + +* Check for an actual X11 session before calling X. This will be needed + for Mutter in the future because checking $DISPLAY is not sufficient, + and xwyland could be automatically started when it isn't wanted. + +What's new in at-spi2-core 2.31.92: + +* Fix atspi_table_cell_get_(row_column)_header_cells. + +* Update documentation to indicate that extents are only meaningful + when an object has both STATE_VISIBLE and STATE_SHOWING. + +* Use a consistent style for the meson options. + +* Fix a compiler warning on BSD. + + +* Add ScrollSubstringTo and ScrollSubstringToPoint text interfaces. + +What's new in at-spi2-core 2.31.1: + +* Bus launcher: fix an issue where the error wasn't cleared on failure. + +* Add support for locking/unlocking modifiers. + +* Update error log text for consistency. + +* Documentation clean-ups. + +What's new in at-spi2-core 2.29.1: + +* Add dbus-broker support to bus launcher. + +* Add ScrollTo and ScrollToPoint component interfaces. + +* Do not use deprecated GSettings API + +* Fix various compiler warnings and documentation annotations. + +What's new in at-spi2-core 2.27.92: + +* Support building a static library (bgo#793652). +\ +* Fix build on FreeBSD (bgo#791608). + +What's new in at-spi2-core 2.27.1: + +* Dropped autotools support. + +* documentation: Remove list association from + ATSPI_ROLE_DESCRIPTION_{TERM,VALUE} (bgo#791021). + +* Fix a potential buffer overflow in at-spi-bus-launcher (bgo#791124). + +* Make the build reproducible (bgo#791167). + +What's new in at-spi2-core 2.26.1: + +* Remove unused dependency on libxkbcommon. + +* Various meson build fixes. + +* Updated Dutch and Catalan translations. + +What's new in at-spi2-core 2.25.92: + +* configure.ac: make xkb optional, as intended. + +* Optionally read the bus address from the ATSPI_BUS_ADDRESS environment + variable (bgo#787126). + What's new in at-spi2-core 2.25.91: * Meson builds should now be usable.