summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@linux-l2tz.site>2011-05-09 15:55:28 +0200
committerMike Gorse <mgorse@linux-l2tz.site>2011-05-09 15:55:28 +0200
commita97f76c0e6fd75d262c22831d75e833a1e2b2aea (patch)
tree1e54b4c3a49e522a5042412b88b4dae895befa03
parent112afd0b8d8404b7b74549eae867f5f4f8276289 (diff)
downloadat-spi2-core-a97f76c0e6fd75d262c22831d75e833a1e2b2aea.tar.gz
Release v2.1.1AT_SPI2_CORE_2_1_1
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1704e103..eab19f79 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+What's new in at-spi2-core 2.1.1:
+
+* Fixed a seg fault in at-spi-bus-launcher when ending a session (BGO#648942).
+
+* Fixed a possible crash when an application is short-lived.
+
+* FIxed memory leaks in atspi_accessible_get_toolkit_(name|version).
+
+* AT-SPI will now call g_error if it is unable to find the accessibility bus.
+ This results in aborting but with a somewhat less cryptic error than before.
+
What's new in at-spi2-core 2.0.1:
* Fix a memory leak when sending events.
diff --git a/configure.ac b/configure.ac
index bcc7a235..9e920c6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.0.1], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.1.1], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])