[java-atk-wrapper] Release 0.29.1



commit 201572a12f93c8beafd6be0c81db0c3465ff2853
Author: Ke Wang <ke wang sun com>
Date:   Fri Nov 27 17:26:59 2009 +0800

    Release 0.29.1

 NEWS         |    5 +++++
 configure.in |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2f35f99..d527ba4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
 ===============================
+Java ATK Wrapper version 0.29.1
+Important changes:
+	* Added support for at-spi2(at-spi d-bus)
+
+===============================
 Java ATK Wrapper version 0.28.0
 Important changes:
 	* Fixed bug 591792 - Java application tooltips are not accessible to orca screen reader
diff --git a/configure.in b/configure.in
index 666c1e5..42d8e85 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([java-atk-wrapper],[0.28.0])
+AC_INIT([java-atk-wrapper],[0.29.1])
 
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
@@ -10,7 +10,7 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
 
-LIB_ATK_WRAPPER_LT_VERSION=0:8:0
+LIB_ATK_WRAPPER_LT_VERSION=0:9:0
 AC_SUBST(LIB_ATK_WRAPPER_LT_VERSION)
 
 # jni



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]