[java-atk-wrapper] Release 0.27.3
- From: Ke Wang <kewang src gnome org>
- To: svn-commits-list gnome org
- Subject: [java-atk-wrapper] Release 0.27.3
- Date: Mon, 6 Jul 2009 09:39:04 +0000 (UTC)
commit c45e0fe0fb5eff723faff2c29559c20f7976864c
Author: Ke Wang <ke wang sun com>
Date: Mon Jul 6 17:37:43 2009 +0800
Release 0.27.3
NEWS | 11 +++++++++++
configure.in | 4 ++--
wrapper/org/GNOME/Accessibility/Makefile.am | 1 +
3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index e189592..614d159 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Java ATK Wrapper version 0.27.3
+===============================
+Important changes:
+ * Fixed several problems in build system.
+ * Resolved conflict with GTK look and feel.
+ * Added code to check whether accessibility technology is switched on
+ * Added code to get more accurate application name
+ * Added code to determine whether to load 32 or 64-bit version of atk-bridge
+ * Added functionality to auto-detect JAVA_HOME
+ * Removed dependency on gtk+-2.0
+
Java ATK Wrapper version 0.27.2
===============================
Important changes:
diff --git a/configure.in b/configure.in
index ccd8b8f..055e097 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([java-atk-wrapper],[0.27.2])
+AC_INIT([java-atk-wrapper],[0.27.3])
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:1:0
+LIB_ATK_WRAPPER_LT_VERSION=0:2:0
AC_SUBST(LIB_ATK_WRAPPER_LT_VERSION)
# jni
diff --git a/wrapper/org/GNOME/Accessibility/Makefile.am b/wrapper/org/GNOME/Accessibility/Makefile.am
index beb6a87..55c6165 100644
--- a/wrapper/org/GNOME/Accessibility/Makefile.am
+++ b/wrapper/org/GNOME/Accessibility/Makefile.am
@@ -15,4 +15,5 @@ AtkWrapper.java : AtkWrapper.java.in
clean-local:
$(RM) *.class
+ $(RM) AtkWrapper.java
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]