[java-atk-wrapper] Release 0.27.6



commit 4ab98ec496bf7a58d759ea7fb38a4787f9e8104e
Author: Ke Wang <ke wang sun com>
Date:   Thu Aug 6 15:42:40 2009 +0800

    Release 0.27.6

 NEWS         |    6 ++++++
 configure.in |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c058817..127f4cb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Java ATK Wrapper version 0.27.6
+===============================
+Important changes:
+	* Changed the method to resolve conflict with GTK Look And Feel.
+	  Now JAW can work with GTK l&f enabled.
+
 Java ATK Wrapper version 0.27.5
 ===============================
 Important changes:
diff --git a/configure.in b/configure.in
index a1135bf..29269b1 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([java-atk-wrapper],[0.27.5])
+AC_INIT([java-atk-wrapper],[0.27.6])
 
 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:4:0
+LIB_ATK_WRAPPER_LT_VERSION=0:5:0
 AC_SUBST(LIB_ATK_WRAPPER_LT_VERSION)
 
 # jni



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