X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=blobdiff_plain;f=NEWS;h=f3b3a7bf4402f0234cf48c346d495d9b77b5e339;hp=881ed048fc824f19ee0ca55efeefe545406aeb35;hb=0c08002e32226232d7454897eabb6507773227c1;hpb=aa12a16a7064dbf923cb2e92918d4497732d53f7 diff --git a/NEWS b/NEWS index 881ed04..f3b3a7b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +What's new in at-spi2-atk 2.6.0: + +* Fix some crashes in atk_bridge_adaptor_cleanup (BGO#684434). + +* When the cache is activated, register it on the main D-Bus connection. + +What's new in at-spi2-atk 2.5.92: + +* Fix atspi_hyperlink_get_uri (BGO#683182). + +* Only initialize the cache when an AT is running. + +* Fix various memory leaks (BGO#683979, BGO#684077) +What's new in at-spi2-atk 2.5.91: + +* Removed the gtk 3.0 module (BGO#678315). + +What's new in at-spi2-atk 2.5.90: + +* Don't leak a GError when option parsing fails (BGO#679296) + +* Rework some inefficient code when removing clients and events (BGO#679295, + BGO#679297). + What's new in at-spi2-atk 2.5.5: * Implement GetLocalizedName for actions (BGO#680598)