summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-12-10 14:20:49 -0600
committerMike Gorse <mgorse@suse.com>2012-12-10 14:20:49 -0600
commit48e83b3cc9ebe4eb05271b5d69f07134b37ed544 (patch)
tree41d53054ced64c19bfe1e4e9dd5f03e5fb2f8741
parent5c5f6cabf5f19bc382bbb99f03dd6309ddf479dd (diff)
downloadat-spi2-core-48e83b3cc9ebe4eb05271b5d69f07134b37ed544.tar.gz
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 83aef901..c9b3c898 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+What's new in at-spi2-core 2.6.3:
+
+* Fix a crash when receiving a malformed event.
+
+* Fix atspi_accessible_get_index_in_parent when the parent is not cached
+
+* Fix crash in atspi_device_listener_new_simple.
+
+* registry: Fix a crash when removing hung processes.
+
+* registry: Fix deregistering of applications.
+
+* registry: Fix crash handling DeregisterKeystrokeListener
+
+* Fix some compiler warnings.
+
What's new in at-spi2-core 2.6.2:
* Don't output a warning when a p2p connection isn't available.
diff --git a/configure.ac b/configure.ac
index e29cf816..5cb8d348 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.6.2], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.6.3], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])