summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-08-15 16:30:32 -0500
committerMike Gorse <mgorse@novell.com>2011-08-15 16:30:32 -0500
commit524e78d6743b9d17f122f233122419728ae6372d (patch)
treef0c2ca763dbe6197b7cfad85ed2efe4fccd32d36
parenta1a316d1ef4167dbca147bc3477ed22305c83743 (diff)
downloadat-spi2-atk-524e78d6743b9d17f122f233122419728ae6372d.tar.gz
Release v2.1.5AT_SPI2_ATK_2_1_5
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 462b524..0249081 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+What's new in at-spi2-atk 2.1.5:
+
+* Use libatspi constants rather than keeping duplicate copies of the
+ constants in at-spi2-atk.
+
+* Fixed some problems when shutting down and restarting the module.
+
What's new in at-spi2-atk 2.1.4:
* Ensure the detail integers are initialized before sending events.
diff --git a/configure.ac b/configure.ac
index 99a8c96..3518873 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.1.4], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [2.1.5], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0