X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=blobdiff_plain;f=NEWS;h=8e1e8342e5353c61c6558bd2194f91dc426199a7;hp=d0a944354cd202b99ed0e1bcbc4b2f677e477376;hb=4a95bdda0d2113767c7d4665727edef2ca45ef68;hpb=75b86053aa401d2fa7eb54b08751e0f512dc553e diff --git a/NEWS b/NEWS index d0a9443..8e1e834 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,32 @@ +What's new in at-spi2-atk 2.5.3: + +* Create a library (libatk-bridge), currently with atk_bridge_adaptor_init() + and atk_bridge_adaptor_cleanup() functions, to facilitate linking directly + into, ie GTK+ 3. + +* Only register events at beginning if an AT is listening (BGO#678475). + +* Use XDG_RUNTIME_DIR to hold the socket, rather than a potentially secure + directory hard-coded under /tmp (BGO#678348). + +* Fix various compiler warnings and build errors. + +What's new in at-spi2-atk 2.5.2: + +* Fix for bug 677211 - The collection interface's MATCH_ANY fails for states + +What's new in at-spi2-atk 2.5.1: + +* Updated Norwegian Nynorsk translation + +What's new in at-spi2-atk 2.4.0: + +* Updated Hindi translation. + +What's new in at-spi2-atk 2.3.92: + +* Add Khmer and Malayalam translations. + What's new in at-spi2-atk 2.3.91: * Have GetIndexInParent() return a signed int, per the spec.