[java-atk-wrapper] Release 0.32.92



commit 3595f83aa6ae8edde06e160e32070093c80aecdf
Author: Magdalen Berns <m berns thismagpie com>
Date:   Mon Mar 16 23:22:17 2015 +0000

    Release 0.32.92

 ChangeLog    |   30 ++++++++++++++++++++++++++++++
 NEWS         |   31 +++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 63 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 63895ed..97281df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+ebcf2ff JNI: return JNI_ERR if JNI is NULL
+f65ebb7 JNI: Format jawaction
+340d6a5 Wrapper: Don't set bounds in set_extents
+6fce7ec JNI: Add NULL check before referencing gobjects
+da3b29a JNI: Use guint type not gint
+36b3a4a JNI: Make use of dispatch constants
+86f5eb2 JNI: get_instance with component_removed_handler
+4061ce5 JNI: get instance in window_deactivate_handler
+fd00cca JNI find instance for object_state_change_handler
+01abf43 HACKING: Add some convention and style info
+74b7d96 JNI: organise some debug
+b4f4b5e JNI: Use consistent debug messages
+88ee903 JNI use IIII for method argument
+5f7d020 HACKING: remove unimplemented deprecated functions
+08c4311 JNI: implement DetachCurrentThread function
+399eb9b JNI-Wrapper: remove get_size and get_position
+0fc6221 Wrapper: remove state ARMED condition
+443947d Revert "Wrapper: remove state ARMED condition"
+82d3351 Wrapper: remove state ARMED condition
+795a04e Wrapper: minor formatting
+3b71e11 Wrapper: Minor formatting improvement
+d625c15 Build: Set 1.6 as minimum java version
+bca842b HACKING: describe state of object class
+f4db2a6 JNI: improve formatting of jawtext
+1cfd5ba JNI: format jawutil style
+2d20481 JNI: fix casting warning
+39a672b uncomment gtk_threads functions
+372a884 Wrapper: Add documentation and formatting
+50e2b59 Wrapper: Add isTopLevel static method
+cbdd3d2 Release 0.32.90
 e5c1782 JNI: get name before checking for COMBO BOX
 5ee3b8b update copyright
 67f7912 dispatch radio, push toggle button events
diff --git a/NEWS b/NEWS
index dfd1926..11730d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Changes in version 0.32.92
+=========================
+
+Build:
+  Set 1.6 as minimum java version
+
+Miscellanous:
+  JNI: return JNI_ERR if JNI is NULL
+  Wrapper: Don't set bounds in set_extents
+  JNI: Add NULL check before referencing gobjects
+  JNI: Use guint type not gint
+  JNI: Make use of dispatch constants
+  JNI: get_instance with component_removed_handler
+  JNI: get instance in window_deactivate_handler
+  JNI: find instance for object_state_change_handler
+  JNI use IIII for method argument
+  JNI-Wrapper: remove get_size and get_position
+  Wrapper: remove state ARMED condition
+  JNI: fix casting warning
+  Wrapper: Add isTopLevel static method
+
+Maintainership:
+  uncomment gtk_threads functions
+  Wrapper: Add documentation and formatting
+  JNI: format jawutil and jawaction
+  JNI: Use consistent debug messages
+  HACKING: Add some object info and update
+
+Contributors:
+  Magdalen Berns
+
 Changes in version 0.32.90
 =========================
 
diff --git a/configure.ac b/configure.ac
index 1bc58d8..105bf7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.63)
-AC_INIT([java-atk-wrapper],[0.32.90])
+AC_INIT([java-atk-wrapper],[0.32.92])
 
 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=2:21:1
+LIB_ATK_WRAPPER_LT_VERSION=3:21:2
 AC_SUBST(LIB_ATK_WRAPPER_LT_VERSION)
 
 # jni


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