[java-atk-wrapper] Release 0.27.5
- From: Ke Wang <kewang src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [java-atk-wrapper] Release 0.27.5
- Date: Wed, 29 Jul 2009 09:54:20 +0000 (UTC)
commit 827fef20a59f2951976fc1313573818908581cbd
Author: Ke Wang <ke wang sun com>
Date: Wed Jul 29 17:52:59 2009 +0800
Release 0.27.5
INSTALL | 12 ++----------
NEWS | 6 ++++++
configure.in | 4 ++--
3 files changed, 10 insertions(+), 12 deletions(-)
---
diff --git a/INSTALL b/INSTALL
index ae41709..07cec3b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,8 +4,8 @@ Directions for installing the Java ATK Wrapper for GNOME
(2) If you obtained java-atk-wrapper from GNOME Git repository:
run ./autogen.sh in the java-atk-wrapper directory (this directory),
-optionally specify JAVA_HOME where JDK resides and the "prefix" into
-which your GNOME 2 installation resides (e.g. /opt/gnome-2.0).
+optionally specify JAVA_HOME and JDK_HOME where JDK resides and the
+"prefix" into which your GNOME 2 installation resides (e.g. /opt/gnome-2.0).
Example:
./autogen.sh --prefix=/opt/gnome-2.0 JAVA_HOME=/usr/java
@@ -15,11 +15,3 @@ run "./configure" in this directory with options as above.
(3) run make to build.
(4) run make install.
-
-(5) copy java-atk-wrapper.jar to JRE extension library path
-
- cp $(prefix)/share/jar/java-atk-wrapper.jar /usr/java/jre/lib/ext/
-
-(6) copy accessibility.properties to JRE library path
-
- cp $(prefix)/share/jar/accessibility.properties /usr/java/jre/lib/
diff --git a/NEWS b/NEWS
index 02757d3..c058817 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Java ATK Wrapper version 0.27.5
+===============================
+Important changes:
+ * Fixed bug 588879 - JVM crash when selecting text demo of SwingSet
+ * Added functionality of JDK_HOME auto-detection
+
Java ATK Wrapper version 0.27.4
===============================
Important changes:
diff --git a/configure.in b/configure.in
index 2bf4f4a..5dda9d5 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([java-atk-wrapper],[0.27.4])
+AC_INIT([java-atk-wrapper],[0.27.5])
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:3:0
+LIB_ATK_WRAPPER_LT_VERSION=0:4:0
AC_SUBST(LIB_ATK_WRAPPER_LT_VERSION)
# jni
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]