summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2014-03-17 17:14:59 -0500
committerMike Gorse <mgorse@suse.com>2014-03-17 17:14:59 -0500
commit69658a3810c72a76e4613b6d91efb982242a12c1 (patch)
tree46fe8567bc4061756173d1444b1aabc6ea36b706
parent327bf95ed1ab5c2380033de6e291995a518dc510 (diff)
downloadat-spi2-core-69658a3810c72a76e4613b6d91efb982242a12c1.tar.gz
Release v2.11.92AT_SPI2_CORE_2_11_92
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c9cb7d21..3892175c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+What's new in at-spi2-core 2.11.92:
+
+* Fix a crash with MediaElch and Onboard (bgo#726243).
+
+* Various i18n updates.
+
What's new in at-spi2-core 2.11.91:
* Improve compatibility with at-spi2-registryd <= 3.10.
diff --git a/configure.ac b/configure.ac
index 2742662c..86476971 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.11.91], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.11.92], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])