summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2017-03-20 17:47:29 -0500
committerMike Gorse <mgorse@suse.com>2017-03-20 17:47:29 -0500
commitb1953a03dee8728ae0223348b8347489bfd0523f (patch)
tree32f8aa01f4384b42a1c05d558c7e60bded7e4faa
parent1d73f89e799aa755b6d2f97a0c103860cd1afe3c (diff)
downloadat-spi2-atk-b1953a03dee8728ae0223348b8347489bfd0523f.tar.gz
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fece6d3..59cb0b3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+What's new in at-spi2-atk 2.24.0:
+
+* test: remove atk_table_cell_get_column_index test, as the
+ at-spi2-core function no longer exists (and never worked anyhow).
+
What's new in at-spi2-atk 2.22.0:
* Remove some inadverrtently-committed debugging code.
diff --git a/configure.ac b/configure.ac
index 148a8ca..1258f7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.22.0], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [2.24.0], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0