summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-05-14 15:37:43 -0500
committerMike Gorse <mgorse@suse.com>2012-05-14 15:37:43 -0500
commitf67131b58b72ab0b7c1de1bbe6d67d44bc88432f (patch)
tree07fa8ba028a2f27b7ebad550af695ce5c3902248
parentdd4fce52b9e43939fd92eaf3905d399d32c64560 (diff)
downloadat-spi2-core-AT_SPI2_CORE_2_4_2.tar.gz
Release v2.4.2AT_SPI2_CORE_2_4_2
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3f60236d..396e1415 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+What's new in at-spi2-core 2.4.2:
+
+* Fix typo in atspi_document_get_attribute_value
+
+* Fix for bug 675004 - object:state-changed:defunct events are emitted as object:state-change:defunct
+
+* Fix a potential crash when unsuccessfully querying for a hyperlink.
+
What's new in at-spi2-core 2.4.1:
* Fix a GError set when a method call returns a reply of the wrong type.
diff --git a/configure.ac b/configure.ac
index 550cb11f..e6c8f691 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.4.1], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.4.2], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])