Release v2.0.1
[platform/core/uifw/at-spi2-atk.git] / NEWS
diff --git a/NEWS b/NEWS
index cacfffd..b29c2ad 100644 (file)
--- 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.