From b485ea354dc718f99d37d58959da11e8a7a67ad6 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 15 Aug 2011 16:25:38 -0500 Subject: [PATCH] Release v2.1.5 --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 97f8fa2..b52e704 100644 --- 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 diff --git a/configure.ac b/configure.ac index 060b1ba..18bddf3 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.7.4