summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-08-06 15:53:38 -0500
committerMike Gorse <mgorse@suse.com>2012-08-06 15:53:38 -0500
commitc5ce697fb57bbdab54bd03fec93b002828191634 (patch)
tree8b69051c3b4cc96c9d2dce3864e617d828f7dea4
parent677698ee880b5583609988577c336c1ddb2ac9d1 (diff)
downloadat-spi2-core-AT_SPI2_CORE_2_5_5.tar.gz
Release v2.5.5AT_SPI2_CORE_2_5_5
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 14931e82..9baa72a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+What's new in at-spi2-core 2.5.5:
+
+* Add atspi_action_get_localized_name (BGO#680598).
+
+* Allow building from out of source directory (BGO#680281)
+
What's new in at-spi2-core 2.5.4:
* Fix a missing return value.
diff --git a/configure.ac b/configure.ac
index 2624a24f..38cc263e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.5.4], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.5.5], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])