[java-atk-wrapper] Release 0.33.0



commit 59a10ad2694038ac2f404589ee6921cee2dcd5da
Author: Magdalen Berns <m berns thismagpie com>
Date:   Thu Jun 4 15:14:29 2015 +0100

    Release 0.33.0

 ChangeLog    |    8 ++++++++
 NEWS         |   17 +++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 27 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 97281df..d82d60f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+c26046a JNI: GINT_TO_POINTER cast for g_hash_table_lookup arg
+5f1dfcb JNI: create NewGlobalRef for gdk threads
+236b9dd JNI: fix crash on java applications
+5218010 JNI: fix jawimpl type error
+2a6dd6c JNI: only show warnings with JAW_DEBUG=1
+62edb07 JNI: remove data message
+0067a0e Call gtk threads only once
+3595f83 Release 0.32.92
 ebcf2ff JNI: return JNI_ERR if JNI is NULL
 f65ebb7 JNI: Format jawaction
 340d6a5 Wrapper: Don't set bounds in set_extents
diff --git a/NEWS b/NEWS
index 11730d1..e4e32a3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Changes in version 0.33.0
+=========================
+
+Miscellanous:
+  750295 JNI: create NewGlobalRef for gdk threads
+  698095 JNI: FIX crash on java applications
+         JNI: GINT_TO_POINTER cast for g_hash_table_lookup arg
+  745823 JNI: fix jawimpl type error
+  749926 JNI: Remove data from debug message
+  749392 JNI: Call gtk threads only once
+
+Maintainership:
+  749927 JNI: only show warnings with JAW_DEBUG=1
+
+Contributors:
+  Magdalen Berns
+
 Changes in version 0.32.92
 =========================
 
diff --git a/configure.ac b/configure.ac
index 105bf7b..f254610 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.63)
-AC_INIT([java-atk-wrapper],[0.32.92])
+AC_INIT([java-atk-wrapper],[0.33.0])
 
 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=3:21:2
+LIB_ATK_WRAPPER_LT_VERSION=3:22:2
 AC_SUBST(LIB_ATK_WRAPPER_LT_VERSION)
 
 # jni


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