summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-03-27 13:50:14 -0500
committerMike Gorse <mgorse@novell.com>2011-03-27 13:50:14 -0500
commit898f345bebd2b81107a895f9b32a989e123eb1e8 (patch)
treee98c1148b23db4da4d6d925bb8659fb5418d2947
parent79721d8d70992df6d2ed8efe8dfb1ed9c070e10a (diff)
downloadat-spi2-atk-898f345bebd2b81107a895f9b32a989e123eb1e8.tar.gz
Release v1.91.93
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 851fe5a..2fbd458 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in at-spi2-atk 1.91.93:
+
+* Removed dbus-glib-related includes, as they are no longer required.
+
What's new in at-spi2-atk 1.91.92:
* Handle text-insert and text-removed signals from ATK (BGO#638377).
diff --git a/configure.ac b/configure.ac
index 850f3e1..fbc1892 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [1.91.92], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [1.91.93], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0