java-access-bridge r248 - branches/gnome-2-24



Author: jeffcai
Date: Tue Jan 20 06:58:03 2009
New Revision: 248
URL: http://svn.gnome.org/viewvc/java-access-bridge?rev=248&view=rev

Log:
009-01-20  Jeff Cai <jeff cai sun com>

    * NEWS:
    * README:
    * configure.in:
    Release 1.24.2




Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/NEWS
   branches/gnome-2-24/README
   branches/gnome-2-24/configure.in

Modified: branches/gnome-2-24/NEWS
==============================================================================
--- branches/gnome-2-24/NEWS	(original)
+++ branches/gnome-2-24/NEWS	Tue Jan 20 06:58:03 2009
@@ -1,6 +1,20 @@
+Java Access Bridge version 1.24.2
+================================
+Release bridge 1.24.1. This is a stable build. It
+depends on at-spi 1.8 or versions after.
+
+The following changes have been made since 1.24.1.
+
+* bridge/org/GNOME/Accessibility/JavaBridge.java:
+  Load the jni library in the constructor.
+  Show the information in the terminal.
+
+Please use ./configure --prefix=/usr --with-java-home=
+$JAVA_HOME to produce the Makefile.
+
 Java Access Bridge version 1.24.1
 ================================
-Release bridge 1.24.1. This is a development build. It
+Release bridge 1.24.1. This is a stable build. It
 depends on at-spi 1.8 or versions after.
 
 The following changes have been made since 1.24.0.

Modified: branches/gnome-2-24/README
==============================================================================
--- branches/gnome-2-24/README	(original)
+++ branches/gnome-2-24/README	Tue Jan 20 06:58:03 2009
@@ -2,7 +2,7 @@
 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.24.1
+Interface (AT-SPI).   Version 1.24.2
 
 Contents:
 

Modified: branches/gnome-2-24/configure.in
==============================================================================
--- branches/gnome-2-24/configure.in	(original)
+++ branches/gnome-2-24/configure.in	Tue Jan 20 06:58:03 2009
@@ -1,6 +1,6 @@
 AC_INIT(bridge)
 
-AM_INIT_AUTOMAKE(java-access-bridge, 1.24.1)
+AM_INIT_AUTOMAKE(java-access-bridge, 1.24.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]