[java-access-bridge] Release 1.26.2



commit 22f2f9ae39cb7e7b3549ba581e43fe88c323627f
Author: Ke Wang <ke wang sun com>
Date:   Tue Jun 9 18:26:29 2009 +0800

    Release 1.26.2
---
 ChangeLog    |    6 ++++++
 NEWS         |    9 +++++++++
 README       |    2 +-
 configure.in |    2 +-
 4 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index eb1497e..28eef23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-09  Ke Wang <ke wang sun com>
+	* NEWS:
+	* README:
+	* configure.in:
+		Release 1.26.2
+
 2009-06-04  Jeff Cai <jeff cai sun com>
 
 	* NEWS:
diff --git a/NEWS b/NEWS
index ea2431b..8356e9c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Java Access Bridge version 1.26.2
+================================
+Release bridge 1.26.2. This is a stable build. It
+depends on at-spi 1.8 or versions after.
+
+The following changes have been made since 1.26.1.
+
+Fixed bug about 64-JVM support
+
 Java Access Bridge version 1.26.1
 ================================
 Release bridge 1.26.1. This is a stable build. It
diff --git a/README b/README
index 2efcdc5..57ffdc0 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ This module contains the Java Access Bridge for GNOME,
 which connects the built-in accessibility support in
 Java Swing apps to the GNOME Accessibility framework,
 specifically the Assistive Technology Service Provider
-Interface (AT-SPI).   Version 1.26.1
+Interface (AT-SPI).   Version 1.26.2
 
 Contents:
 
diff --git a/configure.in b/configure.in
index c7d78c7..131442f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 AC_INIT(bridge)
 
-AM_INIT_AUTOMAKE(java-access-bridge,1.26.1)
+AM_INIT_AUTOMAKE(java-access-bridge,1.26.2)
 
 JAVA_REQUIRED=1.5
 JAVA_ERROR_MESSAGE="Java $JAVA_REQUIRED or later is required to build java-access-bridge"



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