From 25232bd8f8fd683903c13e59290fb6c287154714 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Tue, 5 Jun 2012 20:32:39 -0500 Subject: [PATCH] Release v2.5.2 --- NEWS | 4 ++++ autogen.sh | 0 configure.ac | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) mode change 100644 => 100755 autogen.sh diff --git a/NEWS b/NEWS index 5016ce9..4da341f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +What's new in at-spi2-atk 2.5.2: + +* Fix for bug 677211 - The collection interface's MATCH_ANY fails for states + What's new in at-spi2-atk 2.5.1: * Updated Norwegian Nynorsk translation diff --git a/autogen.sh b/autogen.sh old mode 100644 new mode 100755 diff --git a/configure.ac b/configure.ac index 5e025f8..871644f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-atk], [2.5.1], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-atk], [2.5.2], [accessibility-atspi@lists.linux-foundation.org]) AC_CONFIG_AUX_DIR(config) AT_SPI_ATK_MAJOR_VERSION=0 -- 2.7.4