X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=NEWS;h=fbc7d4d864a56c5c7f0e338773388abe274ad9f7;hb=108af9da8515f6e11b39ee21f1b231c462b35fe1;hp=261aaa029b06baea1c576043d61b96bca91e7a5d;hpb=d7373e83c38ad65c53018022defbed415abb0ffb;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/NEWS b/NEWS index 261aaa0..fbc7d4d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,58 @@ +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.