X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=NEWS;h=0dd86dcf50af00fa432fd0749df81985efe8735a;hb=refs%2Fchanges%2F87%2F198387%2F2;hp=38269fd09f857e7ec0f28cd13be20767d17de4ba;hpb=2e8b427f4baaa5c000f677b36808c4be13e5fa91;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/NEWS b/NEWS index 38269fd..0dd86dc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,134 @@ +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. + +What's new in at-spi2-core 2.25.90: + +* Fix a couple of introspection issues (bgo#784481). + +* atspi_get_a11_bus: don't leak the DBusConnection. + +* Meson fixes. + +What's new in at-spi2-core 2.25.4: + +* Fix gir generation with autotools (bgo#783994). + +What's new in at-spi2-core 2.25.3: + +* Fix -Wmisleading-indentation warnings. + +* Fix memory leak of at-spi-bus-launcher. + +* Add error-message, error-for, details, and details-for relation types. + +* Poll direct dbus connections in the main loop--fixes processes + being marked hung and the hung flag never being removed. + +* Add Meson build system (thanks to Emmanuele Bassi). + +* Various build fixes (thanks to Emmanuele Bassi). + +What's new in at-spi2-core 2.25.2: + +* attempt to fix an occasional crash when an application disappears + (bgo#767074). + +* Add some missing roles to correspond with atk (description list, + description term, description value, and footnote). + +What's new in at-spi2-core 2.25.1: + +* atspi_table_cell_get_position: don't crash on error. + +What's new in at-spi2-core 2.23.92: + +* Table cell API fixes (bgo#779835). + +What's new in at-spi2-core 2.23.90: + +* Fix an occasional crash when an application is closed (bgo#767074). + +What's new in at-spi2-core 2.23.4: + +* Don't pull in X headers if x11 is disabled (bgo#773710). + +* at-spi-bus-launcher: session management fixes (bgo#774441). + + +* events: add recently added page changed event (bgo#719898). + +* roles: EXTENDED roles are deprecated (bgo#W720123). + + +What's new in at-spi2-core 2.2.0: + +* at-spi-bus-launcher: fix uninitialized variable. + +* Fix return value error in session_manager_connect (bgo#768881). + +* Updated translations. + +What's new in at-spi2-core 2.21.4: + +* Fixed a crash in atspi_accessible_clear_cache. + +* Fixed a crash caused by at-spi2-registryd dying. + +* Fixed some session management issues in at-spi-bus-launcher. + What's new in at-spi2-core 2.21.2: * Allow building without Xtst, Xi with --disable-x11