[java-atk-wrapper] Release 0.27.8



commit 81d7377ea49570d3ca9626ddd863775fca0b2426
Author: Ke Wang <ke wang sun com>
Date:   Fri Aug 28 14:20:17 2009 +0800

    Release 0.27.8

 NEWS         |   10 ++++++++++
 configure.in |    4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 098c5d0..1721f8f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Java ATK Wrapper version 0.27.8
+===============================
+Important changes:
+	* Fixed 592987 - Java Combobox is not accessible
+	* Fixed 593130 - JTree is not accessible to at-tools
+	* Fixed 593258 - Table cell accessing issue
+	* Fixed 593131 - Java application hangs when exiting from exit menuitem with orca running
+	* Fixed 593250 - Alt+F4 sometime leads to application hang
+	* Fixed 593261 - Slider bar can not be controled by gok
+
 Java ATK Wrapper version 0.27.7
 ===============================
 Important changes:
diff --git a/configure.in b/configure.in
index 8795293..3adc7d2 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([java-atk-wrapper],[0.27.7])
+AC_INIT([java-atk-wrapper],[0.27.8])
 
 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:6:0
+LIB_ATK_WRAPPER_LT_VERSION=0:7:0
 AC_SUBST(LIB_ATK_WRAPPER_LT_VERSION)
 
 # jni



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