[java-atk-wrapper] Release 0.32.3



commit abcd6813f42b84731fae572399532809a15977cd
Author: Magdalen Berns <m berns thismagpie com>
Date:   Wed Jan 21 23:15:18 2015 +0000

    Release 0.32.3

 ChangeLog    |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 NEWS         |   38 ++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 94 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2b0c536..caa612b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,57 @@
+1937e99 Atwrapper add debugging to signals
+acfc165 AtkWrapper: warn if handler object is NULL
+69d1dba Return JNI_OK for jboolean function
+1702923 Add debug messages for global_ac == NULL
+02cac3d use global_ac not lock in get/find instance
+3bf09c9 Fix some debug inconsistencies
+78f59a8 set_extents Rectangle width and height
+c8e4b30 Update object roles to include missing roles
+1f3387b Check minimum version of atk and spi is installed
+c11a4dd use defined top level klass
+f06a2dd fix implicit function warning for g_sprintf
+14e24c0 Fix post initialization lock up
+48a3008 Fix debug message
+fbce3dd cache JVM onLoad so env attaches current thread
+079f7cc return JNI_VERSION_1_6
+15ed5a7 Use (GInstanceInitFunc) NULL
+93ce3ec jawutil: include string header for strcmp use
+5c7a112 Replace G_CONST_RETURN with const
+6e7a344 AtkWrapper print exception stack traces
+5bf850a FIX SIGEV fatal error
+15a15ac fix jfieldID in get_extents
+a3b5c20 Merge branch 'old' into amend
+5258611 set x y extents for both WINDOW and SCREEN
+ffed314 The set extents method only sets points x and y when AtkCoordType.SCREEN returns true. It is 
necessary to set them for AtkCoordType.WINDOW too.
+8e0952c AtkWrapper: Remove hard-coded handler values
+7da1a77 fixes for get and set extent methods
+1f77888 Directly initialise accessibility
+6a3f1b6 fix imcompatable pointer w in set_extents
+78d0c91 fatal error when executing java programs
+73d21e8 Check if g_module_supported
+2969474 Add AM_SILENT_RULES([yes])
+69c586f Add autoconf check to autogen.sh
+86a937b initialise using gnome_accessibility_module_init
+1e55ab4 Fix mutex and cond initialisation
+70ec322 remove return from jaw_component_get_extents
+71108e2 Add additional dependencies
+6bdf1ec AtkWrapper: implement g_cond_wait
+fa48f1b AtkWrapper: FIX hang on g_cond thread wait
+c5fadf7 Fix g_mutex and g_cond update syntax
+5235f35 Revert "Fix g_mutex and g_cond update syntax"
+e769736 Fix g_mutex and g_cond update syntax
+49d93f3 Init atk_bridge_adaptor in a standard way
+31c5fa3 remove workaround for non root installs
+781f1d2 Revert "remove workaround for non root installs"
+3e7ce33 remove workaround for non root installs
+f955ce6 LDFLAGS Use proper version info syntax
+c1cc147 check if AM_PROG_AR is defined
+1c7eab0 Add -rpath flag to LDFLAGS
+a3d7805 Add dependency on atk-bridge-2.0
+35e8780 Add AC_SUBST(JAW_LIBS)
+ce57131 Don't use $JAVACFLAGS when setting JDK_SRC
+8b48abf Add JDK_SRC to Build configuration
+e7e1fd6 put lt version info first in LDFLAGS
+96e32ab Release 0.32.2
 e80a1fc Revert "make: add top_srcdir and topsrcdir/wrapper to CFLAGS"
 44a7330 make: add top_srcdir and topsrcdir/wrapper to CFLAGS
 a964d9d Build: set propertiesdir & java_atk_wrapperdir
diff --git a/NEWS b/NEWS
index 40202e2..8a2905b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+Changes in version 0.32.3
+=========================
+
+Build:
+  Use JNI_VERSION_1_6
+  LDFLAGS Use proper version info syntax
+  check if AM_PROG_AR is defined
+  Add -rpath flag to LDFLAGS
+  Add dependency on atk-bridge-2.0
+  Add AC_SUBST(JAW_LIBS)
+  Don't use $JAVACFLAGS when setting JDK_SRC
+  Add JDK_SRC to Build configuration
+  put lt version info first in LDFLAGS
+  Check minimum version of atk and spi is installed
+  Add AM_SILENT_RULES([yes])
+
+Miscellanous:
+  Directly initialise accessibility rather than load via gtk module
+  jawutil: include string header for strcmp use
+  Replace G_CONST_RETURN with const
+  Print exception stack traces
+  FIX SIGEV fatal error
+  fix jfieldID in get_extents
+  Merge branch 'old' into amend
+  set x y extents for both WINDOW and SCREEN
+  Use defined top level klass
+  AtkWrapper: Remove hard-coded handler values
+  Rectangle width and height for set_extents
+  Replace G_CONST_RETURN with const
+  FIX incompatable pointer
+  FIX g_cond lockup
+
+Maintainership:
+  Add various g_debug messages, warnings and erros for JAW_DEBUG=1
+
+Contributors:
+  Magdalen Berns
+
 Changes in version 0.32.2
 =========================
 
diff --git a/configure.ac b/configure.ac
index 87a1fe9..3e8a56d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.63)
-AC_INIT([java-atk-wrapper],[0.32.2])
+AC_INIT([java-atk-wrapper],[0.32.3])
 
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE([1.11 -Wall check-news -Wdeprecated-declarations])
@@ -16,7 +16,7 @@ m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
 #   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=1:20:0
+LIB_ATK_WRAPPER_LT_VERSION=2:20:1
 AC_SUBST(LIB_ATK_WRAPPER_LT_VERSION)
 
 # jni


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