[java-atk-wrapper] Release 0.27.4



commit 2a8711c03b52576de8aabe40e21006852da6e7f5
Author: Ke Wang <ke wang sun com>
Date:   Thu Jul 16 16:04:54 2009 +0800

    Release 0.27.4

 NEWS         |    6 ++++++
 configure.in |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 614d159..02757d3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Java ATK Wrapper version 0.27.4
+===============================
+Important changes:
+	* Fixed bug that class files of internal classes are not packed into jar file
+	* Fixed build problem of loop variables outside C99 mode
+	* Removed functionality of JAVA_HOME auto-detection
 Java ATK Wrapper version 0.27.3
 ===============================
 Important changes:
diff --git a/configure.in b/configure.in
index cbe0463..3d598f2 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([java-atk-wrapper],[0.27.3])
+AC_INIT([java-atk-wrapper],[0.27.4])
 
 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:2:0
+LIB_ATK_WRAPPER_LT_VERSION=0:3:0
 AC_SUBST(LIB_ATK_WRAPPER_LT_VERSION)
 
 # jni



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