[java-atk-wrapper/gnome-2-28] Release 0.28.1



commit 8f52c13f8791bf8e0834188b27cbe0563f0b7ead
Author: Ke Wang <ke wang sun com>
Date:   Thu Jan 14 23:25:50 2010 +0800

    Release 0.28.1

 NEWS         |    7 +++++++
 configure.in |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2f35f99..3e83b0a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
 ===============================
+Java ATK Wrapper version 0.28.1
+Important changes:
+	* Fixed bug 606402 - Attempting to run swing applications with the JAW
+	  installed frequently causes the JRE to report a fatal runtime error
+	* Add JAW_DEBUG - Set environment JAW_DEBUG=1 to get debug messages
+
+===============================
 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 a2a4660..207354d 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.28.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]