Release v2.1.5 AT_SPI2_CORE_2_1_5
authorMike Gorse <mgorse@novell.com>
Mon, 15 Aug 2011 21:25:38 +0000 (16:25 -0500)
committerMike Gorse <mgorse@novell.com>
Mon, 15 Aug 2011 21:25:38 +0000 (16:25 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 97f8fa2..b52e704 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+What's new in at-spi2-core 2.1.5:
+
+* Propertly free DBus error in atspi_accessible_get_process_id.
+
+* Clean up names of some private functions.
+
+* Move DBus interface name constants into atspi-constants.h and make public.
+
+* Remove support for relocated CORBA.
+
+* Fix for BGO#655127: Avoid Python crash for atspi_accessible_get_relation_set.
+
 What's new in at-spi2-core 2.1.4:
 
 * Some API changes to device and event listeners for compatibility with
index 060b1ba..18bddf3 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.1.4], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.1.5], [accessibility-atspi@lists.linux-foundation.org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])