X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=b29c2ad2db9342bcaf8a4fb997b230a3e12cbb1f;hb=b883abee1c9f1c1a2b9d8fd1b8b3426ae606c28b;hp=cacfffd82477b67b5f278fbba4dbe5d67c563388;hpb=ca34b31733ae3296b9a371a8e937e14bf774d982;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/NEWS b/NEWS index cacfffd..b29c2ad 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +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.