summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-09-05 17:58:49 -0500
committerMike Gorse <mgorse@novell.com>2011-09-05 18:00:04 -0500
commitbd86c42036c9febf2e569160d69cca86a015416c (patch)
tree4a80e50b0b82cecbdf2ab4f49c595c9c0baf3c54
parentc5634623980e65cbe3980d8b27f97e0341484c9c (diff)
downloadat-spi2-core-AT_SPI2_CORE_2_1_91.tar.gz
Release v2.1.91AT_SPI2_CORE_2_1_91
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 78200a80..bb3699d9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+What's new in at-spi2-core 2.1.91:
+
+* Fixed a crash when deregistering event listeners.
+
+* Made DBus IsEnabled property readwrite.
+
What's new in at-spi2-core 2.1.90:
* Fixed a memory leak on DBus errors.
diff --git a/configure.ac b/configure.ac
index 614c69c4..91b94320 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.1.90], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.1.91], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])