X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=d202b8f97b8c36564064ca03b68394f2c14abba9;hb=a16f5306aab7f9d5a8e0fe32fb75deddba175341;hp=b7c3cbe74624e616f2bd767130a4518498d8ac31;hpb=98d63d9d8396e292de3006c70e1c688b86681adf;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/NEWS b/NEWS index b7c3cbe..d202b8f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,43 @@ +What's new in at-spi2-atk 1.91.3: + +* Attributes in a collection match rule are now expected to be sent as a + dictionary. + +What's new in at-spi2-atk 1.91.2: + +* FIxed BGO#563546: Removed the g_atexit hook. + +What's new in at-spi2-atk 1.91.1: + + * Fire all events until we receive a reply from GetRegisteredEvents + +What's new in at-spi2-atk 1.91.0: + +* --disable-relocate is the default again. + +What's new in at-spi2-atk 0.3.92: + +* Have value methods return 0 on failure rather than fail, as in original pyatspi + +What's new in at-spi2-atk 0.3.91.1: + +* Fi a build error introduced in 0.3.91. + +What's new in at-spi2-atk 0.3.91: + +* Default to --enable-relocate for now. + +* Fix for FDO#29880: gtk module can't handle reloading. + +What's new in at-spi2-atk 0.3.90: + +* FDO#29365: Stop using a deprecated glib function. + +* Caching fixes--GetItems was completely broken in v0.3.6, and fixed a +possible crash when it is called. + +* Only emit signals when AT-SPI clients are listening for them. + What's new in at-spi2-atk 0.3.6: * Fixed a problem with dbus introspection.