update introspection.[ch]
[platform/core/uifw/at-spi2-atk.git] / NEWS
diff --git a/NEWS b/NEWS
index 8b111a4..68f82be 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+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.
+
+* Do not block waiting for a response when registering.
+
+What's new in at-spi2-atk 0.3.5:
+
+* Have a socket retrieve its state set from its embedded plug
+
+* Rename AT_SPI_CLIENT to AT_SPI_REENTER_G_MAIN_LOOP, but still check the
+former variable as well for now.
+
 What's new in at-spi2-atk 0.3.4:
 
 * Ref an object while adding it to the message generated by GetItems.