Release v2.3.1 AT_SPI2_CORE_2_3_1
authorMike Gorse <mgorse@novell.com>
Tue, 25 Oct 2011 17:20:03 +0000 (12:20 -0500)
committerMike Gorse <mgorse@novell.com>
Tue, 25 Oct 2011 17:20:03 +0000 (12:20 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 2d83e51..fd29f88 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+What's new in at-spi2-core 2.3.1:
+
+* Fix return type of org.a11y.Bus.IsEnabled property
+    
+* Declare void functions as such
+
 What's new in at-spi2-core 2.2.1:
 
 * Fix org.a11y.Bus.Enabled property to set its initial state from the
index 57ad668..829adef 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.2.1], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.3.1], [accessibility-atspi@lists.linux-foundation.org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])