java-access-bridge r228 - branches/gnome-2-22



Author: jeffcai
Date: Tue Jun 24 03:17:27 2008
New Revision: 228
URL: http://svn.gnome.org/viewvc/java-access-bridge?rev=228&view=rev

Log:
2008-06-24  Jeff Cai<jeff cai sun com>

        * NEWS:
        * configure.in:
        Release 1.22.1



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

Modified: branches/gnome-2-22/NEWS
==============================================================================
--- branches/gnome-2-22/NEWS	(original)
+++ branches/gnome-2-22/NEWS	Tue Jun 24 03:17:27 2008
@@ -1,3 +1,20 @@
+Java Access Bridge version 1.22.1
+================================
+
+Release bridge 1.22.1. This is a stable build. It
+depends on at-spi 1.8 or versions after.
+
+The following changes have been made since 1.22.0.
+
+* bridge/org/GNOME/Accessibility/JavaBridge.java:
+  Properly insert accessible objects to any_data fields with the
+  right type (bug #483214).
+
+* bridge/org/GNOME/Accessibility/KeyEventAdapter.java:
+  Fix for bug #318615 to adjust keysyms for various non-alphanumeric
+  keys so that assistive technologies can more accurately
+  calculate the keycodes.
+
 Java Access Bridge version 1.22.0
 ================================
 

Modified: branches/gnome-2-22/configure.in
==============================================================================
--- branches/gnome-2-22/configure.in	(original)
+++ branches/gnome-2-22/configure.in	Tue Jun 24 03:17:27 2008
@@ -1,6 +1,6 @@
 AC_INIT(bridge)
 
-AM_INIT_AUTOMAKE(java-access-bridge, 1.22.0)
+AM_INIT_AUTOMAKE(java-access-bridge, 1.22.1)
 
 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]