X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=NEWS;h=b29c2ad2db9342bcaf8a4fb997b230a3e12cbb1f;hb=c72a4b4b0330733b2c2e0ed768d76ff85cd31500;hp=a85ce62453e54cefcf7cb97e3e2c014da3f2a2c3;hpb=1f6379c7b0038800c0b163cc2ce66d9a0f37afa1;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/NEWS b/NEWS index a85ce62..b29c2ad 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +What's new in at-spi2-atk 2.0.1: + +* Fix a memory leak in impl_GetText + +What's new in at-spi2-atk 1.91.93: + +* Removed dbus-glib-related includes, as they are no longer required. + +What's new in at-spi2-atk 1.91.92: + +* Handle text-insert and text-removed signals from ATK (BGO#638377). + +* Use the new dbus errors when compiled against a version of libdbus that + defines them. + +* Use libatspi to get the accessibility bus and handle main loop integration. + This fixes a crash with some builds of Firefox (FDO#35115). + Note that this adds a dependency on libatspi. + +* Fix accessibility of applications running as root on Linux. + +What's new in at-spi2-atk 1.91.91: + +* Fix some missing prototypes. + +* Do not exit if the accessibility bus disconnects. + What's new in at-spi2-atk 1.91.90: * Fix for BGO#641338: Avoid crashing when unable to listen for p2p connections.